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.
master
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
1 changed files with 5 additions and 3 deletions

View File

@ -5046,7 +5046,7 @@ semigroup.")
(define-public ghc-free
(package
(name "ghc-free")
(version "4.12.4")
(version "5.0.2")
(source
(origin
(method url-fetch)
@ -5056,7 +5056,7 @@ semigroup.")
".tar.gz"))
(sha256
(base32
"1147s393442xf4gkpbq0rd1p286vmykgx85mxhk5d1c7wfm4bzn9"))))
"15m3n9vhz7z3kzv1w3wlfa3x8jp4cbrkwmrcjr7jlx39iqffn1gg"))))
(build-system haskell-build-system)
(inputs
`(("ghc-prelude-extras" ,ghc-prelude-extras)
@ -5066,7 +5066,9 @@ semigroup.")
("ghc-comonad" ,ghc-comonad)
("ghc-distributive" ,ghc-distributive)
("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/")
(synopsis "Unrestricted monads for Haskell")
(description "This library provides free monads, which are useful for many