3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-foldl: Update to 1.3.5.

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

View file

@ -7878,7 +7878,7 @@ vector. ")
(define-public ghc-foldl
(package
(name "ghc-foldl")
(version "1.3.2")
(version "1.3.5")
(source
(origin
(method url-fetch)
@ -7887,7 +7887,7 @@ vector. ")
"foldl-" version ".tar.gz"))
(sha256
(base32
"1z3xjz4khs2kr3mqkbh7dz4kd6gkdk2r67wjkvrxnmp533aqh90n"))))
"10qsp7dj2xsq4q2xm6x6b12y5pq32qf7my41hnkmdwwbccvhdxb2"))))
(build-system haskell-build-system)
(inputs `(("ghc-mwc-randam" ,ghc-mwc-random)
("ghc-primitive" ,ghc-primitive)