[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/151: gnu: Add ghc-regex-base.
From: |
Paul |
Subject: |
34/151: gnu: Add ghc-regex-base. |
Date: |
Mon, 19 Oct 2015 08:57:28 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 95e4e97aa701410bfcd6decef81a25a07435dab0
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:08:15 2015 +0200
gnu: Add ghc-regex-base.
* gnu/packages/haskell.scm (ghc-regex-base): New variable.
---
gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 160b642..f0e0b50 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -949,6 +949,30 @@ transformers 0.2 or 0.3 compatibility to run on old
versions of the platform,
but also need those types.")
(license bsd-3)))
+(define-public ghc-regex-base
+ (package
+ (name "ghc-regex-base")
+ (version "0.93.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/regex-base/regex-base-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0y1j4h2pg12c853nzmczs263di7xkkmlnsq5dlp5wgbgl49mgp10"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-mtl" ,ghc-mtl)))
+ (home-page
+ "http://sourceforge.net/projects/lazy-regex")
+ (synopsis "Replaces/Enhances Text.Regex")
+ (description
+ "Interface API for regex-posix, pcre, parsec, tdfa, dfa.")
+ (license bsd-3)))
+
(define-public ghc-exceptions
(package
(name "ghc-exceptions")
- 23/151: gnu: Add ghc-stringbuilder., (continued)
- 23/151: gnu: Add ghc-stringbuilder., Paul, 2015/10/19
- 25/151: gnu: Add ghc-transformers-compat., Paul, 2015/10/19
- 24/151: gnu: Add ghc-quickcheck-io., Paul, 2015/10/19
- 27/151: gnu: Add ghc-temporary., Paul, 2015/10/19
- 29/151: gnu: Add ghc-hspec-expectations., Paul, 2015/10/19
- 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 <=
- 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, 2015/10/19
- 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