-- Initial rematch.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: rematch version: 0.1.0.0 synopsis: A simple api for "matchers" description: Rematch is a simple library of matchers, which express rules that can pass or fail. Matchers also report their failure with human readable output. Custom matchers can be build, and matchers can be combined using several predefined combinators or you can write your own. Matchers are often used in automated tests to provide expressive failure messages. Rematch is very similar to, and very inspired by the hamcrest library for Java license: MIT license-file: LICENSE author: Tom Crayford maintainer: tcrayford@googlemail.com copyright: Tom Crayford 2013 category: Control build-type: Simple cabal-version: >=1.8 library exposed-modules: Control.Rematch, Control.Rematch.Formatting build-depends: base ==4.5.*, HUnit >= 1.0