[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/153: gnu: Add ghc-setenv.
From: |
Paul |
Subject: |
22/153: gnu: Add ghc-setenv. |
Date: |
Wed, 21 Oct 2015 20:50:08 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 5b57fef58ea87bf5263fb894eb72452a1b81926f
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:00:40 2015 +0200
gnu: Add ghc-setenv.
* gnu/packages/haskell.scm (ghc-setenv): New variable.
---
gnu/packages/haskell.scm | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b9175ed..c293090 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -20,7 +20,7 @@
(define-module (gnu packages haskell)
#:use-module (ice-9 regex)
- #:use-module ((guix licenses) #:select (bsd-3 lgpl2.1))
+ #:use-module ((guix licenses) #:select (bsd-3 lgpl2.1 expat))
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix utils)
@@ -587,6 +587,27 @@ for encoding UTF8 strings to Word8 lists and back, and for
reading and writing
UTF8 without truncation.")
(license bsd-3)))
+(define-public ghc-setenv
+ (package
+ (name "ghc-setenv")
+ (version "0.1.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/setenv/setenv-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0cnbgrvb9byyahb37zlqrj05rj25v190crgcw8wmlgf0mwwxyn73"))))
+ (build-system haskell-build-system)
+ (home-page "http://hackage.haskell.org/package/setenv")
+ (synopsis "Library for setting environment variables")
+ (description "This package provides a Haskell library for setting
+environment variables.")
+ (license expat)))
+
(define-public ghc-x11
(package
(name "ghc-x11")
- 10/153: gnu: ghc-text: Update to 1.2.1.3., (continued)
- 10/153: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/21
- 12/153: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/21
- 11/153: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/21
- 14/153: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/21
- 15/153: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/21
- 16/153: gnu: ghc-network: Update to 2.6.2.1., Paul, 2015/10/21
- 18/153: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/21
- 17/153: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/21
- 19/153: gnu: Add ghc-ansi-terminal., Paul, 2015/10/21
- 21/153: gnu: Add ghc-async., Paul, 2015/10/21
- 22/153: gnu: Add ghc-setenv.,
Paul <=
- 23/153: gnu: Add ghc-stringbuilder., Paul, 2015/10/21
- 24/153: gnu: Add ghc-quickcheck-io., Paul, 2015/10/21
- 26/153: gnu: Add ghc-exceptions., Paul, 2015/10/21
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/21
- 20/153: gnu: Remove ghc-containers., Paul, 2015/10/21
- 28/153: gnu: Add ghc-silently., Paul, 2015/10/21
- 31/153: gnu: Add ghc-hspec-meta., Paul, 2015/10/21
- 33/153: gnu: Add ghc-hspec., Paul, 2015/10/21
- 32/153: gnu: Add hspec-discover., Paul, 2015/10/21
- 35/153: gnu: Add ghc-appar., Paul, 2015/10/21