[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/154: gnu: Add ghc-streaming-commons.
From: |
Paul |
Subject: |
119/154: gnu: Add ghc-streaming-commons. |
Date: |
Fri, 23 Oct 2015 07:14:58 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit f550db48ebea7d0ce494641ebaf7d33ccd3f40ec
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 22 13:19:56 2015 +0200
gnu: Add ghc-streaming-commons.
* gnu/packages/haskell.scm (ghc-streaming-commons): 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 3e6db05..09ab4aa 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -554,6 +554,39 @@ unwanted suggestions, and to add your own custom
suggestions.")
code where you can safely allocate resources.")
(license bsd-3)))
+(define-public ghc-streaming-commons
+ (package
+ (name "ghc-streaming-commons")
+ (version "0.1.14.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/streaming-commons/streaming-commons-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "12nw9bwvy6zrabkgvbp371klca3ds6qjlfncg1b8pbwx1y7m8c8h"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-random" ,ghc-random)))
+ (inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-async" ,ghc-async)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)
+ ("ghc-hspec" ,ghc-hspec)
+ ("ghc-stm" ,ghc-stm)
+ ("ghc-text" ,ghc-text)
+ ("ghc-network" ,ghc-network)
+ ("ghc-zlib" ,ghc-zlib)))
+ (home-page "https://hackage.haskell.org/package/streaming-commons")
+ (synopsis "Conduit and pipes needed by some streaming data libraries")
+ (description "Provides low-dependency functionality commonly needed by
+various Haskell streaming data libraries, such as @code{conduit} and
address@hidden")
+ (license bsd-3)))
+
(define-public cpphs
(package
(name "cpphs")
- 110/154: gnu: Add ghc-free., (continued)
- 110/154: gnu: Add ghc-free., Paul, 2015/10/23
- 112/154: gnu: Add ghc-simple-reflect., Paul, 2015/10/23
- 111/154: gnu: Add ghc-adjunctions., Paul, 2015/10/23
- 114/154: gnu: Add ghc-cmdargs., Paul, 2015/10/23
- 113/154: gnu: Add cpphs., Paul, 2015/10/23
- 115/154: gnu: Add ghc-happy., Paul, 2015/10/23
- 116/154: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/23
- 117/154: gnu: Add hlint., Paul, 2015/10/23
- 118/154: gnu: Add ghc-resourcet., Paul, 2015/10/23
- 120/154: gnu: Add ghc-xss-sanitize., Paul, 2015/10/23
- 119/154: gnu: Add ghc-streaming-commons.,
Paul <=
- 121/154: gnu: Add ghc-parsers., Paul, 2015/10/23
- 122/154: gnu: Add ghc-cookie., Paul, 2015/10/23
- 124/154: gnu: Add ghc-wai-logger., Paul, 2015/10/23
- 123/154: gnu: Add ghc-wai., Paul, 2015/10/23
- 126/154: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/23
- 125/154: gnu: Add ghc-wai-extra., Paul, 2015/10/23
- 129/154: gnu: Add ghc-cheapskate., Paul, 2015/10/23
- 130/154: gnu: Add ghc-trifecta., Paul, 2015/10/23
- 132/154: gnu: Add ghc-haddock-library., Paul, 2015/10/23
- 127/154: gnu: Add ghc-kan-extensions., Paul, 2015/10/23