packages feed

pcre-less-0.2.1: pcre-less.cabal

name:                pcre-less
version:             0.2.1
synopsis:            Nicer interface to regex-pcre.
description:
  Uses regex-pcre to provide substitution, backrefs.
  Uses '`' over '\\' just to be idiosyncratic. (It's prettier.)
  See the tests for more information.
-- homepage:         ~
license:             BSD3
license-file:        LICENSE
author:              sreservoir
maintainer:          sreservoir@gmail.com
category:            Text
build-type:          Simple
cabal-version:       >= 1.2
extra-source-files:  test/QC.hs, test/HU.hs

library
  exposed-modules:
    Text.Regex.Less
    Text.Regex.Less.REOpts
    Text.Regex.Less.Quackers
  other-modules:
    Text.Regex.Less.RECtOpts
    Text.Regex.Less.RERtOpts
  build-depends: base >= 4 && < 5,regex-pcre >= 0.94,array >= 0.3
  extensions: FlexibleInstances,TypeSynonymInstances
  ghc-options: -Wall
  ghc-prof-options: -auto-all