[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/151: gnu: Add ghc-safe.
From: |
Paul |
Subject: |
36/151: gnu: Add ghc-safe. |
Date: |
Tue, 20 Oct 2015 15:29:56 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 1543b047c807a2f42bfe39ceb0ca15abfc87fc29
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")
- 03/151: gnu: ghc-utf8-string: Update to 1.0.1.1., (continued)
- 03/151: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/20
- 14/151: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/20
- 11/151: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/20
- 20/151: gnu: Remove ghc-containers., Paul, 2015/10/20
- 12/151: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/20
- 17/151: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/20
- 23/151: gnu: Add ghc-stringbuilder., Paul, 2015/10/20
- 15/151: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/20
- 24/151: gnu: Add ghc-quickcheck-io., Paul, 2015/10/20
- 22/151: gnu: Add ghc-setenv., Paul, 2015/10/20
- 36/151: gnu: Add ghc-safe.,
Paul <=
- 25/151: gnu: Add ghc-transformers-compat., Paul, 2015/10/20
- 27/151: gnu: Add ghc-temporary., Paul, 2015/10/20
- 18/151: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/20
- 19/151: gnu: Add ghc-ansi-terminal., Paul, 2015/10/20
- 32/151: gnu: Add hspec-discover., Paul, 2015/10/20
- 31/151: gnu: Add ghc-hspec-meta., Paul, 2015/10/20
- 29/151: gnu: Add ghc-hspec-expectations., Paul, 2015/10/20
- 34/151: gnu: Add ghc-regex-base., Paul, 2015/10/20
- 26/151: gnu: Add ghc-exceptions., Paul, 2015/10/20
- 28/151: gnu: Add ghc-silently., Paul, 2015/10/20