[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/153: gnu: Add ghc-appar.
From: |
Paul |
Subject: |
35/153: gnu: Add ghc-appar. |
Date: |
Wed, 21 Oct 2015 20:50:15 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 2a06e8b910bdf1307e12db97b21b601610af06c1
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:08:39 2015 +0200
gnu: Add ghc-appar.
* gnu/packages/haskell.scm (ghc-appar): New variable.
---
gnu/packages/haskell.scm | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6ac5d32..04b746e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -966,6 +966,28 @@ but also need those types.")
"Interface API for regex-posix, pcre, parsec, tdfa, dfa.")
(license bsd-3)))
+(define-public ghc-appar
+ (package
+ (name "ghc-appar")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/appar/appar-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "09jb9ij78fdkz2qk66rw99q19qnm504dpv0yq0pjsl6xwjmndsjq"))))
+ (build-system haskell-build-system)
+ (home-page
+ "http://hackage.haskell.org/package/appar")
+ (synopsis "Simple applicative parser")
+ (description "This package provides a simple applicative parser in Parsec
+style.")
+ (license bsd-3)))
+
(define-public ghc-exceptions
(package
(name "ghc-exceptions")
- 22/153: gnu: Add ghc-setenv., (continued)
- 22/153: gnu: Add ghc-setenv., Paul, 2015/10/21
- 23/153: gnu: Add ghc-stringbuilder., Paul, 2015/10/21
- 24/153: gnu: Add ghc-quickcheck-io., Paul, 2015/10/21
- 26/153: gnu: Add ghc-exceptions., Paul, 2015/10/21
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/21
- 20/153: gnu: Remove ghc-containers., Paul, 2015/10/21
- 28/153: gnu: Add ghc-silently., Paul, 2015/10/21
- 31/153: gnu: Add ghc-hspec-meta., Paul, 2015/10/21
- 33/153: gnu: Add ghc-hspec., Paul, 2015/10/21
- 32/153: gnu: Add hspec-discover., Paul, 2015/10/21
- 35/153: gnu: Add ghc-appar.,
Paul <=
- 36/153: gnu: Add ghc-safe., Paul, 2015/10/21
- 29/153: gnu: Add ghc-hspec-expectations., Paul, 2015/10/21
- 30/153: gnu: Add ghc-hspec-core., Paul, 2015/10/21
- 38/153: gnu: Add ghc-pcre-light., Paul, 2015/10/21
- 39/153: gnu: Add ghc-logict., Paul, 2015/10/21
- 34/153: gnu: Add ghc-regex-base., Paul, 2015/10/21
- 41/153: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/21
- 25/153: gnu: Add ghc-transformers-compat., Paul, 2015/10/21
- 43/153: gnu: Add ghc-annotated-wl-pprint., Paul, 2015/10/21
- 37/153: gnu: Add ghc-generic-deriving., Paul, 2015/10/21