mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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:
parent
ffe8c06e89
commit
93e8c799fa
1 changed files with 2 additions and 2 deletions
|
@ -7878,7 +7878,7 @@ (define-public ghc-vector-builder
|
||||||
(define-public ghc-foldl
|
(define-public ghc-foldl
|
||||||
(package
|
(package
|
||||||
(name "ghc-foldl")
|
(name "ghc-foldl")
|
||||||
(version "1.3.2")
|
(version "1.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7887,7 +7887,7 @@ (define-public ghc-foldl
|
||||||
"foldl-" version ".tar.gz"))
|
"foldl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z3xjz4khs2kr3mqkbh7dz4kd6gkdk2r67wjkvrxnmp533aqh90n"))))
|
"10qsp7dj2xsq4q2xm6x6b12y5pq32qf7my41hnkmdwwbccvhdxb2"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue