mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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
|
||||
(package
|
||||
(name "ghc-foldl")
|
||||
(version "1.3.2")
|
||||
(version "1.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7887,7 +7887,7 @@ (define-public ghc-foldl
|
|||
"foldl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z3xjz4khs2kr3mqkbh7dz4kd6gkdk2r67wjkvrxnmp533aqh90n"))))
|
||||
"10qsp7dj2xsq4q2xm6x6b12y5pq32qf7my41hnkmdwwbccvhdxb2"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs `(("ghc-mwc-randam" ,ghc-mwc-random)
|
||||
("ghc-primitive" ,ghc-primitive)
|
||||
|
|
Loading…
Reference in a new issue