[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/40: gnu: Add ghc-bytestring-handle.
From: |
Leo Famulari |
Subject: |
13/40: gnu: Add ghc-bytestring-handle. |
Date: |
Fri, 23 Sep 2016 00:10:17 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit a71f861752f5e060757ced0ae077e7fab9f9e27d
Author: ng0 <address@hidden>
Date: Sun Sep 18 16:09:52 2016 +0000
gnu: Add ghc-bytestring-handle.
* gnu/packages/haskell.scm (ghc-bytestring-handle): New variable.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3213a2e..cbb1ba7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6694,4 +6694,29 @@ test-framework.")
(description "Reasonably fast data encoding library.")
(license license:bsd-3)))
+(define-public ghc-bytestring-handle
+ (package
+ (name "ghc-bytestring-handle")
+ (version "0.1.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"https://hackage.haskell.org/package/bytestring-handle/bytestring-handle-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0q5yzx90ad9w7qvaix05bynxwlsbqjrgfc4hqb355ibf991wd0rh"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
+ ("ghc-test-framework" ,ghc-test-framework)))
+ (home-page "http://hub.darcs.net/ganesh/bytestring-handle")
+ (synopsis "ByteString-backed Handles")
+ (description "ByteString-backed Handles") ; There is no description
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
- 03/40: gnu: Add ghc-binary., (continued)
- 03/40: gnu: Add ghc-binary., Leo Famulari, 2016/09/22
- 06/40: gnu: Add ghc-data-ordlist., Leo Famulari, 2016/09/22
- 01/40: gnu: imagemagick: Update to 6.9.5-10., Leo Famulari, 2016/09/22
- 09/40: gnu: Add ghc-regex-tdfa., Leo Famulari, 2016/09/22
- 05/40: gnu: Add ghc-cryptohash., Leo Famulari, 2016/09/22
- 02/40: gnu: Add ghc-base16-bytestring., Leo Famulari, 2016/09/22
- 07/40: gnu: Add ghc-haskeline., Leo Famulari, 2016/09/22
- 08/40: gnu: Add ghc-regex-applicative., Leo Famulari, 2016/09/22
- 10/40: gnu: Add ghc-regex-compat-tdfa., Leo Famulari, 2016/09/22
- 11/40: gnu: Add ghc-tasty-th., Leo Famulari, 2016/09/22
- 13/40: gnu: Add ghc-bytestring-handle.,
Leo Famulari <=
- 12/40: gnu: Add ghc-sandi., Leo Famulari, 2016/09/22
- 20/40: gnu: Add ghc-colour., Leo Famulari, 2016/09/22
- 21/40: gnu: Add ghc-directory., Leo Famulari, 2016/09/22
- 19/40: gnu: Add ghc-bytestring., Leo Famulari, 2016/09/22
- 23/40: gnu: Add ghc-wl-pprint-text., Leo Famulari, 2016/09/22
- 32/40: gnu: Add ghc-shelly., Leo Famulari, 2016/09/22
- 29/40: gnu: Add ghc-lifted-async., Leo Famulari, 2016/09/22
- 33/40: gnu: Add ghc-options-bootstrap., Leo Famulari, 2016/09/22
- 22/40: gnu: Add ghc-process., Leo Famulari, 2016/09/22
- 14/40: gnu: Add ghc-tar., Leo Famulari, 2016/09/22