summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 01:24:57 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:58 -0500
commit8b56c1fd68e59e05b6818857651fe468e6a39f3f (patch)
tree3ccd185394497ac495673eeb2f634f9fda0ac601
parent9d7cfc9ba9f6e48a0217db64d838312493909653 (diff)
downloadguix-8b56c1fd68e59e05b6818857651fe468e6a39f3f.tar.gz
gnu: ghc-basement: Update to 0.0.11.
* gnu/packages/haskell-xyz.scm (ghc-basement): Update to 0.0.11.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b16d82284e..b847f79251 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -665,7 +665,7 @@ pragmas in your code.")
 (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 @@ pragmas in your code.")
                            "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")