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:
Timothy Sample 2019-10-31 01:24:57 -04:00
parent 9d7cfc9ba9
commit 8b56c1fd68
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -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")