[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/154: gnu: Add ghc-regex-tdfa-rc.
From: |
Paul |
Subject: |
80/154: gnu: Add ghc-regex-tdfa-rc. |
Date: |
Fri, 23 Oct 2015 07:14:18 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 34128d2ba78c305ea588c761255fbc06b7819f05
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 | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0f0e557..16144db 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1107,6 +1107,33 @@ removed. Both IPv4 and IPv6 are supported.")
regex-posix, regex-pcre, regex-parsec, regex-tdfa, regex-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 "Tagged DFA regex engine for Haskell")
+ (description "A new all-Haskell \"tagged\" DFA regex engine, inspired by
address@hidden (fork by Roman Cheplyaka).")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 70/154: gnu: Add ghc-semigroups., (continued)
- 70/154: gnu: Add ghc-semigroups., Paul, 2015/10/23
- 68/154: gnu: Add ghc-http-types., Paul, 2015/10/23
- 71/154: gnu: Add ghc-void., Paul, 2015/10/23
- 72/154: gnu: Add ghc-bifunctors., Paul, 2015/10/23
- 73/154: gnu: Add ghc-statevar., Paul, 2015/10/23
- 74/154: gnu: Add ghc-contravariant., Paul, 2015/10/23
- 75/154: gnu: Add ghc-digest., Paul, 2015/10/23
- 76/154: gnu: Add ghc-tagsoup., Paul, 2015/10/23
- 77/154: gnu: Add ghc-bytestring-builder., Paul, 2015/10/23
- 78/154: gnu: Add ghc-fast-logger., Paul, 2015/10/23
- 80/154: gnu: Add ghc-regex-tdfa-rc.,
Paul <=
- 79/154: gnu: Add ghc-charset., Paul, 2015/10/23
- 81/154: gnu: Add ghc-lifted-base., Paul, 2015/10/23
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/23
- 83/154: gnu: Add ghc-stringsearch., Paul, 2015/10/23
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/23
- 87/154: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/23
- 86/154: gnu: Add ghc-tasty-hunit., Paul, 2015/10/23
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/23
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/23
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/23