From 25e5ea5b4ab2152984aaa4ed2d94d458c0c2a9ac Mon Sep 17 00:00:00 2001 From: martoon Date: Fri, 18 Dec 2020 23:42:47 +0300 Subject: [PATCH 1/2] Prepare 0.2.0.1 release Problem: we need to upload a new version of package since metadata (e.g. reference to issue tracker) has updated. Solution: make a minor release. --- CHANGELOG.md | 5 +++++ tasty-hunit-compat.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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..7c9c80d 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`. From 44deedac5cbe3572e4d04f2daa3995272d886ea1 Mon Sep 17 00:00:00 2001 From: martoon Date: Sat, 19 Dec 2020 04:19:09 +0300 Subject: [PATCH 2/2] Add `autogen-modules` Problem: `stack upload` complains that `autogen-modules` is not present. Solution: add it and include our `Paths_*` modules into it. --- tasty-hunit-compat.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasty-hunit-compat.cabal b/tasty-hunit-compat.cabal index 7c9c80d..a8ba932 100644 --- a/tasty-hunit-compat.cabal +++ b/tasty-hunit-compat.cabal @@ -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: