name: lawful version: 0.1.0.0 -- synopsis: -- description: homepage: https://github.com/matt-noonan/lawful#readme license: BSD3 license-file: LICENSE author: Matt Noonan maintainer: matt.noonan@gmail.com copyright: (c) 2018 Matt Noonan category: Safe synopsis: Assert the lawfulness of your typeclass instances. description: Assert the lawfulness of your typeclass instances. build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Lawful build-depends: base >= 4.7 && < 5 default-language: Haskell2010 source-repository head type: git location: https://github.com/matt-noonan/lawful