Cabal revisions of regex-tdfa-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: regex-tdfa Version: 1.0.0+x-revision: 1 -- 0.99.4 tests pnonempty' = \ p -> POr [ PEmpty, p ] instead of PNonEmpty -- 0.99.5 remove PNonEmpty constructor -- 0.99.6 change to nested nonEmpty calls for PBound flag base4 -library +library Build-Depends: regex-base >= 0.93.1, parsec, mtl, containers, array, bytestring if flag(base4)- Build-Depends: base >= 4.0, ghc-prim+ Build-Depends: base >= 4.0 && < 4.4, ghc-prim else Build-Depends: base < 4.0
revision 2
Name: regex-tdfa Version: 1.0.0-x-revision: 1+x-revision: 2 -- 0.99.4 tests pnonempty' = \ p -> POr [ PEmpty, p ] instead of PNonEmpty -- 0.99.5 remove PNonEmpty constructor -- 0.99.6 change to nested nonEmpty calls for PBound flag base4 library+ -- Monad -> MonadFail+ build-depends: regex-base <0.94+ Build-Depends: regex-base >= 0.93.1, parsec, mtl, containers, array, bytestring if flag(base4) Build-Depends: base >= 4.0 && < 4.4, ghc-prim