gnu: ghc-tagged: Update to 0.8.5.
* gnu/packages/haskell.scm (ghc-tagged): Update to 0.8.5. [inputs]: Add ghc-transformers-compat.
This commit is contained in:
parent
bffa4663c1
commit
93303a3a18
1 changed files with 4 additions and 2 deletions
|
@ -3971,7 +3971,7 @@ periodic, on-demand actions in Haskell.")
|
||||||
(define-public ghc-tagged
|
(define-public ghc-tagged
|
||||||
(package
|
(package
|
||||||
(name "ghc-tagged")
|
(name "ghc-tagged")
|
||||||
(version "0.8.1")
|
(version "0.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3981,8 +3981,10 @@ periodic, on-demand actions in Haskell.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hc2qzhhz5p1xd8k03sklrdnhcflkwhgpl82k6fam8yckww9ipav"))))
|
"16cdzh0bw16nvjnyyy5j9s60malhz4nnazw96vxb0xzdap4m2z74"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("ghc-transformers-compat" ,ghc-transformers-compat)))
|
||||||
(home-page "https://hackage.haskell.org/package/tagged")
|
(home-page "https://hackage.haskell.org/package/tagged")
|
||||||
(synopsis "Haskell phantom types to avoid passing dummy arguments")
|
(synopsis "Haskell phantom types to avoid passing dummy arguments")
|
||||||
(description "This library provides phantom types for Haskell 98, to avoid
|
(description "This library provides phantom types for Haskell 98, to avoid
|
||||||
|
|
Reference in a new issue