packages feed

Cabal revisions of regex-posix-0.94.4

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

revision 1
 -- Keep the Version below in sync with ./Text/Regex/Posix.hs value -- getVersion_Text_Regex_Posix :: Version Version:                0.94.4+x-revision: 1 Cabal-Version:          >=1.2 Build-Type:             Custom License:                BSD3  Library   if flag(newBase)-      Build-Depends: regex-base >= 0.93, base >= 4 && < 5, array, containers, bytestring+      Build-Depends: regex-base >= 0.93, base >= 4 && < 4.6, array, containers, bytestring       -- 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"    else     if flag(splitBase)-      Build-Depends:      regex-base >= 0.93, base >= 3.0, array, containers,+      Build-Depends:      regex-base >= 0.93, base >= 3 && < 4, array, containers,                           bytestring       -- Need the next symbol for using CPP to get Data.ByteString.Base|Unsafe       -- in ./Text/Regex/Posix/ByteString.hs and                           FlexibleInstances      else-      Build-Depends:      regex-base >= 0.93, base < 3.0+      Build-Depends:      regex-base >= 0.93, base < 3       Extensions:         MultiParamTypeClasses, FunctionalDependencies, CPP    if !os(windows)
revision 2
 -- Keep the Version below in sync with ./Text/Regex/Posix.hs value -- getVersion_Text_Regex_Posix :: Version Version:                0.94.4-x-revision: 1+x-revision: 2 Cabal-Version:          >=1.2 Build-Type:             Custom License:                BSD3  Library   if flag(newBase)-      Build-Depends: regex-base >= 0.93, base >= 4 && < 4.6, array, containers, bytestring+      Build-Depends: regex-base >= 0.93 && < 0.94, base >= 4 && < 4.6, 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"    else     if flag(splitBase)-      Build-Depends:      regex-base >= 0.93, base >= 3 && < 4, array, containers,+      Build-Depends:      regex-base >= 0.93 && < 0.94, base >= 3 && < 4, array, containers,                           bytestring       -- Need the next symbol for using CPP to get Data.ByteString.Base|Unsafe       -- in ./Text/Regex/Posix/ByteString.hs and                           FlexibleInstances      else-      Build-Depends:      regex-base >= 0.93, base < 3+      Build-Depends:      regex-base >= 0.93 && < 0.94, base < 3       Extensions:         MultiParamTypeClasses, FunctionalDependencies, CPP    if !os(windows)