Cabal revisions of regex-posix-0.95.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
+Cabal-Version: >=1.2 Name: regex-posix -- Keep the Version below in sync with ./Text/Regex/Posix.hs value -- getVersion_Text_Regex_Posix :: Version Version: 0.95.2-Cabal-Version: >=1.2-Build-Type: Custom+x-revision: 1+ License: BSD3 License-File: LICENSE Copyright: Copyright (c) 2007-2010, Christopher Kuklewicz Stability: Seems to work, passes a few tests Homepage: http://sourceforge.net/projects/lazy-regex Package-URL: http://code.haskell.org/regex-posix/+Bug-Reports: https://github.com/hvr/regex-posix/issues Synopsis: Replaces/Enhances Text.Regex Description: The posix regex backend for regex-base Category: Text Library if flag(newBase)- Build-Depends: regex-base >= 0.93, base >= 4 && < 5, array, containers, bytestring+ Build-Depends: regex-base >= 0.93 && < 0.94, base >= 4 && < 4.13, 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.0, array, containers,- bytestring+ Build-Depends: regex-base >= 0.93 && < 0.94, base >= 3.0, 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 FlexibleInstances else- Build-Depends: regex-base >= 0.93, base < 3.0+ Build-Depends: regex-base >= 0.93 && < 0.94, base < 3 Extensions: MultiParamTypeClasses, FunctionalDependencies, CPP C-Sources: c-finalizer/myfree.c
revision 2
-- Keep the Version below in sync with ./Text/Regex/Posix.hs value -- getVersion_Text_Regex_Posix :: Version Version: 0.95.2-x-revision: 1+x-revision: 2 License: BSD3 License-File: LICENSE c-finalizer/myfree.h c-finalizer/myfree.c 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 else if flag(splitBase)- Build-Depends: regex-base >= 0.93 && < 0.94, base >= 3.0, array < 0.6, containers < 0.7, bytestring < 0.11+ Build-Depends: regex-base >= 0.93 && < 0.94, base >= 3 && <4, 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