cabal-version: >=1.2 name: regex-base -- Keep the version below in sync with ./Text/Regex/Base.hs value getVersion_Text_Regex_Base :: Version Version: 0.93.2 x-revision: 2 build-type: Simple 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-base/ Bug-Reports: https://github.com/hvr/regex-base/issues Synopsis: Replaces/Enhances Text.Regex Description: Interface API for regex-posix,pcre,parsec,tdfa,dfa Category: Text Tested-With: GHC 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 && < 4.13, mtl < 2.3, containers < 0.7, bytestring < 0.11, array < 0.6 Extensions: MultiParamTypeClasses, FunctionalDependencies, TypeSynonymInstances, FlexibleInstances, FlexibleContexts else if flag(splitBase) Build-Depends: base >= 3.0 && < 4, mtl, containers, bytestring, array Extensions: MultiParamTypeClasses, FunctionalDependencies, TypeSynonymInstances, FlexibleInstances, FlexibleContexts else Build-Depends: base < 3.0, mtl Extensions: MultiParamTypeClasses, FunctionalDependencies Exposed-Modules: Text.Regex.Base Text.Regex.Base.RegexLike Text.Regex.Base.Context Text.Regex.Base.Impl Buildable: True GHC-Options: -Wall -O2