summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-12 23:54:07 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:37 +0100
commitfc9dd5580282db86cd01a38d20fac3b0d21621c0 (patch)
tree574a01c50211d9d43d005d5c475630a0945347d5 /gnu
parentfef57b7363304fc6b55e0cb9c96c44dee2f14564 (diff)
gnu: ghc-case-insensitive: Update to 1.2.0.7.
* gnu/packages/haskell.scm (ghc-case-insensitive): Update to 1.2.0.7.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 02c814a685..971a0c7fc1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3071,7 +3071,7 @@ writing to stdout and other handles.")
(define-public ghc-case-insensitive
(package
(name "ghc-case-insensitive")
- (version "1.2.0.4")
+ (version "1.2.0.7")
(outputs '("out" "doc"))
(source
(origin
@@ -3082,7 +3082,7 @@ writing to stdout and other handles.")
".tar.gz"))
(sha256
(base32
- "07nm40r9yw2p9qsfp3pjbsmyn4dabrxw34p48171zmccdd5hv0v3"))))
+ "1j6ahvrz1g5q89y2difyk838yhwjc8z67zr0v2z512qdznc3h38n"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hunit" ,ghc-hunit)))