[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/153: gnu: Add ghc-regex-base.
From: |
Paul |
Subject: |
34/153: gnu: Add ghc-regex-base. |
Date: |
Wed, 21 Oct 2015 16:07:17 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit cdee844c058a091755e241657908e77d96a5505b
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 d77ebbc..6ac5d32 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -942,6 +942,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")
- branch wip-haskell-platform-7.10.2-a created (now c8197bd), Paul, 2015/10/21
- 04/153: gnu: Add ghc-old-locale., Paul, 2015/10/21
- 07/153: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/21
- 16/153: gnu: ghc-network: Update to 2.6.2.1., Paul, 2015/10/21
- 19/153: gnu: Add ghc-ansi-terminal., Paul, 2015/10/21
- 22/153: gnu: Add ghc-setenv., Paul, 2015/10/21
- 24/153: gnu: Add ghc-quickcheck-io., Paul, 2015/10/21
- 08/153: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/21
- 09/153: gnu: ghc-dlist: Enable tests., Paul, 2015/10/21
- 15/153: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/21
- 34/153: gnu: Add ghc-regex-base.,
Paul <=
- 31/153: gnu: Add ghc-hspec-meta., Paul, 2015/10/21
- 25/153: gnu: Add ghc-transformers-compat., Paul, 2015/10/21
- 12/153: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/21
- 26/153: gnu: Add ghc-exceptions., Paul, 2015/10/21
- 23/153: gnu: Add ghc-stringbuilder., Paul, 2015/10/21
- 13/153: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/21
- 33/153: gnu: Add ghc-hspec., Paul, 2015/10/21
- 03/153: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/21
- 40/153: gnu: Add ghc-xml., Paul, 2015/10/21
- 58/153: gnu: Add ghc-blaze-markup., Paul, 2015/10/21