packages feed

MuCheck-SmallCheck-0.2.1.0: MuCheck-SmallCheck.cabal

name:                MuCheck-SmallCheck
version:             0.2.1.0
synopsis:            Automated Mutation Testing for SmallCheck tests
description:         This package contains the test adapter for SmallCheck tests to use it with MuCheck
homepage:            https://bitbucket.com/osu-testing/mucheck-smallcheck
license:             GPL-2
license-file:        LICENSE
author:              Rahul Gopinath <rahul@gopinath.org>
maintainer:          rahul@gopinath.org
category:            Testing
build-type:          Simple
cabal-version:       >= 1.10
extra-source-files:  changes.md

source-repository    head
  type:              git
  location:          https://bitbucket.org/osu-testing/mucheck-smallcheck.git

source-repository    this
  type:              git
  location:          https://bitbucket.org/osu-testing/mucheck-smallcheck.git
  tag:               0.2.1.0

executable mucheck-smallcheck
  build-depends:    base >=4 && <5,
                    smallcheck == 1.1.1,
                    MissingH >= 1.3,
                    MuCheck== 0.2.1.*
  default-language: Haskell2010
  hs-source-dirs:   src
  main-is:          Main.hs
  ghc-options:     -Wall -fno-warn-orphans

library
  exposed-modules:  Test.MuCheck.TestAdapter.SmallCheck
  build-depends:    base >=4 && <5,
                    smallcheck == 1.1.1,
                    MissingH >= 1.3,
                    MuCheck==0.2.1.*
  default-language: Haskell2010
  hs-source-dirs:   src