name: pcre-less version: 0.0.0 synopsis: Nicer interface to pcre-light. description: You'll have to read the comments until I get around to writing docs. homepage: ~ license: BSD3 -- The file containing the license text. license-file: LICENSE author: sreservoir maintainer: sreservoir@gmail.com category: Text build-type: Simple cabal-version: >= 1.2 library exposed-modules: Text.Regex.Less Text.Regex.Less.REOpts other-modules: Text.Regex.Less.RECtOpts Text.Regex.Less.RERtOpts Text.Regex.Less.Quackers build-depends: base >= 4 && < 5,pcre-light >= 0.4,bytestring >= 0.9 extensions: FlexibleInstances,TypeSynonymInstances ghc-options: -O2 ghc-prof-options: -auto-all