diff --git a/CHANGELOG.md b/CHANGELOG.md index ecee6f1..fa3a717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Unreleased ========== +0.2.0.1 +========== + +Update package metadata. + 0.2 ========== diff --git a/tasty-hunit-compat.cabal b/tasty-hunit-compat.cabal index 91fdd44..a8ba932 100644 --- a/tasty-hunit-compat.cabal +++ b/tasty-hunit-compat.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: tasty-hunit-compat -version: 0.2 +version: 0.2.0.1 synopsis: Integration of `HUnit` with `tasty`. description: Implements the proper integration between existing `HUnit` package and `tasty` framework. The existing solution in `tasty` defines its own primitives that are not compatible with `HUnit`. @@ -26,6 +26,8 @@ library Test.Tasty.HUnit other-modules: Paths_tasty_hunit_compat + autogen-modules: + Paths_tasty_hunit_compat hs-source-dirs: src ghc-options: