[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/153: gnu: Add ghc-regex-compat.
From: |
Paul |
Subject: |
141/153: gnu: Add ghc-regex-compat. |
Date: |
Wed, 21 Oct 2015 16:07:58 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 0ca402f8bd9942abe5a9649285779f787456c509
Author: Paul van der Walt <address@hidden>
Date: Fri Oct 16 11:17:34 2015 +0200
gnu: Add ghc-regex-compat.
* gnu/packages/haskell.scm (ghc-regex-compat): 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 92345f0..826a24f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1714,6 +1714,30 @@ Both IPv4 and IPv6 are supported.")
@code{regex-base}.")
(license bsd-3)))
+(define-public ghc-regex-compat
+ (package
+ (name "ghc-regex-compat")
+ (version "0.95.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/regex-compat/regex-compat-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0fwmima3f04p9y4h3c23493n1xj629ia2dxaisqm6rynljjv2z6m"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-regex-base" ,ghc-regex-base)
+ ("ghc-regex-posix" ,ghc-regex-posix)))
+ (home-page "http://sourceforge.net/projects/lazy-regex")
+ (synopsis "Replaces/Enhances Text.Regex")
+ (description "This library provides one module layer over
address@hidden to replace @code{Text.Regex}.")
+ (license bsd-3)))
+
(define-public ghc-regex-tdfa-rc
(package
(name "ghc-regex-tdfa-rc")
- 150/153: gnu: Add ghc-sdl-image., (continued)
- 150/153: gnu: Add ghc-sdl-image., Paul, 2015/10/21
- 152/153: gnu: Update list of GHC Core libraries for 7.10.2., Paul, 2015/10/21
- 146/153: gnu: Add ghc-opengl., Paul, 2015/10/21
- 148/153: gnu: Add ghc-sdl., Paul, 2015/10/21
- 135/153: gnu: Add ghc-multipart., Paul, 2015/10/21
- 136/153: gnu: Add ghc-cgi., Paul, 2015/10/21
- 140/153: gnu: Add ghc-regex-posix., Paul, 2015/10/21
- 145/153: gnu: Add ghc-objectname., Paul, 2015/10/21
- 149/153: gnu: Add ghc-sdl-mixer., Paul, 2015/10/21
- 137/153: gnu: Add ghc-html., Paul, 2015/10/21
- 141/153: gnu: Add ghc-regex-compat.,
Paul <=
- 147/153: gnu: Add ghc-glut., Paul, 2015/10/21
- 142/153: gnu: Add ghc-half., Paul, 2015/10/21
- 151/153: gnu: Add raincat platform game., Paul, 2015/10/21
- 153/153: import: hackage: Fix grammar., Paul, 2015/10/21
- 78/153: gnu: Add ghc-fast-logger., Paul, 2015/10/21
- 75/153: gnu: Add ghc-digest., Paul, 2015/10/21
- 74/153: gnu: Add ghc-contravariant., Paul, 2015/10/21
- 71/153: gnu: Add ghc-void., Paul, 2015/10/21
- 69/153: gnu: Add ghc-nats., Paul, 2015/10/21
- 84/153: gnu: Add ghc-lifted-base., Paul, 2015/10/21