[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/151: gnu: Add ghc-resourcet.
From: |
Paul |
Subject: |
117/151: gnu: Add ghc-resourcet. |
Date: |
Mon, 19 Oct 2015 08:58:38 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 0a80429d3f01934ac3d8e0360d1548599891b1f0
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 16:35:43 2015 +0200
gnu: Add ghc-resourcet.
* gnu/packages/haskell.scm (ghc-resourcet): New variable.
---
gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ec5608b..8d15e2b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -531,6 +531,39 @@ the HaRP extension as well as HSX-style embedded XML
syntax.")
"HLint gives suggestions on how to improve your source code.")
(license bsd-3)))
+(define-public ghc-resourcet
+ (package
+ (name "ghc-resourcet")
+ (version "1.1.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/resourcet/resourcet-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0zhsaaa4n8ry76vjih519a8npm2hrzk10d5asrgllcwpzmifl41y"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-transformers-base" ,ghc-transformers-base)
+ ("ghc-monad-control" ,ghc-monad-control)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-mmorph" ,ghc-mmorph)
+ ("ghc-exceptions" ,ghc-exceptions)))
+ (inputs
+ `(("ghc-lifted-base" ,ghc-lifted-base)
+ ("ghc-hspec" ,ghc-hspec)))
+ (home-page "http://github.com/snoyberg/conduit")
+ (synopsis
+ "Deterministic allocation and freeing of scarce resources")
+ (description
+ "ResourceT is a monad transformer which creates a region of code where
+you can safely allocate resources.")
+ (license bsd-3)))
+
(define-public ghc-cpphs
(package
(name "ghc-cpphs")
- 108/151: gnu: Add ghc-prelude-extras., (continued)
- 108/151: gnu: Add ghc-prelude-extras., Paul, 2015/10/19
- 103/151: gnu: Add ghc-extra., Paul, 2015/10/19
- 107/151: gnu: Add ghc-reflection., Paul, 2015/10/19
- 110/151: gnu: Add ghc-adjunctions., Paul, 2015/10/19
- 112/151: gnu: Add ghc-cpphs., Paul, 2015/10/19
- 113/151: gnu: Add ghc-cmdargs., Paul, 2015/10/19
- 109/151: gnu: Add ghc-free., Paul, 2015/10/19
- 114/151: gnu: Add ghc-happy., Paul, 2015/10/19
- 111/151: gnu: Add ghc-simple-reflect., Paul, 2015/10/19
- 115/151: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/19
- 117/151: gnu: Add ghc-resourcet.,
Paul <=
- 120/151: gnu: Add ghc-parsers., Paul, 2015/10/19
- 121/151: gnu: Add ghc-cookie., Paul, 2015/10/19
- 116/151: gnu: Add ghc-hlint., Paul, 2015/10/19
- 118/151: gnu: Add ghc-streaming-commons., Paul, 2015/10/19
- 122/151: gnu: Add ghc-wai., Paul, 2015/10/19
- 123/151: gnu: Add ghc-wai-logger., Paul, 2015/10/19
- 124/151: gnu: Add ghc-wai-extra., Paul, 2015/10/19
- 119/151: gnu: Add ghc-xss-sanitize., Paul, 2015/10/19
- 125/151: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/19
- 127/151: gnu: Add ghc-lens., Paul, 2015/10/19