[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/151: gnu: Add ghc-temporary.
From: |
Paul |
Subject: |
27/151: gnu: Add ghc-temporary. |
Date: |
Mon, 19 Oct 2015 08:57:23 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 643556249c3451c1c1fdfff69175ffa20a216f2c
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 20:57:53 2015 +0200
gnu: Add ghc-temporary.
* gnu/packages/haskell.scm (ghc-temporary): New variable.
---
gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 50c633c..f35254a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -979,6 +979,33 @@ but also need those types.")
"Extensible optionally-pure exceptions")
(license bsd-3)))
+(define-public ghc-temporary
+ (package
+ (name "ghc-temporary")
+ (version "1.2.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/temporary/temporary-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0is67bmsjmbbw6wymhis8wyq9gax3sszm573p5719fx2c9z9r24a"))))
+ (build-system haskell-build-system)
+ (propagated-inputs `(("ghc-exceptions" ,ghc-exceptions)))
+ (home-page
+ "http://www.github.com/batterseapower/temporary")
+ (synopsis "Portable temporary file and directory support")
+ (description "The functions for creating temporary files and directories
+in the base library are quite limited. The unixutils package contains some
+good ones, but they aren't portable to Windows. This library just repackages
+the Cabal implementations of its own temporary file and folder functions so
+that you can use them without linking against Cabal or depending on it being
+installed.")
+ (license bsd-3)))
+
(define-public ghc-quickcheck-io
(package
(name "ghc-quickcheck-io")
- 13/151: gnu: ghc-syb: Update to 0.6., (continued)
- 13/151: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/19
- 17/151: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/19
- 18/151: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/19
- 22/151: gnu: Add ghc-setenv., Paul, 2015/10/19
- 19/151: gnu: Add ghc-ansi-terminal., Paul, 2015/10/19
- 20/151: gnu: ghc-containers: Remove variable., Paul, 2015/10/19
- 21/151: gnu: Add ghc-async., Paul, 2015/10/19
- 23/151: gnu: Add ghc-stringbuilder., Paul, 2015/10/19
- 25/151: gnu: Add ghc-transformers-compat., Paul, 2015/10/19
- 24/151: gnu: Add ghc-quickcheck-io., Paul, 2015/10/19
- 27/151: gnu: Add ghc-temporary.,
Paul <=
- 29/151: gnu: Add ghc-hspec-expectations., Paul, 2015/10/19
- 31/151: gnu: Add ghc-hspec-meta., Paul, 2015/10/19
- 28/151: gnu: Add ghc-silently., Paul, 2015/10/19
- 30/151: gnu: Add ghc-hspec-core., Paul, 2015/10/19
- 33/151: gnu: Add ghc-hspec., Paul, 2015/10/19
- 26/151: gnu: Add ghc-exceptions., Paul, 2015/10/19
- 34/151: gnu: Add ghc-regex-base., Paul, 2015/10/19
- 32/151: gnu: Add ghc-hspec-discover., Paul, 2015/10/19
- 35/151: gnu: Add ghc-appar., Paul, 2015/10/19
- 36/151: gnu: Add ghc-safe., Paul, 2015/10/19