[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/153: gnu: Add ghc-attoparsec.
From: |
Paul |
Subject: |
94/153: gnu: Add ghc-attoparsec. |
Date: |
Wed, 21 Oct 2015 16:07:40 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit f2232516c2688acc211d6853873d6e99bbcf4061
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:26:24 2015 +0200
gnu: Add ghc-attoparsec.
* gnu/packages/haskell.scm (ghc-attoparsec): New variable.
---
gnu/packages/haskell.scm | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 35cfed6..91fe2b4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1160,6 +1160,37 @@ Both IPv4 and IPv6 are supported.")
by Roman Cheplyaka).")
(license bsd-3)))
+(define-public ghc-attoparsec
+ (package
+ (name "ghc-attoparsec")
+ (version "0.13.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/attoparsec/attoparsec-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0cprkr7bl4lrr80pz8mryb4rbfwdgpsrl7g0fbcaybhl8p5hm26f"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: ghc-test-framework unavailable
+ (propagated-inputs
+ `(("ghc-scientific" ,ghc-scientific)))
+ (inputs
+ `(
+ ("ghc-text" ,ghc-text)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-quickcheck-unicode" ,ghc-quickcheck-unicode)
+ ("ghc-vector" ,ghc-vector)))
+ (home-page "https://github.com/bos/attoparsec")
+ (synopsis "Fast combinator parsing for bytestrings and text")
+ (description "This library provides a fast parser combinator library,
+aimed particularly at dealing efficiently with network protocols and
+complicated text/binary file formats.")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 138/153: gnu: Add ghc-haskell-src., (continued)
- 138/153: gnu: Add ghc-haskell-src., Paul, 2015/10/21
- 46/153: gnu: Add ghc-uniplate., Paul, 2015/10/21
- 56/153: gnu: Add ghc-base-compat., Paul, 2015/10/21
- 72/153: gnu: Add ghc-bifunctors., Paul, 2015/10/21
- 96/153: gnu: Add ghc-css-text., Paul, 2015/10/21
- 105/153: gnu: Add ghc-semigroupoids., Paul, 2015/10/21
- 106/153: gnu: Add ghc-reducers., Paul, 2015/10/21
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/21
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/21
- 114/153: gnu: Add ghc-happy., Paul, 2015/10/21
- 94/153: gnu: Add ghc-attoparsec.,
Paul <=
- 111/153: gnu: Add ghc-simple-reflect., Paul, 2015/10/21
- 115/153: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/21
- 125/153: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/21
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/21
- 127/153: gnu: Add ghc-lens., Paul, 2015/10/21
- 122/153: gnu: Add ghc-wai., Paul, 2015/10/21
- 133/153: gnu: Add ghc-haddock., Paul, 2015/10/21
- 129/153: gnu: Add ghc-trifecta., Paul, 2015/10/21
- 130/153: gnu: Add Idris, the dependently-typed language., Paul, 2015/10/21
- 132/153: gnu: Add ghc-haddock-api., Paul, 2015/10/21