matchers-0.6.0.0: matchers.cabal
Name: matchers
Version: 0.6.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.*
, explicit-exception ==0.1.*
, parsec >= 3.1.2 && < 3.2
, pcre-light ==0.4.*
, regex-base ==0.93.*
, regex-tdfa ==1.1.*
, text ==0.11.*
, time ==1.4.*
Exposed-modules:
Text.Matchers
ghc-options: -Wall