[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/40: gnu: Add ghc-constraints.
From: |
Leo Famulari |
Subject: |
28/40: gnu: Add ghc-constraints. |
Date: |
Fri, 23 Sep 2016 00:10:19 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 6aab9ba6d445d3eac32582caa045ebe88374e5aa
Author: ng0 <address@hidden>
Date: Tue Sep 20 21:17:41 2016 -0400
gnu: Add ghc-constraints.
* gnu/packages/haskell.scm (ghc-constraints): New variable.
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 1586923..91e8778 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7067,4 +7067,30 @@ the classes @code{IArray} of immutable arrays and
@code{MArray} of arrays mutabl
within appropriate monads, as well as some instances of these classes.")
(license license:bsd-3)))
+(define-public ghc-constraints
+ (package
+ (name "ghc-constraints")
+ (version "0.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/constraints/constraints-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "120mmv9rwbahslisc1z8zx9lw7v6hl5fzid4l0hiy5as6ijqgl2c"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-hashable" ,ghc-hashable)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)))
+ (home-page "http://github.com/ekmett/constraints/")
+ (synopsis "Constraint manipulation")
+ (description
+ "GHC 7.4 gave us the ability to talk about @code{ConstraintKinds}.
+They stopped crashing the compiler in GHC 7.6. This package provides
+a vocabulary for working with them.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
- 18/40: gnu: Add ghc-monads-tf., (continued)
- 18/40: gnu: Add ghc-monads-tf., Leo Famulari, 2016/09/22
- 24/40: gnu: ghc-fgl: Update to 5.5.3.0., Leo Famulari, 2016/09/22
- 15/40: gnu: Add ghc-transformers., Leo Famulari, 2016/09/22
- 16/40: gnu: Add ghc-findbin., Leo Famulari, 2016/09/22
- 34/40: gnu: Add ghc-chell., Leo Famulari, 2016/09/22
- 30/40: gnu: Add ghc-system-filepath-bootstrap., Leo Famulari, 2016/09/22
- 36/40: gnu: Add ghc-chell-quickcheck., Leo Famulari, 2016/09/22
- 38/40: gnu: Add ghc-system-filepath., Leo Famulari, 2016/09/22
- 35/40: gnu: Add ghc-chell-quickcheck-bootstrap., Leo Famulari, 2016/09/22
- 37/40: gnu: Add ghc-options., Leo Famulari, 2016/09/22
- 28/40: gnu: Add ghc-constraints.,
Leo Famulari <=
- 26/40: gnu: Add ghc-graphviz., Leo Famulari, 2016/09/22
- 31/40: gnu: Add ghc-system-fileio-bootstrap., Leo Famulari, 2016/09/22
- 40/40: gnu: Add ghc-transformers-0.4.2.0., Leo Famulari, 2016/09/22
- 39/40: gnu: Add ghc-system-fileio., Leo Famulari, 2016/09/22