gnu: ghc-free: Update to 4.12.4.

* gnu/packages/haskell.scm (ghc-free): Update to 4.12.4.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-02 22:37:56 +01:00
parent 93e8c799fa
commit c18f82dbfb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4090,7 +4090,7 @@ (define-public ghc-semigroups
(define-public ghc-free
(package
(name "ghc-free")
(version "4.12.1")
(version "4.12.4")
(source
(origin
(method url-fetch)
@ -4100,7 +4100,7 @@ (define-public ghc-free
".tar.gz"))
(sha256
(base32
"0sr8phvrb4ny8j1wzq55rdn8q4br23q4pw2j276npr844825jr9p"))))
"1147s393442xf4gkpbq0rd1p286vmykgx85mxhk5d1c7wfm4bzn9"))))
(build-system haskell-build-system)
(inputs
`(("ghc-prelude-extras" ,ghc-prelude-extras)