packages feed

abides-0.0.0: abides.cabal

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: f1fefe867335372cccdb4d04ab5a2e0285abcc0e8080fbce2e12adf70dc571bd

name:           abides
version:        0.0.0
synopsis:       Simple boolean tests to see if a value abides by certain properties
description:    Please see the README on GitHub at <https://github.com/athanclark/abides#readme>
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
      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.Enum
      Test.Abides.Data.Eq
      Test.Abides.Data.Foldable
      Test.Abides.Data.Functor
      Test.Abides.Data.Monoid
      Test.Abides.Data.Ord
      Test.Abides.Data.Semigroup
      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