pcre-less-0.2.0: pcre-less.cabal
name: pcre-less
version: 0.2.0
synopsis: Nicer interface to regex-pcre
description:
Unfortunately, docs don't exist yet.
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,regex-pcre >= 0.94,array >= 0.3
extensions: FlexibleInstances,TypeSynonymInstances
ghc-options: -Wall
ghc-prof-options: -auto-all