Cabal revisions of regex-pcre-0.94.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: regex-pcre -- Keep the Version below in sync with ./Text/Regex/PCRE.hs value getVersion_Text_Regex_PCRE :: Version Version: 0.94.3+x-revision: 1 Cabal-Version: >=1.2.3 License: BSD3 License-File: LICENSE default: True library if flag(newBase)- Build-Depends: base >= 4 && < 5, regex-base >= 0.93, array, containers, bytestring+ Build-Depends: base >= 4 && < 5, regex-base >= 0.93 && < 0.94, array < 0.6, containers < 0.7, bytestring < 0.11 -- Need the next symbol for using CPP to get Data.ByteString.Base|Unsafe in -- ./Text/Regex/Posix/ByteString.hs and ./Text/Regex/Posix/ByteString/Lazy.hs CPP-Options: "-DSPLIT_BASE=1" Extensions: MultiParamTypeClasses, FunctionalDependencies, CPP, ForeignFunctionInterface, ScopedTypeVariables, GeneralizedNewtypeDeriving, FlexibleContexts, TypeSynonymInstances, FlexibleInstances else if flag(splitBase)- Build-Depends: base >= 3.0, regex-base >= 0.93, array, containers, bytestring+ Build-Depends: base >= 3 && <4, regex-base >= 0.93 && < 0.94, array < 0.6, containers < 0.7, bytestring < 0.11 -- Need the next symbol for using CPP to get Data.ByteString.Base|Unsafe in -- ./Text/Regex/Posix/ByteString.hs and ./Text/Regex/Posix/ByteString/Lazy.hs CPP-Options: "-DSPLIT_BASE=1" Extensions: MultiParamTypeClasses, FunctionalDependencies, CPP, ForeignFunctionInterface, ScopedTypeVariables, GeneralizedNewtypeDeriving, FlexibleContexts, TypeSynonymInstances, FlexibleInstances else- Build-Depends: base < 3.0, regex-base >= 0.93+ Build-Depends: base < 3, regex-base >= 0.93 && < 0.94 Extensions: MultiParamTypeClasses, FunctionalDependencies, CPP Exposed-Modules: Text.Regex.PCRE Text.Regex.PCRE.Wrap