[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/153: gnu: Add ghc-adjunctions.
From: |
Paul |
Subject: |
110/153: gnu: Add ghc-adjunctions. |
Date: |
Wed, 21 Oct 2015 16:07:46 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 6569b5c9117493bbe54cfea80477692ca842da30
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:49:08 2015 +0200
gnu: Add ghc-adjunctions.
* gnu/packages/haskell.scm (ghc-adjunctions): New variable.
---
gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d280172..7074fbd 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3299,6 +3299,39 @@ f} makes no constraining assumptions beyond those given
by @code{f} and the
definition of @code{Monad}.")
(license bsd-3)))
+(define-public ghc-adjunctions
+ (package
+ (name "ghc-adjunctions")
+ (version "4.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/adjunctions/adjunctions-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "00p030iypjzjib8pxz1x6mxfi59wvyrwjj11zv9bh766dgkdbwjq"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-profunctors" ,ghc-profunctors)))
+ (inputs
+ `(("ghc-comonad" ,ghc-comonad)
+ ("ghc-contravariant" ,ghc-contravariant)
+ ("ghc-distributive" ,ghc-distributive)
+ ("ghc-free" ,ghc-free)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-semigroupoids" ,ghc-semigroupoids)
+ ("ghc-semigroups" ,ghc-semigroups)
+ ("ghc-void" ,ghc-void)))
+ (home-page "http://github.com/ekmett/adjunctions/")
+ (synopsis "Adjunctions and representable functors")
+ (description "This library provides adjunctions and representable functors
+for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-fast-logger
(package
(name "ghc-fast-logger")
- 85/153: gnu: Add ghc-word8., (continued)
- 85/153: gnu: Add ghc-word8., Paul, 2015/10/21
- 77/153: gnu: Add ghc-bytestring-builder., Paul, 2015/10/21
- 99/153: gnu: Add ghc-distributive., Paul, 2015/10/21
- 93/153: gnu: Add ghc-scientific., Paul, 2015/10/21
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/21
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/21
- 102/153: gnu: Add ghc-polyparse., Paul, 2015/10/21
- 88/153: gnu: Add ghc-temporary-rc., Paul, 2015/10/21
- 103/153: gnu: Add ghc-extra., Paul, 2015/10/21
- 90/153: gnu: Add ghc-smallcheck., Paul, 2015/10/21
- 110/153: gnu: Add ghc-adjunctions.,
Paul <=
- 104/153: gnu: Add ghc-profunctors., Paul, 2015/10/21
- 98/153: gnu: Add ghc-cereal., Paul, 2015/10/21
- 121/153: gnu: Add ghc-cookie., Paul, 2015/10/21
- 126/153: gnu: Add ghc-kan-extensions., Paul, 2015/10/21
- 109/153: gnu: Add ghc-free., Paul, 2015/10/21
- 107/153: gnu: Add ghc-reflection., Paul, 2015/10/21
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/21
- 113/153: gnu: Add ghc-cmdargs., Paul, 2015/10/21
- 116/153: gnu: Add ghc-hlint., Paul, 2015/10/21
- 112/153: gnu: Add ghc-cpphs., Paul, 2015/10/21