[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/151: gnu: Add ghc-bytestring-builder.
From: |
Paul |
Subject: |
77/151: gnu: Add ghc-bytestring-builder. |
Date: |
Tue, 20 Oct 2015 15:30:50 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 64d42fde18e46a3916b750fc56fa8d4128968209
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:48:43 2015 +0200
gnu: Add ghc-bytestring-builder.
* gnu/packages/haskell.scm (ghc-bytestring-builder): New variable.
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 620a842..9b23f38 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2445,6 +2445,32 @@ or timeout period. This package provides alternative
functions which use the
unbounded @code{Integer} type.")
(license bsd-3)))
+(define-public ghc-bytestring-builder
+ (package
+ (name "ghc-bytestring-builder")
+ (version "0.10.6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/bytestring-builder/bytestring-builder-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1mkg24zl0rapb3gqzkyj5ibp07wx3yzd72hmfczssl0is63rjhww"))))
+ (build-system haskell-build-system)
+ (arguments `(#:haddock? #f)) ; FIXME: testing framework unavailable
+ (home-page
+ "http://hackage.haskell.org/package/bytestring-builder")
+ (synopsis
+ "The new bytestring builder, packaged outside of GHC")
+ (description
+ "This is the bytestring builder that is debuting in bytestring-0.10.4.0,
+which should be shipping with GHC 7.8, probably late in 2013. Compatibility
+package for older packages.")
+ (license bsd-3)))
+
(define-public ghc-nats
(package
(name "ghc-nats")
- 58/151: gnu: Add ghc-blaze-markup., (continued)
- 58/151: gnu: Add ghc-blaze-markup., Paul, 2015/10/20
- 61/151: gnu: Add ghc-auto-update., Paul, 2015/10/20
- 63/151: gnu: Add ghc-unbounded-delays., Paul, 2015/10/20
- 66/151: gnu: Add ghc-unix-compat., Paul, 2015/10/20
- 59/151: gnu: Add ghc-blaze-html., Paul, 2015/10/20
- 64/151: gnu: Add ghc-iproute., Paul, 2015/10/20
- 62/151: gnu: Add ghc-tagged., Paul, 2015/10/20
- 67/151: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/20
- 68/151: gnu: Add ghc-http-types., Paul, 2015/10/20
- 65/151: gnu: Add ghc-unix-time., Paul, 2015/10/20
- 77/151: gnu: Add ghc-bytestring-builder.,
Paul <=
- 74/151: gnu: Add ghc-contravariant., Paul, 2015/10/20
- 69/151: gnu: Add ghc-nats., Paul, 2015/10/20
- 70/151: gnu: Add ghc-semigroups., Paul, 2015/10/20
- 80/151: gnu: Add ghc-clock., Paul, 2015/10/20
- 75/151: gnu: Add ghc-digest., Paul, 2015/10/20
- 73/151: gnu: Add ghc-statevar., Paul, 2015/10/20
- 81/151: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/20
- 78/151: gnu: Add ghc-fast-logger., Paul, 2015/10/20
- 84/151: gnu: Add ghc-lifted-base., Paul, 2015/10/20
- 91/151: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/20