Cabal revisions of regex-tdfa-0.95.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: regex-tdfa Version: 0.95.2+x-revision: 1 Cabal-Version: >=1.2 License: BSD3 License-File: LICENSE Tested-With: GHC Build-Type: Simple - + flag base4 -library +library if flag(base4)- Build-Depends: regex-base >= 0.80, base >= 4.0, parsec, mtl, containers, array, bytestring, ghc-prim+ Build-Depends: regex-base >= 0.80, base >= 4.0 && < 4.4, parsec, mtl, containers, array, bytestring, ghc-prim else Build-Depends: regex-base >= 0.80, base < 4.0, parsec, mtl, containers, array, bytestring Exposed-Modules: Text.Regex.TDFA.Common
revision 2
Name: regex-tdfa Version: 0.95.2-x-revision: 1+x-revision: 2 Cabal-Version: >=1.2 License: BSD3 License-File: LICENSE library if flag(base4)- Build-Depends: regex-base >= 0.80, base >= 4.0 && < 4.4, parsec, mtl, containers, array, bytestring, ghc-prim+ Build-Depends: regex-base >= 0.80 && <0.94, base >= 4.0 && < 4.4, parsec, mtl, containers, array, bytestring, ghc-prim else- Build-Depends: regex-base >= 0.80, base < 4.0, parsec, mtl, containers, array, bytestring+ Build-Depends: regex-base >= 0.80 && <0.94, base < 4.0, parsec, mtl, containers, array, bytestring Exposed-Modules: Text.Regex.TDFA.Common Text.Regex.TDFA.IntArrTrieSet Text.Regex.TDFA.TNFA