rekado pushed a commit to branch master
in repository guix.
commit 8b1573b1e41452d2ddea503dd61bf6b84e542af9
Author: Timothy Sample <[email protected]>
Date: Wed Aug 29 01:00:11 2018 -0400
gnu: ghc-kan-extensions: Update to 5.2.
* gnu/packages/haskell.scm (ghc-kan-extensions): Update to 5.2.
[inputs]: Add ghc-invariant and ghc-transformers-compat.
---
gnu/packages/haskell.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d1e7145..6bc3e49 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4771,7 +4771,7 @@ functors). For more information, see Edward Kmett's
article
(define-public ghc-kan-extensions
(package
(name "ghc-kan-extensions")
- (version "5.0.1")
+ (version "5.2")
(source
(origin
(method url-fetch)
@@ -4781,7 +4781,7 @@ functors). For more information, see Edward Kmett's
article
".tar.gz"))
(sha256
(base32
- "1qm0kf4krmyjbjynn96ab0h3q117vwcia5nin7n2b8b4f3jrzph1"))))
+ "1lyvyiwwh962j2nnnsqzlvp5zq6z8p3spvhmji99cjvldxc7wwkb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-adjunctions" ,ghc-adjunctions)
@@ -4789,8 +4789,10 @@ functors). For more information, see Edward Kmett's
article
("ghc-contravariant" ,ghc-contravariant)
("ghc-distributive" ,ghc-distributive)
("ghc-free" ,ghc-free)
+ ("ghc-invariant" ,ghc-invariant)
("ghc-semigroupoids" ,ghc-semigroupoids)
- ("ghc-tagged" ,ghc-tagged)))
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)))
(home-page "https://github.com/ekmett/kan-extensions/")
(synopsis "Kan extensions library")
(description "This library provides Kan extensions, Kan lifts, various