diff --git a/ChangeLog.md b/ChangeLog.md index 1375b5e..ff65a90 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # Changelog for haskell-syntax +# 0.4.3.0 +- Support GHC 9.2. + # 0.4.2.0 - Support GHC 9. diff --git a/ghc-source-gen.cabal b/ghc-source-gen.cabal index fb62644..4071a48 100644 --- a/ghc-source-gen.cabal +++ b/ghc-source-gen.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: ghc-source-gen -version: 0.4.2.0 +version: 0.4.3.0 synopsis: Constructs Haskell syntax trees for the GHC API. description: @ghc-source-gen@ is a library for generating Haskell source code. It uses the library diff --git a/package.yaml b/package.yaml index c54d7f9..a478530 100644 --- a/package.yaml +++ b/package.yaml @@ -5,7 +5,7 @@ # https://developers.google.com/open-source/licenses/bsd name: ghc-source-gen -version: 0.4.2.0 +version: 0.4.3.0 github: "google/ghc-source-gen" license: BSD3 author: "Judah Jacobson"