[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
81/151: gnu: Add ghc-regex-tdfa-rc.
From: |
Paul |
Subject: |
81/151: gnu: Add ghc-regex-tdfa-rc. |
Date: |
Mon, 19 Oct 2015 08:58:11 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 6d668f519516a1469292cbad159a5cdc48c3eeb6
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:59:46 2015 +0200
gnu: Add ghc-regex-tdfa-rc.
* gnu/packages/haskell.scm (ghc-regex-tdfa-rc): New variable.
---
gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 9da999e..e964fc8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1141,6 +1141,34 @@ Both IPv4 and IPv6 are supported.")
"Interface API for regex-posix, pcre, parsec, tdfa, dfa.")
(license bsd-3)))
+(define-public ghc-regex-tdfa-rc
+ (package
+ (name "ghc-regex-tdfa-rc")
+ (version "1.1.8.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/regex-tdfa-rc/regex-tdfa-rc-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1vi11i23gkkjg6193ak90g55akj69bhahy542frkwb68haky4pp3"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-regex-base" ,ghc-regex-base)
+ ("ghc-parsec" ,ghc-parsec)))
+ (inputs
+ `(("ghc-mtl" ,ghc-mtl)))
+ (home-page
+ "http://hackage.haskell.org/package/regex-tdfa")
+ (synopsis "Replaces/Enhances Text.Regex")
+ (description
+ "A new all Haskell \"tagged\" DFA regex engine, inspired by libtre (fork
+by Roman Cheplyaka).")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 71/151: gnu: Add ghc-void., (continued)
- 71/151: gnu: Add ghc-void., Paul, 2015/10/19
- 72/151: gnu: Add ghc-bifunctors., Paul, 2015/10/19
- 70/151: gnu: Add ghc-semigroups., Paul, 2015/10/19
- 74/151: gnu: Add ghc-contravariant., Paul, 2015/10/19
- 75/151: gnu: Add ghc-digest., Paul, 2015/10/19
- 73/151: gnu: Add ghc-statevar., Paul, 2015/10/19
- 79/151: gnu: Add ghc-charset., Paul, 2015/10/19
- 76/151: gnu: Add ghc-tagsoup., Paul, 2015/10/19
- 77/151: gnu: Add ghc-bytestring-builder., Paul, 2015/10/19
- 80/151: gnu: Add ghc-clock., Paul, 2015/10/19
- 81/151: gnu: Add ghc-regex-tdfa-rc.,
Paul <=
- 78/151: gnu: Add ghc-fast-logger., Paul, 2015/10/19
- 85/151: gnu: Add ghc-word8., Paul, 2015/10/19
- 82/151: gnu: Add ghc-tasty., Paul, 2015/10/19
- 84/151: gnu: Add ghc-lifted-base., Paul, 2015/10/19
- 83/151: gnu: Add ghc-tasty-hunit., Paul, 2015/10/19
- 88/151: gnu: Add ghc-temporary-rc., Paul, 2015/10/19
- 87/151: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/19
- 90/151: gnu: Add ghc-smallcheck., Paul, 2015/10/19
- 89/151: gnu: Add ghc-tasty-golden., Paul, 2015/10/19
- 91/151: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/19