packages feed

quickcheck-regex-0.0.2: quickcheck-regex.cabal

Name:                quickcheck-regex
Version:             0.0.2
Homepage:            http://github.com/audreyt/quickcheck-regex/
Category:            QuickCheck, test, regex
Synopsis:            Generate regex-constrained strings for QuickCheck
Description:         Generate regex-constrained strings for QuickCheck
License:             PublicDomain
Author:              Audrey Tang
Maintainer:          audreyt@audreyt.org
Copyright:           Audrey Tang 2014 (CC0)
Cabal-Version:       >= 1.2
Build-Type:          Simple

Library
    Build-Depends:   base>=3 && <5, QuickCheck >= 2, regex-genex >= 0.6.0, regex-tdfa, containers
    Exposed-modules: Test.QuickCheck.Regex
    Hs-source-dirs:  src