mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: ghc-basement: Update to 0.0.11.
* gnu/packages/haskell-xyz.scm (ghc-basement): Update to 0.0.11.
This commit is contained in:
parent
9d7cfc9ba9
commit
8b56c1fd68
1 changed files with 2 additions and 2 deletions
|
@ -665,7 +665,7 @@ (define-public ghc-base-compat
|
|||
(define-public ghc-basement
|
||||
(package
|
||||
(name "ghc-basement")
|
||||
(version "0.0.8")
|
||||
(version "0.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -673,7 +673,7 @@ (define-public ghc-basement
|
|||
"basement/basement-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"194jw567di4q2758943q9rrwkbf9gl261my7qc21i9xhyabipx67"))))
|
||||
"0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page "https://github.com/haskell-foundation/foundation")
|
||||
(synopsis "Basic primitives for Foundation starter pack")
|
||||
|
|
Loading…
Reference in a new issue