[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/40: gnu: Add ghc-regex-applicative.
From: |
Leo Famulari |
Subject: |
08/40: gnu: Add ghc-regex-applicative. |
Date: |
Fri, 23 Sep 2016 00:10:17 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit d58dc851f97d950f847bccdfafce0f8c4177fc4e
Author: ng0 <address@hidden>
Date: Sun Sep 18 16:09:47 2016 +0000
gnu: Add ghc-regex-applicative.
* gnu/packages/haskell.scm (ghc-regex-applicative): New variable.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 342babf..432d901 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6563,4 +6563,30 @@ is written in Haskell it is (hopefully) more easily used
in other Haskell
programs.")
(license license:bsd-3)))
+(define-public ghc-regex-applicative
+ (package
+ (name "ghc-regex-applicative")
+ (version "0.3.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/regex-applicative/"
+ "regex-applicative-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1riv7jqf26lbv4rm54sd6mrx8xdh4dvh4xbzymzdfdw13k6a4nb6"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-smallcheck" ,ghc-smallcheck)
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-smallcheck" ,ghc-tasty-smallcheck)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
+ (home-page "https://github.com/feuerbach/regex-applicative")
+ (synopsis "Regex-based parsing with applicative interface")
+ (description
+ "@code{regex-applicative} is a Haskell library for parsing using
+regular expressions. Parsers can be built using Applicative interface.")
+ (license license:expat)))
+
;;; haskell.scm ends here
- branch master updated (5895f19 -> 71b611b), Leo Famulari, 2016/09/22
- 04/40: gnu: ghc-cryptonite: Update to 0.19., Leo Famulari, 2016/09/22
- 03/40: gnu: Add ghc-binary., Leo Famulari, 2016/09/22
- 06/40: gnu: Add ghc-data-ordlist., Leo Famulari, 2016/09/22
- 01/40: gnu: imagemagick: Update to 6.9.5-10., Leo Famulari, 2016/09/22
- 09/40: gnu: Add ghc-regex-tdfa., Leo Famulari, 2016/09/22
- 05/40: gnu: Add ghc-cryptohash., Leo Famulari, 2016/09/22
- 02/40: gnu: Add ghc-base16-bytestring., Leo Famulari, 2016/09/22
- 07/40: gnu: Add ghc-haskeline., Leo Famulari, 2016/09/22
- 08/40: gnu: Add ghc-regex-applicative.,
Leo Famulari <=
- 10/40: gnu: Add ghc-regex-compat-tdfa., Leo Famulari, 2016/09/22
- 11/40: gnu: Add ghc-tasty-th., Leo Famulari, 2016/09/22
- 13/40: gnu: Add ghc-bytestring-handle., Leo Famulari, 2016/09/22
- 12/40: gnu: Add ghc-sandi., Leo Famulari, 2016/09/22
- 20/40: gnu: Add ghc-colour., Leo Famulari, 2016/09/22
- 21/40: gnu: Add ghc-directory., Leo Famulari, 2016/09/22
- 19/40: gnu: Add ghc-bytestring., Leo Famulari, 2016/09/22
- 23/40: gnu: Add ghc-wl-pprint-text., Leo Famulari, 2016/09/22
- 32/40: gnu: Add ghc-shelly., Leo Famulari, 2016/09/22
- 29/40: gnu: Add ghc-lifted-async., Leo Famulari, 2016/09/22