summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-02 02:08:19 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-05 16:37:47 +0100
commitab880e6e6c55577c8e80de67627d59f52b075c52 (patch)
treebd562bc590f4818861d6737f5f0a58b257985d28
parentbfd2ebda71b28537f68d4486e7c26c6755811aea (diff)
gnu: ghc-contravariant: Update to 1.4.
* gnu/packages/haskell.scm (ghc-contravariant): Update to 1.4.
-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 f7444ec108..de81e40dcc 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4026,7 +4026,7 @@ just a @code{Semigroup} are added.")
(define-public ghc-contravariant
(package
(name "ghc-contravariant")
- (version "1.3.3")
+ (version "1.4")
(source
(origin
(method url-fetch)
@@ -4036,7 +4036,7 @@ just a @code{Semigroup} are added.")
".tar.gz"))
(sha256
(base32
- "184hcmhsznqrkmqlc1kza9pb5p591anva574ry8wrh81vqmhwfb5"))))
+ "117fff8kkrvlmr8cb2jpj71z7lf2pdiyks6ilyx89mry6zqnsrp1"))))
(build-system haskell-build-system)
(inputs
`(("ghc-void" ,ghc-void)