From 7fb29d3e8b1f9986990a4516741e2ddcc6b6356f Mon Sep 17 00:00:00 2001 From: Ben Orchard Date: Mon, 28 Nov 2022 11:34:11 +0000 Subject: [PATCH] release 0.3.2 --- CHANGELOG.md | 3 +++ package.yaml | 2 +- strongweak.cabal | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea107a..025e99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.3.2 (2022-11-28) + * support GHC 9.4 + ## 0.3.1 (2022-07-04) * update refined (polykind predicate) diff --git a/package.yaml b/package.yaml index 8f9d44c..49922d8 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: strongweak -version: 0.3.1 +version: 0.3.2 synopsis: Convert between strong and weak representations of types description: Please see README.md. extra-source-files: diff --git a/strongweak.cabal b/strongweak.cabal index 6d06ee0..5f3c5fa 100644 --- a/strongweak.cabal +++ b/strongweak.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: strongweak -version: 0.3.1 +version: 0.3.2 synopsis: Convert between strong and weak representations of types description: Please see README.md. category: Data