gnu: ghc-basement: Update to 0.0.8.

* gnu/packages/haskell.scm (ghc-basement): Update to 0.0.8.
master
Timothy Sample 2018-08-28 20:22:20 -04:00 committed by Ricardo Wurmus
parent 988dee48d0
commit 6bacde7cd7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9197,7 +9197,7 @@ Web Services.")
(define-public ghc-basement
(package
(name "ghc-basement")
(version "0.0.7")
(version "0.0.8")
(source
(origin
(method url-fetch)
@ -9205,7 +9205,7 @@ Web Services.")
"basement/basement-" version ".tar.gz"))
(sha256
(base32
"0w2g4k9bs2ph00p0fgrmcrng8ypdz6xis0r10g380nzkg2rvj0dm"))))
"194jw567di4q2758943q9rrwkbf9gl261my7qc21i9xhyabipx67"))))
(build-system haskell-build-system)
(home-page "https://github.com/haskell-foundation/foundation")
(synopsis "Basic primitives for Foundation starter pack")