[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/151: gnu: Add ghc-kan-extensions.
From: |
Paul |
Subject: |
126/151: gnu: Add ghc-kan-extensions. |
Date: |
Tue, 20 Oct 2015 15:31:34 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit e3cb7c94c125e252dfd7d32175f5830dbbb0492b
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 17:06:03 2015 +0200
gnu: Add ghc-kan-extensions.
* gnu/packages/haskell.scm (ghc-kan-extensions): New variable.
---
gnu/packages/haskell.scm | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 58ff0d4..7112231 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3399,6 +3399,37 @@ package for older packages.")
given term should not exist.")
(license bsd-3)))
+(define-public ghc-kan-extensions
+ (package
+ (name "ghc-kan-extensions")
+ (version "4.2.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/kan-extensions/kan-extensions-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0iywbadpy8s3isfzlx9dlz3apaywhqq4gdbxkwygksq8pzdhwkrk"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-adjunctions" ,ghc-adjunctions)))
+ (inputs
+ `(("ghc-comonad" ,ghc-comonad)
+ ("ghc-contravariant" ,ghc-contravariant)
+ ("ghc-distributive" ,ghc-distributive)
+ ("ghc-free" ,ghc-free)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-semigroupoids" ,ghc-semigroupoids)
+ ("ghc-tagged" ,ghc-tagged)))
+ (home-page "http://github.com/ekmett/kan-extensions/")
+ (synopsis "Kan extensions library")
+ (description "This library provides Kan extensions, Kan lifts, various
+forms of the Yoneda lemma, and (co)density (co)monads for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-statevar
(package
(name "ghc-statevar")
- 118/151: gnu: Add ghc-streaming-commons., (continued)
- 118/151: gnu: Add ghc-streaming-commons., Paul, 2015/10/20
- 119/151: gnu: Add ghc-xss-sanitize., Paul, 2015/10/20
- 124/151: gnu: Add ghc-wai-extra., Paul, 2015/10/20
- 117/151: gnu: Add ghc-resourcet., Paul, 2015/10/20
- 121/151: gnu: Add ghc-cookie., Paul, 2015/10/20
- 127/151: gnu: Add ghc-lens., Paul, 2015/10/20
- 120/151: gnu: Add ghc-parsers., Paul, 2015/10/20
- 128/151: gnu: Add ghc-cheapskate., Paul, 2015/10/20
- 125/151: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/20
- 133/151: gnu: Add ghc-haddock., Paul, 2015/10/20
- 126/151: gnu: Add ghc-kan-extensions.,
Paul <=
- 138/151: gnu: Add ghc-haskell-src., Paul, 2015/10/20
- 123/151: gnu: Add ghc-wai-logger., Paul, 2015/10/20
- 130/151: gnu: Add Idris, the dependently-typed language., Paul, 2015/10/20
- 137/151: gnu: Add ghc-html., Paul, 2015/10/20
- 135/151: gnu: Add ghc-multipart., Paul, 2015/10/20
- 131/151: gnu: Add ghc-haddock-library., Paul, 2015/10/20
- 132/151: gnu: Add ghc-haddock-api., Paul, 2015/10/20
- 134/151: gnu: Add ghc-alex., Paul, 2015/10/20
- 141/151: gnu: Add ghc-regex-compat., Paul, 2015/10/20
- 145/151: gnu: Add ghc-objectname., Paul, 2015/10/20