diff --git a/ChangeLog.md b/ChangeLog.md index 63926aa..8860e0f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,10 @@ # Changelog for haskell-syntax +# 0.4.7.0 +- Support GHC 9.12. +- Support GHC 9.14. + # 0.4.6.0 - Support GHC 9.10. diff --git a/ghc-source-gen.cabal b/ghc-source-gen.cabal index c1a5ace..7a177b6 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.6.0 +version: 0.4.7.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 64ef421..c6770a1 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.6.0 +version: 0.4.7.0 github: "google/ghc-source-gen" license: BSD3 author: "Judah Jacobson" diff --git a/src/GHC/SourceGen/Decl.hs b/src/GHC/SourceGen/Decl.hs index b4d15fe..5856cfc 100644 --- a/src/GHC/SourceGen/Decl.hs +++ b/src/GHC/SourceGen/Decl.hs @@ -92,7 +92,6 @@ import GHC.Hs.Type #if MIN_VERSION_ghc(8,6,0) , HsWildCardBndrs (..) #endif ---, ConDeclField (..) #if MIN_VERSION_ghc(8,8,0) , HsArg(..) #endif diff --git a/src/GHC/SourceGen/Expr.hs b/src/GHC/SourceGen/Expr.hs index 098a4cc..3a0a0cd 100644 --- a/src/GHC/SourceGen/Expr.hs +++ b/src/GHC/SourceGen/Expr.hs @@ -62,7 +62,6 @@ import SrcLoc (unLoc, GenLocated(..)) import GHC.Parser.Annotation (EpAnn(..)) #endif ---import GHC.Parser.Annotation (EpAnn(..)) import GHC.SourceGen.Binds.Internal import GHC.SourceGen.Binds import GHC.SourceGen.Expr.Internal diff --git a/stack-9.14.yaml b/stack-9.14.yaml index 8e1e931..7e5214b 100644 --- a/stack-9.14.yaml +++ b/stack-9.14.yaml @@ -4,7 +4,7 @@ # license that can be found in the LICENSE file or at # https://developers.google.com/open-source/licenses/bsd -snapshot: nightly-2026-01-06 # 👻 GHC 9.12.3 👻 +resolver: nightly-2026-02-05 compiler: ghc-9.14.1 packages: