summaryrefslogtreecommitdiff
path: root/compiler/Language/Haskell/Syntax.hs-boot
Commit message (Collapse)AuthorAgeFilesLines
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-031-9/+0
| | | | | | | | | | | Move the GHC-independent definitions from GHC.Hs.ImpExp to Language.Haskell.Syntax.ImpExp with the required TTG extension fields such as to keep the AST independent from GHC. This is progress towards having the haskell-syntax package, as described in #21592 Bumps haddock submodule
* TTG: Move HsModule to L.H.Sromes2022-07-031-0/+9
Move the definition of HsModule defined in GHC.Hs to Language.Haskell.Syntax with an added TTG parameter and corresponding extension fields. This is progress towards having the haskell-syntax package, as described in #21592