name: tasty-hunit-adapter version: 1.1 synopsis: Use existing HUnit tests with tasty description: This package provides a function that converts exisiting tests to a TestTree that can be used with testing framework. Code is adapted from package authored by Max Bolingbroke. homepage: https://github.com/jstolarek/tasty-hunit-adapter bug-reports: https://github.com/jstolarek/tasty-hunit-adapter/issues license: BSD3 license-file: LICENSE author: Jan Stolarek maintainer: jan.stolarek@p.lodz.pl stability: stable category: Testing build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC>=7.6.3 extra-source-files: README.md source-repository head type: git location: git://github.com/jstolarek/tasty-hunit-adapter.git library exposed-modules: Test.Tasty.HUnit.Adapter build-depends: base < 5, HUnit, tasty, tasty-hunit hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall