cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.32.0. -- -- see: https://github.com/sol/hpack -- -- hash: e814110509f9641ef0e91cc1f121c0428adcc5c93eaddee5f5bf03d278632e03 name: tasty-hunit-compat version: 0.2 synopsis: Tasty integration with the existing HUnit package. description: Existing `tasty-hunit` package now declares its own testing primitives. This package provides an integration of the existing HUnit package with Tasty that inter-operates properly with other HUnit code. category: Testing homepage: https://gitlab.com/morley-framework/morley author: Serokell, Tocqueville Group maintainer: Serokell copyright: 2020 Tocqueville Group license: MPL-2.0 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: git@gitlab.com:morley-framework/morley.git library exposed-modules: Test.Tasty.HUnit other-modules: Paths_tasty_hunit_compat hs-source-dirs: src build-depends: HUnit , base >=4.7 && <5 , tasty , tasty-hunit default-language: Haskell2010