[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/151: gnu: Add ghc-word8.
From: |
Paul |
Subject: |
85/151: gnu: Add ghc-word8. |
Date: |
Mon, 19 Oct 2015 08:58:14 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 5738120b19c63355f12338c64c6acdd7ae7477d6
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:14:11 2015 +0200
gnu: Add ghc-word8.
* gnu/packages/haskell.scm (ghc-word8): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7d78a5d..e580a9f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2955,4 +2955,27 @@ base are converted yet. The package includes a copy of
the monad-peel
testsuite written by Anders Kaseorg.")
(license bsd-3)))
+(define-public ghc-word8
+ (package
+ (name "ghc-word8")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/word8/word8-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1pbn8ra3qhwvw07p375cdmp7jzlg07hgdcr4cpscz3h7b9sy7fiw"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-hspec" ,ghc-hspec)))
+ (home-page
+ "http://hackage.haskell.org/package/word8")
+ (synopsis "Word8 library")
+ (description
+ "Word8 library to be used with Data.ByteString.")
+ (license bsd-3)))
+
;;; haskell.scm ends here
- 70/151: gnu: Add ghc-semigroups., (continued)
- 70/151: gnu: Add ghc-semigroups., Paul, 2015/10/19
- 74/151: gnu: Add ghc-contravariant., Paul, 2015/10/19
- 75/151: gnu: Add ghc-digest., Paul, 2015/10/19
- 73/151: gnu: Add ghc-statevar., Paul, 2015/10/19
- 79/151: gnu: Add ghc-charset., Paul, 2015/10/19
- 76/151: gnu: Add ghc-tagsoup., Paul, 2015/10/19
- 77/151: gnu: Add ghc-bytestring-builder., Paul, 2015/10/19
- 80/151: gnu: Add ghc-clock., Paul, 2015/10/19
- 81/151: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/19
- 78/151: gnu: Add ghc-fast-logger., Paul, 2015/10/19
- 85/151: gnu: Add ghc-word8.,
Paul <=
- 82/151: gnu: Add ghc-tasty., Paul, 2015/10/19
- 84/151: gnu: Add ghc-lifted-base., Paul, 2015/10/19
- 83/151: gnu: Add ghc-tasty-hunit., Paul, 2015/10/19
- 88/151: gnu: Add ghc-temporary-rc., Paul, 2015/10/19
- 87/151: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/19
- 90/151: gnu: Add ghc-smallcheck., Paul, 2015/10/19
- 89/151: gnu: Add ghc-tasty-golden., Paul, 2015/10/19
- 91/151: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/19
- 92/151: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/19
- 93/151: gnu: Add ghc-scientific., Paul, 2015/10/19