gnu: ghc-foldl: Update to 1.4.5.
* gnu/packages/haskell-xyz.scm (ghc-foldl): Update to 1.4.5.master
parent
1fc05441da
commit
26c4104fd4
|
@ -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)
|
||||||
|
|
Reference in New Issue