[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/154: gnu: Add ghc-exceptions.
From: |
Paul |
Subject: |
26/154: gnu: Add ghc-exceptions. |
Date: |
Thu, 22 Oct 2015 16:14:52 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit f8e1caafa3f66ca46c8684bd5fba01a28baf954b
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 20:57:25 2015 +0200
gnu: Add ghc-exceptions.
* gnu/packages/haskell.scm (ghc-exceptions): 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 b73ac2e..9d649da 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -938,6 +938,32 @@ transformers 0.2 or 0.3 compatibility to run on old
versions of the platform,
but also need those types.")
(license bsd-3)))
+(define-public ghc-exceptions
+ (package
+ (name "ghc-exceptions")
+ (version "0.8.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/exceptions/exceptions-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1x1bk1jf42k1gigiqqmkkh38z2ffhx8rsqiszdq3f94m2h6kw2h7"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: Missing test-framework package.
+ (propagated-inputs
+ `(("ghc-stm" ,ghc-stm)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)))
+ (home-page "http://github.com/ekmett/exceptions/")
+ (synopsis "Extensible optionally-pure exceptions")
+ (description "This library provides extensible optionally-pure exceptions
+for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-quickcheck-io
(package
(name "ghc-quickcheck-io")
- 21/154: gnu: Add ghc-async., (continued)
- 21/154: gnu: Add ghc-async., Paul, 2015/10/22
- 20/154: gnu: Remove ghc-containers., Paul, 2015/10/22
- 23/154: gnu: Add ghc-stringbuilder., Paul, 2015/10/22
- 22/154: gnu: Add ghc-setenv., Paul, 2015/10/22
- 24/154: gnu: Add ghc-quickcheck-io., Paul, 2015/10/22
- 25/154: gnu: Add ghc-transformers-compat., Paul, 2015/10/22
- 17/154: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/22
- 27/154: gnu: Add ghc-temporary., Paul, 2015/10/22
- 31/154: gnu: Add ghc-hspec-meta., Paul, 2015/10/22
- 32/154: gnu: Add hspec-discover., Paul, 2015/10/22
- 26/154: gnu: Add ghc-exceptions.,
Paul <=
- 29/154: gnu: Add ghc-hspec-expectations., Paul, 2015/10/22
- 34/154: gnu: Add ghc-regex-base., Paul, 2015/10/22
- 35/154: gnu: Add ghc-appar., Paul, 2015/10/22
- 33/154: gnu: Add ghc-hspec., Paul, 2015/10/22
- 36/154: gnu: Add ghc-safe., Paul, 2015/10/22
- 30/154: gnu: Add ghc-hspec-core., Paul, 2015/10/22
- 28/154: gnu: Add ghc-silently., Paul, 2015/10/22
- 38/154: gnu: Add ghc-pcre-light., Paul, 2015/10/22
- 39/154: gnu: Add ghc-logict., Paul, 2015/10/22
- 40/154: gnu: Add ghc-xml., Paul, 2015/10/22