name: props version: 0.1 synopsis: Properties of functions and relations, perhaps for use with quickcheck description: Properties of functions and relations, perhaps for use with quickcheck license: BSD3 license-file: LICENSE author: Alec Heller maintainer: alec@deviant-logic.net category: Test build-type: Simple cabal-version: >=1.10 homepage: http://github.com/deviant-logic/props bug-reports: http://github.com/deviant-logic/props/issues source-repository head type: git location: git://github.com/deviant-logic/props.git library build-depends: base >=4.6 && <5 default-language: Haskell2010 hs-source-dirs: src exposed-modules: Test.Properties