gnu: ghc-basement: Update to 0.0.8.
* gnu/packages/haskell.scm (ghc-basement): Update to 0.0.8.
This commit is contained in:
parent
988dee48d0
commit
6bacde7cd7
1 changed files with 2 additions and 2 deletions
|
@ -9197,7 +9197,7 @@ Web Services.")
|
||||||
(define-public ghc-basement
|
(define-public ghc-basement
|
||||||
(package
|
(package
|
||||||
(name "ghc-basement")
|
(name "ghc-basement")
|
||||||
(version "0.0.7")
|
(version "0.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9205,7 +9205,7 @@ Web Services.")
|
||||||
"basement/basement-" version ".tar.gz"))
|
"basement/basement-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w2g4k9bs2ph00p0fgrmcrng8ypdz6xis0r10g380nzkg2rvj0dm"))))
|
"194jw567di4q2758943q9rrwkbf9gl261my7qc21i9xhyabipx67"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "https://github.com/haskell-foundation/foundation")
|
(home-page "https://github.com/haskell-foundation/foundation")
|
||||||
(synopsis "Basic primitives for Foundation starter pack")
|
(synopsis "Basic primitives for Foundation starter pack")
|
||||||
|
|
Reference in a new issue