cabal-version: 2.2 -- Initial package description 'exhaustively.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: exhaustively version: 0 synopsis: Exhaustively verify a property. -- description: homepage: https://oss.xkcd.com/ -- bug-reports: license: BSD-3-Clause license-file: LICENSE author: davean maintainer: oss@xkcd.com -- copyright: category: Testing extra-source-files: CHANGELOG.md common deps default-language: Haskell2010 build-depends: base ^>=4.12.0.0 , parallel library import: deps hs-source-dirs: src exposed-modules: Test.Exhaustively test-suite exhaustively-test import: deps type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs build-depends: exhaustively