cabal-version: 2.2 name: laws version: 0 synopsis: Reusable sets of laws for QuickCheck description: Laws of functions and classes for use with QuickCheck. homepage: https://oss.xkcd.com/ bug-reports: https://code.xkrd.net/haskell/laws/issues license: BSD-3-Clause license-file: LICENSE author: davean maintainer: oss@xkcd.com copyright: Copyright (C) 2018 davean category: Testing extra-source-files: CHANGELOG.md source-repository head type: git location: https://code.xkrd.net/haskell/laws.git library hs-source-dirs: src default-language: Haskell2010 build-depends: base ^>=4.12.0.0 , props exposed-modules: Test.Laws