[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/154: gnu: Add ghc-regex-compat.
From: |
Paul |
Subject: |
142/154: gnu: Add ghc-regex-compat. |
Date: |
Thu, 22 Oct 2015 13:52:40 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 34e7cfa71b71d2a58516462da1ef797760b7dd48
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 f436a9f..b265dec 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1685,6 +1685,30 @@ removed. 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")
- 133/154: gnu: Add ghc-haddock-api., (continued)
- 133/154: gnu: Add ghc-haddock-api., Paul, 2015/10/22
- 131/154: gnu: Add Idris, the dependently-typed language., Paul, 2015/10/22
- 134/154: gnu: Add ghc-haddock., Paul, 2015/10/22
- 139/154: gnu: Add ghc-haskell-src., Paul, 2015/10/22
- 140/154: gnu: Add ghc-xhtml., Paul, 2015/10/22
- 136/154: gnu: Add ghc-multipart., Paul, 2015/10/22
- 143/154: gnu: Add ghc-half., Paul, 2015/10/22
- 145/154: gnu: Add ghc-gluraw., Paul, 2015/10/22
- 147/154: gnu: Add ghc-opengl., Paul, 2015/10/22
- 149/154: gnu: Add ghc-sdl., Paul, 2015/10/22
- 142/154: gnu: Add ghc-regex-compat.,
Paul <=
- 137/154: gnu: Add ghc-cgi., Paul, 2015/10/22
- 144/154: gnu: Add ghc-openglraw., Paul, 2015/10/22
- 146/154: gnu: Add ghc-objectname., Paul, 2015/10/22
- 150/154: gnu: Add ghc-sdl-mixer., Paul, 2015/10/22
- 148/154: gnu: Add ghc-glut., Paul, 2015/10/22
- 154/154: import: hackage: Fix grammar., Paul, 2015/10/22
- 153/154: import: hackage: Update GHC libraries for 7.10.2., Paul, 2015/10/22
- 151/154: gnu: Add ghc-sdl-image., Paul, 2015/10/22
- 152/154: gnu: Add raincat platform game., Paul, 2015/10/22