aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:23:38 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:14 -0500
commit4daaa3710acab1e85f73257097267b38b1dbfcaf (patch)
tree92ea87078c86528854ee3bc15431b86e537153fa /gnu
parent1b5dbe95a9539f6205e1f3facd26a32a3715290d (diff)
downloadpatches-4daaa3710acab1e85f73257097267b38b1dbfcaf.tar
patches-4daaa3710acab1e85f73257097267b38b1dbfcaf.tar.gz
gnu: ghc-base-compat: Update to 0.10.5.
* gnu/packages/haskell-xyz.scm (ghc-base-compat): Update to 0.10.5.
Diffstat (limited to 'gnu')
-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 9b2ee0b0cc..3bff3fdee4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -639,7 +639,7 @@ Haskell @code{ByteString}s.")
(define-public ghc-base-compat
(package
(name "ghc-base-compat")
- (version "0.10.4")
+ (version "0.10.5")
(source
(origin
(method url-fetch)
@@ -649,7 +649,7 @@ Haskell @code{ByteString}s.")
".tar.gz"))
(sha256
(base32
- "0ksp990gxs731mq19rzbxrbs43nazfljjc8krlx5bjqblw3kfs8d"))))
+ "0hgvlqcr852hfp52jp99snhbj550mvxxpi8qn15d8ml9aqhyl2lr"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)