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: 5c757f2a2b2876d772e5640df8a0c3261c2ef99d8f3bcf353c05f1869be77b06
name: tasty-hunit-compat
version: 0.1.0
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 <hi@serokell.io>
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