gnu: ghc-foldl: Update to 1.4.3.

* gnu/packages/haskell.scm (ghc-foldl): Update to 1.4.3.
[inputs]: Add ghc-semigroups and ghc-semigroupoids.
master
Timothy Sample 2018-08-29 01:01:10 -04:00 committed by Ricardo Wurmus
parent c237721ea5
commit ca96ba99ae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -9399,7 +9399,7 @@ vector. ")
(define-public ghc-foldl
(package
(name "ghc-foldl")
(version "1.3.5")
(version "1.4.3")
(source
(origin
(method url-fetch)
@ -9408,7 +9408,7 @@ vector. ")
"foldl-" version ".tar.gz"))
(sha256
(base32
"10qsp7dj2xsq4q2xm6x6b12y5pq32qf7my41hnkmdwwbccvhdxb2"))))
"13n0ca3hw5jzqf6rxsdbhbwkn61a9zlm13f0f205s60j3sc72jzk"))))
(build-system haskell-build-system)
(inputs `(("ghc-mwc-randam" ,ghc-mwc-random)
("ghc-primitive" ,ghc-primitive)
@ -9417,7 +9417,9 @@ vector. ")
("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-hashable" ,ghc-hashable)
("ghc-contravariant" ,ghc-contravariant)
("ghc-semigroups" ,ghc-semigroups)
("ghc-profunctors" ,ghc-profunctors)
("ghc-semigroupoids" ,ghc-semigroupoids)
("ghc-comonad" ,ghc-comonad)
("ghc-vector-builder" ,ghc-vector-builder)))
(home-page "https://github.com/Gabriel439/Haskell-Foldl-Library")