Name: matchers Version: 0.8.0.0 Cabal-version: >=1.8 Build-Type: Simple License: BSD3 Copyright: 2012-2013 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.* , bytestring ==0.10.* , parsec >= 3.1.2 && < 3.2 , pcre-light ==0.4.* , text ==0.11.* , time ==1.4.* Exposed-modules: Text.Matchers ghc-options: -Wall