diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 88c28656..ee0ace4b 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -8,9 +8,9 @@ # # For more information, see https://github.com/haskell-CI/haskell-ci # -# version: 0.15.202211107 +# version: 0.15.20221225 # -# REGENDATA ("0.15.202211107",["github","ghc-exactprint.cabal","--ghcup-jobs"]) +# REGENDATA ("0.15.20221225",["github","ghc-exactprint.cabal","--ghcup-jobs"]) # name: Haskell-CI on: @@ -28,6 +28,11 @@ jobs: strategy: matrix: include: + - compiler: ghc-9.4.4 + compilerKind: ghc + compilerVersion: 9.4.4 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.4.3 compilerKind: ghc compilerVersion: 9.4.3 diff --git a/ChangeLog b/ChangeLog index 11d495c9..a48f8fbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2022-11-08 v1.6.1 + * Add GHC 9.4.4 to CI + * Add support for exact printing HsDocTy. #121 2022-11-08 v1.6.1 * Support GHC 9.4.3 2022-09-30 v1.6.0 diff --git a/ghc-exactprint.cabal b/ghc-exactprint.cabal index 3a4bd04d..fa4f919c 100644 --- a/ghc-exactprint.cabal +++ b/ghc-exactprint.cabal @@ -1,5 +1,5 @@ name: ghc-exactprint -version: 1.6.1 +version: 1.6.1.1 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 @@ -18,6 +18,7 @@ build-type: Simple tested-with: GHC == 9.4.1 , GHC == 9.4.2 , GHC == 9.4.3 + , GHC == 9.4.4 extra-source-files: ChangeLog tests/examples/failing/*.hs tests/examples/ghc710-only/*.hs