gnu: ghc-case-insensitive: Update to 1.2.0.11.

* gnu/packages/haskell.scm (ghc-case-insensitive): Update to 1.2.0.11.
This commit is contained in:
Timothy Sample 2018-08-28 23:00:05 -04:00 committed by Ricardo Wurmus
parent b925e1f537
commit f5aa584541
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3434,7 +3434,7 @@ writing to stdout and other handles.")
(define-public ghc-case-insensitive (define-public ghc-case-insensitive
(package (package
(name "ghc-case-insensitive") (name "ghc-case-insensitive")
(version "1.2.0.7") (version "1.2.0.11")
(outputs '("out" "doc")) (outputs '("out" "doc"))
(source (source
(origin (origin
@ -3445,7 +3445,7 @@ writing to stdout and other handles.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1j6ahvrz1g5q89y2difyk838yhwjc8z67zr0v2z512qdznc3h38n")))) "1qrpxfirsxckg7jv28f5ah2qc8lh95hp7rnqkbqs1ahcwlbnvkm7"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-hunit" ,ghc-hunit))) `(("ghc-hunit" ,ghc-hunit)))