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