[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/151: gnu: Add ghc-attoparsec.
From: |
Paul |
Subject: |
94/151: gnu: Add ghc-attoparsec. |
Date: |
Mon, 19 Oct 2015 08:58:21 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit f9f35c4067f4cceebf7cb4735871bb73c615da50
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 | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d55991b..aaf9bd1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1169,6 +1169,38 @@ 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
+ "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")
- 82/151: gnu: Add ghc-tasty., (continued)
- 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
- 94/151: gnu: Add ghc-attoparsec.,
Paul <=
- 95/151: gnu: Add ghc-aeson., Paul, 2015/10/19
- 86/151: gnu: Add ghc-stringsearch., Paul, 2015/10/19
- 99/151: gnu: Add ghc-distributive., Paul, 2015/10/19
- 97/151: gnu: Add ghc-zip-archive., Paul, 2015/10/19
- 98/151: gnu: Add ghc-cereal., Paul, 2015/10/19
- 96/151: gnu: Add ghc-css-text., Paul, 2015/10/19
- 100/151: gnu: Add ghc-comonad., Paul, 2015/10/19
- 101/151: gnu: Add ghc-hscolour., Paul, 2015/10/19
- 106/151: gnu: Add ghc-reducers., Paul, 2015/10/19
- 104/151: gnu: Add ghc-profunctors., Paul, 2015/10/19