[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/40: gnu: Add ghc-regex-compat-tdfa.
From: |
Leo Famulari |
Subject: |
10/40: gnu: Add ghc-regex-compat-tdfa. |
Date: |
Fri, 23 Sep 2016 00:10:17 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit fe3c62c7d541abd8f77b9f216d087f8b8997c4df
Author: ng0 <address@hidden>
Date: Sun Sep 18 16:09:49 2016 +0000
gnu: Add ghc-regex-compat-tdfa.
* gnu/packages/haskell.scm (ghc-regex-compat-tdfa): New variable.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f401492..544c21d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6615,4 +6615,30 @@ extended regular expressions. It is a \"tagged\" DFA
regex engine. It is
inspired by libtre.")
(license license:bsd-3)))
+(define-public ghc-regex-compat-tdfa
+ (package
+ (name "ghc-regex-compat-tdfa")
+ (version "0.95.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"https://hackage.haskell.org/package/regex-compat-tdfa/regex-compat-tdfa-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1p90fn90yhp7fvljjdqjp41cszidcfz4pw7fwvzyx4739b98x8sg"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-regex-base" ,ghc-regex-base)
+ ("ghc-regex-tdfa" ,ghc-regex-tdfa)))
+ (home-page "http://hub.darcs.net/shelarcy/regex-compat-tdfa")
+ (synopsis "Unicode Support version of Text.Regex, using regex-tdfa")
+ (description
+ "One module layer over @code{regex-tdfa} to replace @code{Text.Regex}.
address@hidden can't use Unicode characters correctly because of using
regex-posix.
+This is not good for Unicode users. This modified regex-compat uses
regex-tdfa to solve
+this problem.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
- branch master updated (5895f19 -> 71b611b), Leo Famulari, 2016/09/22
- 04/40: gnu: ghc-cryptonite: Update to 0.19., Leo Famulari, 2016/09/22
- 03/40: gnu: Add ghc-binary., Leo Famulari, 2016/09/22
- 06/40: gnu: Add ghc-data-ordlist., Leo Famulari, 2016/09/22
- 01/40: gnu: imagemagick: Update to 6.9.5-10., Leo Famulari, 2016/09/22
- 09/40: gnu: Add ghc-regex-tdfa., Leo Famulari, 2016/09/22
- 05/40: gnu: Add ghc-cryptohash., Leo Famulari, 2016/09/22
- 02/40: gnu: Add ghc-base16-bytestring., Leo Famulari, 2016/09/22
- 07/40: gnu: Add ghc-haskeline., Leo Famulari, 2016/09/22
- 08/40: gnu: Add ghc-regex-applicative., Leo Famulari, 2016/09/22
- 10/40: gnu: Add ghc-regex-compat-tdfa.,
Leo Famulari <=
- 11/40: gnu: Add ghc-tasty-th., Leo Famulari, 2016/09/22
- 13/40: gnu: Add ghc-bytestring-handle., Leo Famulari, 2016/09/22
- 12/40: gnu: Add ghc-sandi., Leo Famulari, 2016/09/22
- 20/40: gnu: Add ghc-colour., Leo Famulari, 2016/09/22
- 21/40: gnu: Add ghc-directory., Leo Famulari, 2016/09/22
- 19/40: gnu: Add ghc-bytestring., Leo Famulari, 2016/09/22
- 23/40: gnu: Add ghc-wl-pprint-text., Leo Famulari, 2016/09/22
- 32/40: gnu: Add ghc-shelly., Leo Famulari, 2016/09/22
- 29/40: gnu: Add ghc-lifted-async., Leo Famulari, 2016/09/22
- 33/40: gnu: Add ghc-options-bootstrap., Leo Famulari, 2016/09/22