mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ghc-dictionary-sharing.
* gnu/packages/haskell-xyz.scm (ghc-dictionary-sharing): New variable.
This commit is contained in:
parent
d8e4b750e1
commit
4eb9a167d7
1 changed files with 23 additions and 0 deletions
|
@ -2804,6 +2804,29 @@ related modules split from the statistics library.")
|
||||||
and parsers with useful semantics.")
|
and parsers with useful semantics.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public ghc-dictionary-sharing
|
||||||
|
(package
|
||||||
|
(name "ghc-dictionary-sharing")
|
||||||
|
(version "0.1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
"dictionary-sharing/dictionary-sharing-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"00aspv943qdqhlk39mbk00kb1dsa5r0caj8sslrn81fnsn252fwc"))))
|
||||||
|
(build-system haskell-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cabal-revision
|
||||||
|
("3" "1mn7jcc7h3b8f1pn9zigqp6mc2n0qb66lms5qnrx4zswdv5w9439")))
|
||||||
|
(home-page "https://hackage.haskell.org/package/dictionary-sharing")
|
||||||
|
(synopsis "Sharing/memoization of class members")
|
||||||
|
(description "This library provides tools for ensuring that class
|
||||||
|
members are shared.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-diff
|
(define-public ghc-diff
|
||||||
(package
|
(package
|
||||||
(name "ghc-diff")
|
(name "ghc-diff")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue