Bump version for a ghc-9.2-compatible release (#94)

This commit is contained in:
mrgutkun 2022-01-25 03:34:01 +03:00 committed by GitHub
parent f6b9130d8f
commit 72e2de1355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog for haskell-syntax
# 0.4.3.0
- Support GHC 9.2.
# 0.4.2.0
- Support GHC 9.

View File

@ -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 <https://hackage.haskell.org/package/ghc ghc> library

View File

@ -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"