[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/153: gnu: Add ghc-pcre-light.
From: |
Paul |
Subject: |
38/153: gnu: Add ghc-pcre-light. |
Date: |
Wed, 21 Oct 2015 20:50:17 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit f270401e4110996e0d209517bfb820bce7c91644
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:10:01 2015 +0200
gnu: Add ghc-pcre-light.
* gnu/packages/haskell.scm (ghc-pcre-light): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e057d1b..d73ea49 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -37,6 +37,7 @@
#:use-module (gnu packages multiprecision)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages python)
+ #:use-module (gnu packages pcre)
#:use-module (gnu packages xorg))
(define ghc-bootstrap-x86_64-7.8.4
@@ -1031,6 +1032,34 @@ exceptions.")
deriving mechanism in Haskell to arbitrary classes.")
(license bsd-3)))
+(define-public ghc-pcre-light
+ (package
+ (name "ghc-pcre-light")
+ (version "0.4.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/pcre-light/pcre-light-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0l1df2sk5qwf424bvb8mbdkr2xjg43fi92n5r22yd7vm1zz0jqvf"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("pcre" ,pcre)))
+ (home-page
+ "https://github.com/Daniel-Diaz/pcre-light")
+ (synopsis
+ "Efficient and portable Perl-compatible regex library")
+ (description
+ "This package provides a small, efficient and portable regex library for
+Perl 5 compatible regular expressions. The PCRE library is a set of functions
+that implement regular expression pattern matching using the same syntax and
+semantics as Perl 5.")
+ (license bsd-3)))
+
(define-public ghc-exceptions
(package
(name "ghc-exceptions")
- 27/153: gnu: Add ghc-temporary., (continued)
- 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, 2015/10/21
- 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 <=
- 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
- 44/153: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/21
- 42/153: gnu: ghc-split: Update dependencies., Paul, 2015/10/21
- 47/153: gnu: Add ghc-fingertree., Paul, 2015/10/21
- 50/153: gnu: Add ghc-vault., Paul, 2015/10/21