Name: matchers Version: 0.24.0.0 Cabal-version: >=1.8 Build-Type: Simple License: BSD3 Copyright: 2011-2015 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 extra-source-files: README.md description: Helpers for performing text matches. For more information, please see the Github homepage at . 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 , text >=0.11.2.0 && < 1.3 , prednote >= 0.28.0.0 && < 0.29 Exposed-modules: Matchers , Matchers.Pcre , Matchers.Pcre.Base extra-libraries: pcre ghc-options: -Wall hs-source-dirs: lib