packages feed

matchers-0.20.0.0: matchers.cabal

Name: matchers
Version: 0.20.0.0
Cabal-version: >=1.8
Build-Type: Simple
License: BSD3
Copyright: 2012-2014 Omari Norman.
author: Omari Norman
maintainer: omari@smileystation.com
stability: Experimental
homepage: http://www.github.com/massysett/matchers
bug-reports: omari@smileystation.com
Category: Console
License-File: LICENSE
tested-with: GHC==7.4.1, GHC==7.6.3
synopsis: Text matchers
extra-source-files:
  current-versions.txt minimum-versions.txt sunlight-test.hs
  README

description: Helpers for performing text matches.

source-repository head
    type: git
    location: git://github.com/massysett/matchers.git

Library
    Build-depends:
          base >=4.5.0.0 && < 5
        , bytestring >=0.9.2.1 && < 0.11
        , parsec >= 3.1.2 && < 3.2
        , text >=0.11.2.0 && < 1.2
        , time >=1.4 && < 1.5
        , prednote >= 0.24.0.0 && < 0.25


    Exposed-modules:
        Matchers
      , Matchers.Pcre
      , Matchers.Pcre.Base
      , Matchers.Times
      , Matchers.Types

   extra-libraries: pcre

   ghc-options: -Wall
   hs-source-dirs: lib