me
/
guix
Archived
1
0
Fork 0

gnu: ghc-foldl: Update to 1.4.5.

* gnu/packages/haskell-xyz.scm (ghc-foldl): Update to 1.4.5.
master
Timothy Sample 2019-10-31 13:21:11 -04:00
parent 1fc05441da
commit 26c4104fd4
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -3671,7 +3671,7 @@ completely unverified though.")
(define-public ghc-foldl (define-public ghc-foldl
(package (package
(name "ghc-foldl") (name "ghc-foldl")
(version "1.4.3") (version "1.4.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3680,7 +3680,7 @@ completely unverified though.")
"foldl-" version ".tar.gz")) "foldl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"13n0ca3hw5jzqf6rxsdbhbwkn61a9zlm13f0f205s60j3sc72jzk")))) "19qjmzc7gaxfwgqbgy0kq4vhbxvh3qjnwsxnc7pzwws2if5bv80b"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-mwc-randam" ,ghc-mwc-random) (inputs `(("ghc-mwc-randam" ,ghc-mwc-random)
("ghc-primitive" ,ghc-primitive) ("ghc-primitive" ,ghc-primitive)