[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/154: gnu: Add ghc-safe.
From: |
Paul |
Subject: |
36/154: gnu: Add ghc-safe. |
Date: |
Thu, 22 Oct 2015 16:14:59 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 2cf3cf27662bc1991f790f7ae25dfe1720e43a22
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:09:00 2015 +0200
gnu: Add ghc-safe.
* gnu/packages/haskell.scm (ghc-safe): New variable.
---
gnu/packages/haskell.scm | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0f075be..c6dea86 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -984,6 +984,28 @@ regex-posix, regex-pcre, regex-parsec, regex-tdfa,
regex-dfa.")
style.")
(license bsd-3)))
+(define-public ghc-safe
+ (package
+ (name "ghc-safe")
+ (version "0.3.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/safe/safe-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1jdnp5zhvalf1xy8i872n29nljfjz6lnl9ghj80ffisrnnkrwcfh"))))
+ (build-system haskell-build-system)
+ (home-page "https://github.com/ndmitchell/safe#readme")
+ (synopsis "Library of safe (exception free) functions")
+ (description "This library provides wrappers around @code{Prelude} and
address@hidden functions, such as @code{head} and @code{!!}, that can throw
+exceptions.")
+ (license bsd-3)))
+
(define-public ghc-exceptions
(package
(name "ghc-exceptions")
- 25/154: gnu: Add ghc-transformers-compat., (continued)
- 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, 2015/10/22
- 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 <=
- 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
- 41/154: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/22
- 43/154: gnu: Add ghc-annotated-wl-pprint., Paul, 2015/10/22
- 47/154: gnu: Add ghc-fingertree., Paul, 2015/10/22
- 48/154: gnu: Add ghc-optparse-applicative., Paul, 2015/10/22
- 37/154: gnu: Add ghc-generic-deriving., Paul, 2015/10/22