[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
118/153: gnu: Add ghc-streaming-commons.
From: |
Paul |
Subject: |
118/153: gnu: Add ghc-streaming-commons. |
Date: |
Wed, 21 Oct 2015 20:51:00 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit c2d2da9bf0b1346958b14907b27bc447e8191b39
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 16:40:47 2015 +0200
gnu: Add ghc-streaming-commons.
* gnu/packages/haskell.scm (ghc-streaming-commons): New variable.
---
gnu/packages/haskell.scm | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 61e0e1a..a39f781 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -561,6 +561,40 @@ the HaRP extension as well as HSX-style embedded XML
syntax.")
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 various streaming data libraries")
+ (description
+ "Provides low-dependency functionality commonly needed by various
+streaming data libraries, such as conduit and pipes.")
+ (license bsd-3)))
+
(define-public ghc-cpphs
(package
(name "ghc-cpphs")
- 121/153: gnu: Add ghc-cookie., (continued)
- 121/153: gnu: Add ghc-cookie., Paul, 2015/10/21
- 113/153: gnu: Add ghc-cmdargs., Paul, 2015/10/21
- 120/153: gnu: Add ghc-parsers., Paul, 2015/10/21
- 136/153: gnu: Add ghc-cgi., Paul, 2015/10/21
- 135/153: gnu: Add ghc-multipart., Paul, 2015/10/21
- 139/153: gnu: Add ghc-xhtml., Paul, 2015/10/21
- 129/153: gnu: Add ghc-trifecta., Paul, 2015/10/21
- 128/153: gnu: Add ghc-cheapskate., Paul, 2015/10/21
- 106/153: gnu: Add ghc-reducers., Paul, 2015/10/21
- 112/153: gnu: Add ghc-cpphs., Paul, 2015/10/21
- 118/153: gnu: Add ghc-streaming-commons.,
Paul <=
- 119/153: gnu: Add ghc-xss-sanitize., Paul, 2015/10/21
- 122/153: gnu: Add ghc-wai., Paul, 2015/10/21
- 132/153: gnu: Add ghc-haddock-api., Paul, 2015/10/21
- 123/153: gnu: Add ghc-wai-logger., Paul, 2015/10/21
- 115/153: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/21
- 124/153: gnu: Add ghc-wai-extra., Paul, 2015/10/21
- 151/153: gnu: Add raincat platform game., Paul, 2015/10/21
- 144/153: gnu: Add ghc-gluraw., Paul, 2015/10/21
- 145/153: gnu: Add ghc-objectname., Paul, 2015/10/21
- 146/153: gnu: Add ghc-opengl., Paul, 2015/10/21