packages feed

regex-pcre-text-0.94.0.1: regex-pcre-text.cabal

Name:                   regex-pcre-text
Version:                0.94.0.1
Synopsis:               Text-based PCRE API for regex-base
Description:            The PCRE/Text backend to accompany regex-base;
                        needs regex-pcre and regex-tdfa-text
Homepage:               https://github.com/cdornan/regex-pcre-text
Author:                 Chris Dornan and Christopher Kuklewicz
License:                BSD3
License-File:           LICENSE
Maintainer:             Chris Dornan <chris@chrisdornan.com>
Copyright:              Copyright (c) 2006-2017, Chris Dornan and Christopher Kuklewicz
Category:               Text
Build-Type:             Simple
Stability:              Stable
bug-reports:            https://github.com/cdornan/regex-pcre-text/issues

Extra-Source-Files:
    README.markdown
    changelog

Cabal-Version:          >= 1.10

Source-Repository head
    type:               git
    location:           https://github.com/cdornan/regex-pcre-text.git

Source-Repository this
    Type:               git
    Location:           https://github.com/cdornan/regex-pcre-text.git
    Tag:                0.94.0.0

Library
    Hs-Source-Dirs:     .
    Exposed-Modules:
      Text.Regex.PCRE.Text
      Text.Regex.PCRE.Text.Lazy

    Default-Language:   Haskell2010

    Other-Extensions:
      MultiParamTypeClasses

    GHC-Options:
      -Wall
      -fwarn-tabs

    Build-depends:
        base                 >= 4       && < 5
      , array                >= 0.4     && < 0.6
      , bytestring           == 0.10.*
      , regex-base           == 0.93.*
      , regex-pcre-builtin   == 0.94.*
      , regex-tdfa-text      == 1.0.*
      , text                 == 1.2.*