[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/151: gnu: Add ghc-pcre-light.
From: |
Paul |
Subject: |
38/151: gnu: Add ghc-pcre-light. |
Date: |
Mon, 19 Oct 2015 08:57:31 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 191411d2e9e08c7f5bdd391909c9d4a2b03cfa17
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 44bd826..ef30f12 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
@@ -1040,6 +1041,34 @@ exceptions, such as head and !!.")
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")
- 31/151: gnu: Add ghc-hspec-meta., (continued)
- 31/151: gnu: Add ghc-hspec-meta., Paul, 2015/10/19
- 28/151: gnu: Add ghc-silently., Paul, 2015/10/19
- 30/151: gnu: Add ghc-hspec-core., Paul, 2015/10/19
- 33/151: gnu: Add ghc-hspec., Paul, 2015/10/19
- 26/151: gnu: Add ghc-exceptions., Paul, 2015/10/19
- 34/151: gnu: Add ghc-regex-base., Paul, 2015/10/19
- 32/151: gnu: Add ghc-hspec-discover., Paul, 2015/10/19
- 35/151: gnu: Add ghc-appar., Paul, 2015/10/19
- 36/151: gnu: Add ghc-safe., Paul, 2015/10/19
- 37/151: gnu: Add ghc-generic-deriving., Paul, 2015/10/19
- 38/151: gnu: Add ghc-pcre-light.,
Paul <=
- 40/151: gnu: Add ghc-xml., Paul, 2015/10/19
- 41/151: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/19
- 39/151: gnu: Add ghc-logict., Paul, 2015/10/19
- 42/151: gnu: ghc-split: Update dependencies., Paul, 2015/10/19
- 43/151: gnu: Add ghc-annotated-wl-pprint., Paul, 2015/10/19
- 44/151: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/19
- 45/151: gnu: Add ghc-base64-bytestring., Paul, 2015/10/19
- 46/151: gnu: Add ghc-uniplate., Paul, 2015/10/19
- 49/151: gnu: Add ghc-base-orphans., Paul, 2015/10/19
- 51/151: gnu: Add ghc-mmorph., Paul, 2015/10/19