summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:39:34 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:14 +0200
commitc1cf4c70f2828c86febb3c5eb2efd5e2e4173afa (patch)
tree5cf5c18e157e45f52f435d2eea93570a4aa04d1d
parent9d1944a4939ae006b6f53c4203c49bc727c55dfd (diff)
downloadguix-patches-c1cf4c70f2828c86febb3c5eb2efd5e2e4173afa.tar
guix-patches-c1cf4c70f2828c86febb3c5eb2efd5e2e4173afa.tar.gz
gnu: ghc-contravariant-extras: Update to 0.3.4.
* gnu/packages/haskell.scm (ghc-contravariant-extras): Update to 0.3.4. [inputs]: Add ghc-semigroups.
-rw-r--r--gnu/packages/haskell.scm12
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b50bf3d5d4..a8a90f919d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8888,7 +8888,7 @@ statically known size.")
(define-public ghc-contravariant-extras
(package
(name "ghc-contravariant-extras")
- (version "0.3.3.1")
+ (version "0.3.4")
(source
(origin
(method url-fetch)
@@ -8897,11 +8897,13 @@ statically known size.")
"contravariant-extras-" version ".tar.gz"))
(sha256
(base32
- "1mbrgjybdx8fjdck4ldwi8955w4qnmm0ql56zix7dyn0s7s9spgk"))))
+ "0gg62ccl94kvh7mnvdq09pifqxjx2kgs189si90nmg44bafj7a9n"))))
(build-system haskell-build-system)
- (inputs `(("ghc-tuple-th" ,ghc-tuple-th)
- ("ghc-contravariant" ,ghc-contravariant)
- ("ghc-base-prelude" ,ghc-base-prelude)))
+ (inputs
+ `(("ghc-tuple-th" ,ghc-tuple-th)
+ ("ghc-contravariant" ,ghc-contravariant)
+ ("ghc-base-prelude" ,ghc-base-prelude)
+ ("ghc-semigroups" ,ghc-semigroups)))
(home-page "https://github.com/nikita-volkov/contravariant-extras")
(synopsis "Extras for the @code{ghc-contravariant} Haskell package")
(description "This Haskell package provides extras for the