[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
104/151: gnu: Add ghc-profunctors.
From: |
Paul |
Subject: |
104/151: gnu: Add ghc-profunctors. |
Date: |
Mon, 19 Oct 2015 08:58:29 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 2f28da1156c9da9c4da68ac8f8c58bf7c6d238c3
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:40:26 2015 +0200
gnu: Add ghc-profunctors.
* gnu/packages/haskell.scm (ghc-profunctors): New variable.
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e83af94..63f4306 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1423,6 +1423,32 @@ functions are available in later versions of GHC, but
this package makes them
available back to GHC 7.2.")
(license bsd-3)))
+(define-public ghc-profunctors
+ (package
+ (name "ghc-profunctors")
+ (version "5.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/profunctors/profunctors-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0lw2ipacpnp9yqmi8zsp01pzpn5hwj8af3y0f3079mddrmw48gw7"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-distributive" ,ghc-distributive)))
+ (inputs
+ `(("ghc-comonad" ,ghc-comonad)
+ ("ghc-tagged" ,ghc-tagged)))
+ (home-page
+ "http://github.com/ekmett/profunctors/")
+ (synopsis "Profunctors")
+ (description "Profunctors")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 94/151: gnu: Add ghc-attoparsec., (continued)
- 94/151: gnu: Add ghc-attoparsec., Paul, 2015/10/19
- 95/151: gnu: Add ghc-aeson., Paul, 2015/10/19
- 86/151: gnu: Add ghc-stringsearch., Paul, 2015/10/19
- 99/151: gnu: Add ghc-distributive., Paul, 2015/10/19
- 97/151: gnu: Add ghc-zip-archive., Paul, 2015/10/19
- 98/151: gnu: Add ghc-cereal., Paul, 2015/10/19
- 96/151: gnu: Add ghc-css-text., Paul, 2015/10/19
- 100/151: gnu: Add ghc-comonad., Paul, 2015/10/19
- 101/151: gnu: Add ghc-hscolour., Paul, 2015/10/19
- 106/151: gnu: Add ghc-reducers., Paul, 2015/10/19
- 104/151: gnu: Add ghc-profunctors.,
Paul <=
- 105/151: gnu: Add ghc-semigroupoids., Paul, 2015/10/19
- 102/151: gnu: Add ghc-polyparse., Paul, 2015/10/19
- 108/151: gnu: Add ghc-prelude-extras., Paul, 2015/10/19
- 103/151: gnu: Add ghc-extra., Paul, 2015/10/19
- 107/151: gnu: Add ghc-reflection., Paul, 2015/10/19
- 110/151: gnu: Add ghc-adjunctions., Paul, 2015/10/19
- 112/151: gnu: Add ghc-cpphs., Paul, 2015/10/19
- 113/151: gnu: Add ghc-cmdargs., Paul, 2015/10/19
- 109/151: gnu: Add ghc-free., Paul, 2015/10/19
- 114/151: gnu: Add ghc-happy., Paul, 2015/10/19