summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 09:54:06 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:02 -0500
commite4946e32b67e7c4a730eb81d8b294eed039b6c0c (patch)
treed4f4c95772077f3721ddd1e5242faaf4d76321e1
parent07d65eef0551113646e414041fb011a4c68e2952 (diff)
downloadguix-patches-e4946e32b67e7c4a730eb81d8b294eed039b6c0c.tar
guix-patches-e4946e32b67e7c4a730eb81d8b294eed039b6c0c.tar.gz
gnu: ghc-intervalmap: Update to 0.6.1.1.
* gnu/packages/haskell-xyz.scm (ghc-intervalmap): Update to 0.6.1.1.
-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 a3a68582db..13aa3a5959 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5261,7 +5261,7 @@ Haskell.")
(define-public ghc-intervalmap
(package
(name "ghc-intervalmap")
- (version "0.6.0.0")
+ (version "0.6.1.1")
(source
(origin
(method url-fetch)
@@ -5269,7 +5269,7 @@ Haskell.")
"IntervalMap-" version ".tar.gz"))
(sha256
(base32
- "06hin9wf1by8aqa7820fsi2339bh82184frkwz3jsb9sqa0hszcg"))))
+ "0vdlvxvhf7vjyv0mfn6jaj2i2gclqv8419ck32s2jxfcmki5m5g8"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)))