Name: matchers Version: 0.14.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 synopsis: Text matchers description: Helpers for performing text matches. source-repository head type: git location: git://github.com/massysett/matchers.git Library Build-depends: base >=4.6 && < 5 , bytestring >=0.10 , parsec >= 3.1.2 , text >=0.11 , time >=1.4 Exposed-modules: Text.Matchers , Text.Matchers.Pcre , Text.Matchers.Pcre.Base extra-libraries: pcre ghc-options: -Wall