mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ghc-uglymemo.
* gnu/packages/haskell-xyz.scm (ghc-uglymemo): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
094a9d7ac4
commit
3a09211c1b
1 changed files with 22 additions and 0 deletions
|
@ -13863,6 +13863,28 @@ processes. It wraps around the @code{process} library, and intends to improve
|
||||||
upon it.")
|
upon it.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ghc-uglymemo
|
||||||
|
(package
|
||||||
|
(name "ghc-uglymemo")
|
||||||
|
(version "0.1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://hackage.haskell.org/package/uglymemo/uglymemo-"
|
||||||
|
version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ixqg5d0ly1r18jbgaa89i6kjzgi6c5hanw1b1y8c5fbq14yz2gy"))))
|
||||||
|
(build-system haskell-build-system)
|
||||||
|
(home-page "https://hackage.haskell.org/package/uglymemo")
|
||||||
|
(synopsis "Simple memoization function for Haskell")
|
||||||
|
(description
|
||||||
|
"This package provides a simple (but internally ugly) memoization
|
||||||
|
function.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public ghc-unagi-chan
|
(define-public ghc-unagi-chan
|
||||||
(package
|
(package
|
||||||
(name "ghc-unagi-chan")
|
(name "ghc-unagi-chan")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue