packages feed

anonymous-sums-tests-0.4.0.0: anonymous-sums-tests.cabal

name: anonymous-sums-tests
version: 0.4.0.0
synopsis: QuickCheck functions to accompany the anonymous-sums package
description:
  Contains generators, coarbitrary functions, and shrinkers to
  accompany the anonymous-sums package.
homepage:            http://www.github.com/massysett/anonymous-sums
license:             BSD3
license-file:        LICENSE
author:              Omari Norman
maintainer:          omari@smileystation.com
category:            Data
build-type:          Simple
cabal-version:       >=1.10
source-repository head
  type: git
  location: https://github.com/massysett/anonymous-sums.git

library
  hs-source-dirs: lib
  exposed-modules:
      Data.Sums.Generators
    , Data.Sums.Shrinkers
    , Data.Sums.Coarbitrary
  build-depends:
      base >= 4.5.0.0 && < 5
    , anonymous-sums ==0.4.0.0
    , QuickCheck >= 2.7
  default-language: Haskell2010
  ghc-options: -Wall