mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-utility-ht: Update to 0.0.14.
* gnu/packages/haskell.scm (ghc-utility-ht): Update to 0.0.14.
This commit is contained in:
parent
46f8898118
commit
9e3e6ee026
1 changed files with 2 additions and 2 deletions
|
@ -7808,14 +7808,14 @@ Accessor to access state in transformers State monad.")
|
||||||
(define-public ghc-utility-ht
|
(define-public ghc-utility-ht
|
||||||
(package
|
(package
|
||||||
(name "ghc-utility-ht")
|
(name "ghc-utility-ht")
|
||||||
(version "0.0.12")
|
(version "0.0.14")
|
||||||
(home-page "https://hackage.haskell.org/package/utility-ht")
|
(home-page "https://hackage.haskell.org/package/utility-ht")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append home-page "/utility-ht-" version ".tar.gz"))
|
(uri (string-append home-page "/utility-ht-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vq5bd51rl9l5lgfmaqxgiggddk38hzgngcj7qgrqnalcd1myi54"))))
|
(base32 "1a7bgk7wv7sqbxbiv7kankiimr3wij7zdm7s83zwsf886ghyxhk9"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
|
(inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
(synopsis "Haskell helper functions for Lists, Maybes, Tuples, Functions")
|
(synopsis "Haskell helper functions for Lists, Maybes, Tuples, Functions")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue