diff --git a/ChangeLog b/ChangeLog index 09393f7f..75bbb71f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +2024-xx-xx v1.9.0.0 + * Support GHC 9.10.1 2022-12-19 v1.8.0.0 * Support GHC 9.8.1 2022-12-19 v1.7.1.0 diff --git a/ghc-exactprint.cabal b/ghc-exactprint.cabal index 729aa2aa..2ac3621f 100644 --- a/ghc-exactprint.cabal +++ b/ghc-exactprint.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghc-exactprint -version: 1.8.0.0 +version: 1.9.0.0 synopsis: ExactPrint for GHC description: Using the API Annotations available from GHC 9.2.1, this library provides a means to round trip any code that can