-- **************************************************************** -- To fix for cabal < 1.1.4 comment out the Extra-Source-Files line -- You may need to edit the Extra-Lib-Dirs entry near the bottom -- **************************************************************** Name: regex-pcre Version: 0.81 -- 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 PCRE backend to accompany regex-base Category: Text Tested-With: GHC -- The base >=0 2.0 is for the upcoming GHC 6.6 -- Build-Depends: base >= 2.0, regex-base Build-Depends: regex-base, base, fps >= 0.7 -- Data-Files: -- Extra-Source-Files: -- Extra-Tmp-Files: Exposed-Modules: Text.Regex.PCRE Text.Regex.PCRE.Wrap Text.Regex.PCRE.String Text.Regex.PCRE.ByteString Buildable: True -- Other-Modules: -- be backward compatible until 6.4.2 is futher deployed -- HS-Source-Dirs: "." Extensions: MultiParamTypeClasses, FunctionalDependencies -- GHC-Options: -Wall -Werror GHC-Options: -Wall -Werror -O2 -- GHC-Options: -Wall -ddump-minimal-imports -- GHC-Prog-Options: -- Hugs-Options: -- NHC-Options: -- Includes: -- Include-Dirs: -- C-Sources: Extra-Libraries: pcre -- Extra-Lib-Dirs: /opt/local/lib CC-Options: -DHAVE_PCRE_H -- LD-Options: -- Frameworks: