packages feed

Cabal revisions of regex-tdfa-1.1.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:                   regex-tdfa Version:                1.1.3+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 library    Build-Depends:        regex-base >= 0.93.1, parsec, mtl, containers, array, bytestring   if flag(base4)-    Build-Depends:      base >= 4.0 && < 5, ghc-prim+    Build-Depends:      base >= 4.0 && < 4.7, ghc-prim   else     Build-Depends:      base < 4.0 
revision 2
 Name:                   regex-tdfa Version:                1.1.3-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 -  Build-Depends:        regex-base >= 0.93.1, parsec, mtl, containers, array, bytestring+  Build-Depends:        regex-base >= 0.93.1, parsec, mtl, containers < 0.6, array, bytestring   if flag(base4)     Build-Depends:      base >= 4.0 && < 4.7, ghc-prim   else
revision 3
 Name:                   regex-tdfa Version:                1.1.3-x-revision: 2+x-revision: 3 -- 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 < 0.6, array, bytestring   if flag(base4)     Build-Depends:      base >= 4.0 && < 4.7, ghc-prim