Name: regex-compat-tdfa
Version: 0.95.1.4
Cabal-Version: >= 1.6
License: BSD3
License-File: LICENSE
Copyright: Copyright (c) Christopher Kuklewicz 2006
(c) shelarcy 2012
Author: Christopher Kuklewicz
Maintainer: shelarcy <shelarcy@gmail.com>
Stability: Seems to work, passes a few tests
Homepage: http://hub.darcs.net/shelarcy/regex-compat-tdfa
Package-URL: http://hackage.haskell.org/package/regex-compat-tdfa
Synopsis: Unicode Support version of Text.Regex, using regex-tdfa
Description: One module layer over regex-tdfa to replace Text.Regex.
.
regex-compat can't use Unicode characters correctly because
of using regex-posix. This is not good for Unicode users.
.
I modified regex-compat to use regex-tdfa for solving today's
problem.
Category: Text
Tested-With: GHC
Build-Type: Simple
bug-reports: http://hub.darcs.net/shelarcy/regex-compat-tdfa/issues
source-repository head
type: darcs
location: http://hub.darcs.net/shelarcy/regex-compat-tdfa
flag newBase
description: Choose base >= 4
default: True
flag splitBase
description: Choose the new smaller, split-up base package.
default: True
library
if flag(newBase)
Build-Depends: base >= 4 && < 5, regex-base >= 0.93, regex-tdfa >= 1.1.0, array
else
if flag(splitBase)
Build-Depends: base >= 3.0, regex-base >= 0.93, regex-tdfa >= 1.1.0, array
else
Build-Depends: base < 3.0, regex-base >= 0.93, regex-tdfa >= 1.1.0
Exposed-Modules: Text.Regex
Buildable: True
Extensions: MultiParamTypeClasses, FunctionalDependencies
GHC-Options: -Wall -O2
-- GHC-Options: -Wall -Werror -O2
-- GHC-Options: -Wall -ddump-minimal-imports