Archived
1
0
Fork 0

gnu: ghc-free: Update to 5.0.2.

* gnu/packages/haskell.scm (ghc-free): Update to 5.0.2.
[inputs]: Add ghc-transformers-base and ghc-transformers-compat.
This commit is contained in:
Timothy Sample 2018-08-29 00:54:58 -04:00 committed by Ricardo Wurmus
parent 2d67fe8936
commit 955738723b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5046,7 +5046,7 @@ semigroup.")
(define-public ghc-free (define-public ghc-free
(package (package
(name "ghc-free") (name "ghc-free")
(version "4.12.4") (version "5.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5056,7 +5056,7 @@ semigroup.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1147s393442xf4gkpbq0rd1p286vmykgx85mxhk5d1c7wfm4bzn9")))) "15m3n9vhz7z3kzv1w3wlfa3x8jp4cbrkwmrcjr7jlx39iqffn1gg"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-prelude-extras" ,ghc-prelude-extras) `(("ghc-prelude-extras" ,ghc-prelude-extras)
@ -5066,7 +5066,9 @@ semigroup.")
("ghc-comonad" ,ghc-comonad) ("ghc-comonad" ,ghc-comonad)
("ghc-distributive" ,ghc-distributive) ("ghc-distributive" ,ghc-distributive)
("ghc-semigroupoids" ,ghc-semigroupoids) ("ghc-semigroupoids" ,ghc-semigroupoids)
("ghc-semigroups" ,ghc-semigroups))) ("ghc-semigroups" ,ghc-semigroups)
("ghc-transformers-base" ,ghc-transformers-base)
("ghc-transformers-compat" ,ghc-transformers-compat)))
(home-page "https://github.com/ekmett/free/") (home-page "https://github.com/ekmett/free/")
(synopsis "Unrestricted monads for Haskell") (synopsis "Unrestricted monads for Haskell")
(description "This library provides free monads, which are useful for many (description "This library provides free monads, which are useful for many