name: MuCheck-HUnit version: 0.3.0.4 synopsis: Automated Mutation Testing for HUnit tests description: This package contains the test adapter for HUnit tests to use it with MuCheck homepage: https://bitbucket.com/osu-testing/mucheck-hunit license: GPL-2 license-file: LICENSE author: Rahul Gopinath 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-hunit.git source-repository this type: git location: https://bitbucket.org/osu-testing/mucheck-hunit.git tag: 0.3.0.4 executable mucheck-hunit build-depends: base >=4 && <5, HUnit>=1.0, MuCheck== 0.3.0.* default-language: Haskell2010 hs-source-dirs: src main-is: Main.hs ghc-options: -Wall -fno-warn-orphans library exposed-modules: Test.MuCheck.TestAdapter.HUnit build-depends: base >=4 && <5, HUnit>=1.0, MuCheck==0.3.0.* default-language: Haskell2010 hs-source-dirs: src