Cabal revisions of regex-posix-0.72.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- ****************************************************************--- To fix for cabal < 1.1.4 comment out the Extra-Source-Files line--- ****************************************************************-Name: regex-posix-Version: 0.72.0.2--- Cabal-Version: >=1.1.4-License: BSD3-License-File: LICENSE-Copyright: Copyright (c) 2006, Christopher Kuklewicz-Author: Christopher Kuklewicz-Maintainer: TextRegexLazy@personal.mightyreason.com-Stability: Seems to work, passes a few tests-Homepage: http://sourceforge.net/projects/lazy-regex--- Package-URL:-Synopsis: Replaces/Enhances Text.Regex-Description: The posix regex backend for regex-base-Category: Text-Tested-With: GHC-Build-Type: Configure-Cabal-Version: >=1.2--Extra-Source-Files: aclocal.m4 config.mk.in configure configure.ac- include/HsRegexPosixConfig.h.in- regex-posix.buildinfo.in--Flag split-base--Library- Build-Depends: regex-base- if flag(split-base)- Build-Depends: base >= 3.0, array, bytestring- else- Build-Depends: base >= 2.0 && < 3--- Data-Files:--- Extra-Tmp-Files:--- This is the library- Exposed-Modules: Text.Regex.Posix- Text.Regex.Posix.Wrap- Text.Regex.Posix.String- Text.Regex.Posix.ByteString--- Futher fields- Buildable: True--- Other-Modules:--- be backward compatible until 6.4.2 is futher deployed--- HS-Source-Dirs: "."- Extensions: CPP- GHC-Options: -Wall -O2--- GHC-Options: -Wall -Werror -O2--- GHC-Options: -Wall -Werror--- GHC-Options: -Wall -ddump-minimal-imports--- GHC-Prog-Options: --- Hugs-Options:--- NHC-Options:--- Includes:- Include-Dirs: include--- C-Sources:--- Extra-Libraries:--- Extra-Lib-Dirs:- CC-Options: -DHAVE_REGEX_H--- LD-Options:--- Frameworks:+-- **************************************************************** +-- To fix for cabal < 1.1.4 comment out the Extra-Source-Files line +-- **************************************************************** +Name: regex-posix +Version: 0.72.0.2 +x-revision: 1 +-- Cabal-Version: >=1.1.4 +License: BSD3 +License-File: LICENSE +Copyright: Copyright (c) 2006, Christopher Kuklewicz +Author: Christopher Kuklewicz +Maintainer: TextRegexLazy@personal.mightyreason.com +Stability: Seems to work, passes a few tests +Homepage: http://sourceforge.net/projects/lazy-regex +-- Package-URL: +Synopsis: Replaces/Enhances Text.Regex +Description: The posix regex backend for regex-base +Category: Text +Tested-With: GHC +Build-Type: Configure +Cabal-Version: >=1.2 + +Extra-Source-Files: aclocal.m4 config.mk.in configure configure.ac + include/HsRegexPosixConfig.h.in + regex-posix.buildinfo.in + +Flag split-base + +Library + Build-Depends: regex-base + if flag(split-base) + Build-Depends: base >= 3.0, array, bytestring + else + Build-Depends: base >= 2.0 && < 4.6 +-- Data-Files: +-- Extra-Tmp-Files: +-- This is the library + Exposed-Modules: Text.Regex.Posix + Text.Regex.Posix.Wrap + Text.Regex.Posix.String + Text.Regex.Posix.ByteString +-- Futher fields + Buildable: True +-- Other-Modules: +-- be backward compatible until 6.4.2 is futher deployed +-- HS-Source-Dirs: "." + Extensions: CPP + GHC-Options: -Wall -O2 +-- GHC-Options: -Wall -Werror -O2 +-- GHC-Options: -Wall -Werror +-- GHC-Options: -Wall -ddump-minimal-imports +-- GHC-Prog-Options: +-- Hugs-Options: +-- NHC-Options: +-- Includes: + Include-Dirs: include +-- C-Sources: +-- Extra-Libraries: +-- Extra-Lib-Dirs: + CC-Options: -DHAVE_REGEX_H +-- LD-Options: +-- Frameworks:
revision 2
-- **************************************************************** Name: regex-posix Version: 0.72.0.2 -x-revision: 1 +x-revision: 2 -- Cabal-Version: >=1.1.4 License: BSD3 License-File: LICENSE Library Build-Depends: regex-base if flag(split-base) - Build-Depends: base >= 3.0, array, bytestring + Build-Depends: base >= 3 && < 4.6, array, bytestring else - Build-Depends: base >= 2.0 && < 4.6 + Build-Depends: base >= 2 && < 3 -- Data-Files: -- Extra-Tmp-Files: -- This is the library
revision 3
-- **************************************************************** Name: regex-posix Version: 0.72.0.2 -x-revision: 2 +x-revision: 3 -- Cabal-Version: >=1.1.4 License: BSD3 License-File: LICENSE Flag split-base Library - Build-Depends: regex-base + Build-Depends: regex-base < 0.94 if flag(split-base) - Build-Depends: base >= 3 && < 4.6, array, bytestring + Build-Depends: base >= 3 && < 4.6, array < 0.5, bytestring < 0.11 else Build-Depends: base >= 2 && < 3 -- Data-Files: