Cabal revisions of regex-compat-0.93.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: regex-compat Version: 0.93.1+x-revision: 1 Cabal-Version: >=1.2 License: BSD3 License-File: LICENSE default: True library if flag(newBase)- Build-Depends: base >= 4 && < 5, regex-base >= 0.93, regex-posix >= 0.93, array+ Build-Depends: base >= 4 && < 4.13, regex-base >= 0.93 && < 0.94, regex-posix >= 0.93 && < 0.96, array < 0.6 else if flag(splitBase)- Build-Depends: base >= 3.0, regex-base >= 0.93, regex-posix >= 0.93, array+ Build-Depends: base >= 3 && < 4, regex-base >= 0.93 && < 0.94, regex-posix >= 0.93 && < 0.96, array < 0.6 else- Build-Depends: base < 3.0, regex-base >= 0.93, regex-posix >= 0.93+ Build-Depends: base < 3, regex-base >= 0.93 && < 0.94, regex-posix >= 0.93 && < 0.96 Exposed-Modules: Text.Regex Buildable: True Extensions: MultiParamTypeClasses, FunctionalDependencies