gnu: ghc-foundation: Update to 0.0.25.
* gnu/packages/haskell-xyz.scm (ghc-foundation): Update to 0.0.25.
This commit is contained in:
parent
e0389704a9
commit
0a702df90f
1 changed files with 2 additions and 2 deletions
|
@ -3641,7 +3641,7 @@ and are often as efficient as hand-written folds.")
|
||||||
(define-public ghc-foundation
|
(define-public ghc-foundation
|
||||||
(package
|
(package
|
||||||
(name "ghc-foundation")
|
(name "ghc-foundation")
|
||||||
(version "0.0.21")
|
(version "0.0.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3649,7 +3649,7 @@ and are often as efficient as hand-written folds.")
|
||||||
"foundation/foundation-" version ".tar.gz"))
|
"foundation/foundation-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q43y8wfj0wf9gdq2kzphwjwq6m5pvryy1lqgk954aq5z3ks1lsf"))))
|
"0q6kx57ygmznlpf8n499hid4x6mj3180paijx0a8dgi9hh7man61"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-basement" ,ghc-basement)))
|
(inputs `(("ghc-basement" ,ghc-basement)))
|
||||||
(home-page "https://github.com/haskell-foundation/foundation")
|
(home-page "https://github.com/haskell-foundation/foundation")
|
||||||
|
|
Reference in a new issue