Name:                   regex-dfa
Version:                0.91
x-revision: 1
-- Cabal-Version:       >=1.1.4
License:                BSD3
License-File:           LICENSE
Copyright:              Copyright (c) 2006, Christopher Kuklewicz
Author:                 Christopher Kuklewicz
Maintainer:             TextRegexLazy@personal.mightyreason.com
Stability:              Seems to work, passes a few tests
Homepage:               http://sourceforge.net/projects/lazy-regex
Package-URL:            http://darcs.haskell.org/packages/regex-unstable/regex-dfa
Synopsis:               Replaces/Enhances Text.Regex
Description:            The lazy DFA engine, based on CTKLight, for regex-base
Category:               Text
Tested-With:            GHC
Build-Depends:          regex-base >= 0.80, base >= 2.0 && <3, parsec, mtl
-- Data-Files:
-- Extra-Source-Files:
-- Extra-Tmp-Files:
-- This is the library
Exposed-Modules:        Text.Regex.DFA
                        Text.Regex.DFA.Common
                        Text.Regex.DFA.Wrap
                        Text.Regex.DFA.String
                        Text.Regex.DFA.Sequence
                        Text.Regex.DFA.ByteString
                        Text.Regex.DFA.ByteString.Lazy
                        Text.Regex.DFA.Engine
                        Text.Regex.DFA.EngineSeq
                        Text.Regex.DFA.EngineFPS
                        Text.Regex.DFA.ByteString.EngineFPS
                        Text.Regex.DFA.Pattern
                        Text.Regex.DFA.ReadRegex
                        Text.Regex.DFA.Transitions
Buildable:              True
-- Other-Modules:
-- HS-Source-Dirs:         "."
Extensions:             MultiParamTypeClasses, FunctionalDependencies
-- GHC-Options:            -Wall
GHC-Options:            -Wall -Werror -O2
-- GHC-Options:            -Wall -ddump-minimal-imports
-- GHC-Prof-Options: 
-- Hugs-Options:
-- NHC-Options:
-- Includes:
-- Include-Dirs:
-- C-Sources:
-- Extra-Libraries:
-- Extra-Lib-Dirs:
-- CC-Options:
-- LD-Options:
-- Frameworks: