[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/153: gnu: Add ghc-safe.
From: |
Paul |
Subject: |
36/153: gnu: Add ghc-safe. |
Date: |
Thu, 22 Oct 2015 10:11:07 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit ef4747cc97abd75269714825910638421b121967
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 04b746e..c764f0c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -988,6 +988,28 @@ but also need those types.")
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")
- 26/153: gnu: Add ghc-exceptions., (continued)
- 26/153: gnu: Add ghc-exceptions., Paul, 2015/10/22
- 21/153: gnu: Add ghc-async., Paul, 2015/10/22
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/22
- 14/153: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/22
- 20/153: gnu: Remove ghc-containers., Paul, 2015/10/22
- 22/153: gnu: Add ghc-setenv., Paul, 2015/10/22
- 24/153: gnu: Add ghc-quickcheck-io., Paul, 2015/10/22
- 33/153: gnu: Add ghc-hspec., Paul, 2015/10/22
- 35/153: gnu: Add ghc-appar., Paul, 2015/10/22
- 34/153: gnu: Add ghc-regex-base., Paul, 2015/10/22
- 36/153: gnu: Add ghc-safe.,
Paul <=
- 41/153: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/22
- 37/153: gnu: Add ghc-generic-deriving., Paul, 2015/10/22
- 30/153: gnu: Add ghc-hspec-core., Paul, 2015/10/22
- 47/153: gnu: Add ghc-fingertree., Paul, 2015/10/22
- 28/153: gnu: Add ghc-silently., Paul, 2015/10/22
- 29/153: gnu: Add ghc-hspec-expectations., Paul, 2015/10/22
- 39/153: gnu: Add ghc-logict., Paul, 2015/10/22
- 23/153: gnu: Add ghc-stringbuilder., Paul, 2015/10/22
- 42/153: gnu: ghc-split: Update dependencies., Paul, 2015/10/22
- 46/153: gnu: Add ghc-uniplate., Paul, 2015/10/22