cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 242172040caaba3434259b2d0e15639272e8e6bf5a663a10cd009a6c82827125 name: abides version: 0.0.1 synopsis: Simple boolean tests to see if a value abides by certain properties description: Please see the README on GitHub at category: Data, Testing homepage: https://github.com/athanclark/abides#readme bug-reports: https://github.com/athanclark/abides/issues author: Athan Clark maintainer: athan.clark@gmail.com copyright: 2019 Athan Clark license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/athanclark/abides library exposed-modules: Test.Abides.Control.Alternative Test.Abides.Control.Applicative Test.Abides.Control.Category Test.Abides.Control.Comonad Test.Abides.Control.Monad Test.Abides.Data.Bounded Test.Abides.Data.CommutativeRing Test.Abides.Data.DivisionRing Test.Abides.Data.Enum Test.Abides.Data.Eq Test.Abides.Data.EuclideanRing Test.Abides.Data.Foldable Test.Abides.Data.Functor Test.Abides.Data.Monoid Test.Abides.Data.Ord Test.Abides.Data.Ring Test.Abides.Data.Semigroup Test.Abides.Data.Semiring Test.Abides.Properties other-modules: Paths_abides hs-source-dirs: src build-depends: base >=4.7 && <5 , comonad default-language: Haskell2010 test-suite abides-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_abides hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: abides , base >=4.7 && <5 , comonad , tasty , tasty-quickcheck default-language: Haskell2010