packages feed

Cabal revisions of regex-pcre-0.94.4

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

revision 1
+cabal-version:          >=1.2.3 Name:                   regex-pcre--- Keep the Version below in sync with ./Text/Regex/PCRE.hs value getVersion_Text_Regex_PCRE :: Version Version:                0.94.4-Cabal-Version:          >=1.2.3+x-revision: 1+Build-Type:             Simple+ License:                BSD3 License-File:           LICENSE Copyright:              Copyright (c) 2006, Christopher Kuklewicz Stability:              Seems to work, passes a few tests Homepage:               http://hackage.haskell.org/package/regex-pcre Package-URL:            http://code.haskell.org/regex-pcre/+Bug-Reports:            https://github.com/hvr/regex-pcre/issues Synopsis:               Replaces/Enhances Text.Regex Description:            The PCRE backend to accompany regex-base, see www.pcre.org Category:               Text Tested-With:            GHC-Build-Type:             Simple flag newBase-  description: Choose base >= 4+  description: Choose @base >= 4@   default: True flag splitBase-  description: Choose the new smaller, split-up base package.+  description: Choose the new smaller, split-up @base@ package.   default: True library   if flag(newBase)-    Build-Depends: base >= 4 && < 5, regex-base >= 0.93, array, containers, bytestring+    Build-Depends: base >= 4 && < 5, regex-base >= 0.93 && < 0.94, 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"     Extensions:    MultiParamTypeClasses, FunctionalDependencies, CPP, ForeignFunctionInterface, ScopedTypeVariables, GeneralizedNewtypeDeriving, FlexibleContexts, TypeSynonymInstances, FlexibleInstances   else     if flag(splitBase)-      Build-Depends: base >= 3.0, regex-base >= 0.93, array, containers, bytestring+      Build-Depends: base >= 3 && <4, regex-base >= 0.93 && < 0.94, 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"       Extensions:    MultiParamTypeClasses, FunctionalDependencies, CPP, ForeignFunctionInterface, ScopedTypeVariables, GeneralizedNewtypeDeriving, FlexibleContexts, TypeSynonymInstances, FlexibleInstances     else-      Build-Depends: base < 3.0, regex-base >= 0.93+      Build-Depends: base < 3, regex-base >= 0.93 && < 0.94       Extensions:    MultiParamTypeClasses, FunctionalDependencies, CPP   Exposed-Modules:        Text.Regex.PCRE                           Text.Regex.PCRE.Wrap