From 7329c91a4df78b4a3e96a2c5ba3ac3d3aaa78422 Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Thu, 11 May 2023 18:45:30 -0700 Subject: [PATCH] bump version to 0.2.0.2 --- CHANGELOG.md | 4 ++++ pact-time.cabal | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8701d5e..60028b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for pact-time +## 0.2.0.2 -- 2023-05-11 + +* Support mtl-2.3 + ## 0.2.0.1 -- 2022-10-25 * Relax upper bound on base diff --git a/pact-time.cabal b/pact-time.cabal index 8612806..331f5d4 100644 --- a/pact-time.cabal +++ b/pact-time.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pact-time -version: 0.2.0.1 +version: 0.2.0.2 synopsis: Time Library for Pact Description: A minimal time library for usage with the [Pact Smart Contract @@ -32,7 +32,10 @@ tested-with: GHC==9.2 GHC==9.0 GHC==8.10.7 + extra-source-files: + +extra-doc-files: README.md CHANGELOG.md