[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/28: gnu: Add ghc-io-streams.
From: |
guix-commits |
Subject: |
15/28: gnu: Add ghc-io-streams. |
Date: |
Wed, 7 Aug 2019 23:28:32 -0400 (EDT) |
samplet pushed a commit to branch master
in repository guix.
commit 658dbc7ff2f39053511725fa149df7029fae1141
Author: Robert Vollmert <address@hidden>
Date: Mon Jul 15 10:48:35 2019 +0200
gnu: Add ghc-io-streams.
* gnu/packages/haskell-xyz.scm (ghc-io-streams): New variable.
---
gnu/packages/haskell-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7ccbae1..592296d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -76,6 +76,42 @@ This package was inspired by the concurrency libraries of
Java and
Python.")
(license license:bsd-3)))
+(define-public ghc-io-streams
+ (package
+ (name "ghc-io-streams")
+ (version "1.5.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "io-streams/io-streams-" version ".tar.gz"))
+ (sha256
+ (base32
+ "12rcdg2d70644bvn838fxcjkssqj8pssnx5y657si5rijcbkgjsx"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-attoparsec" ,ghc-attoparsec)
+ ("ghc-bytestring-builder" ,ghc-bytestring-builder)
+ ("ghc-network" ,ghc-network)
+ ("ghc-primitive" ,ghc-primitive)
+ ("ghc-vector" ,ghc-vector)
+ ("ghc-zlib-bindings" ,ghc-zlib-bindings)))
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
+ ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
+ ("ghc-zlib" ,ghc-zlib)))
+ (arguments
+ `(#:cabal-revision
+ ("2" "1mcab95d6hm098myh9gp7sh10srigjphgvm8s9pfs7jg5hzghy14")))
+ (home-page "http://hackage.haskell.org/package/io-streams")
+ (synopsis "Simple and composable stream I/O")
+ (description "This library contains simple and easy-to-use
+primitives for I/O using streams.")
+ (license license:bsd-3)))
+
(define-public ghc-language-glsl
(package
(name "ghc-language-glsl")
- branch master updated (ba7ff98 -> caa366e), guix-commits, 2019/08/07
- 01/28: gnu: ghc-8: Rename to 'ghc-8.4'., guix-commits, 2019/08/07
- 05/28: gnu: ghc-validation: Do not generate 'Setup.hs'., guix-commits, 2019/08/07
- 07/28: gnu: ghc-validation: Downgrade to 1., guix-commits, 2019/08/07
- 02/28: gnu: Add ghc-8.6., guix-commits, 2019/08/07
- 03/28: import: hackage: Update list of ghc-included packages., guix-commits, 2019/08/07
- 06/28: gnu: ghc-concurrent-output: Downgrade to 1.10.9., guix-commits, 2019/08/07
- 10/28: gnu: Add ghc-language-glsl., guix-commits, 2019/08/07
- 12/28: gnu: Add ghc-readable., guix-commits, 2019/08/07
- 15/28: gnu: Add ghc-io-streams.,
guix-commits <=
- 22/28: gnu: Add ghc-snap-server., guix-commits, 2019/08/07
- 08/28: gnu: ghc-ansi-terminal: Downgrade to 0.8.0.4., guix-commits, 2019/08/07
- 09/28: gnu: Add ghc-prettyclass., guix-commits, 2019/08/07
- 11/28: gnu: Add ghc-concurrent-extra., guix-commits, 2019/08/07
- 17/28: gnu: Add ghc-hsopenssl., guix-commits, 2019/08/07
- 13/28: gnu: Add ghc-threads., guix-commits, 2019/08/07
- 14/28: gnu: Add ghc-zlib-bindings., guix-commits, 2019/08/07
- 18/28: gnu: Add ghc-openssl-streams., guix-commits, 2019/08/07
- 21/28: gnu: Add ghc-snap-core., guix-commits, 2019/08/07
- 26/28: gnu: ghc-libmpd-haskell: Disable tests., guix-commits, 2019/08/07