diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2022-06-23 11:50:37 +0300 |
---|---|---|
committer | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2022-10-23 00:11:50 +0300 |
commit | 11fe42d89d37539bd90f31ca47547922b3fc84ae (patch) | |
tree | 52aaeb001808eeeafb4b7bad6d19d7d5e658581c /compiler/GHC/Hs.hs | |
parent | 1937016b7834338eef12be19caefc8e37a90cd29 (diff) | |
download | haskell-11fe42d89d37539bd90f31ca47547922b3fc84ae.tar.gz |
Class layout info (#19623)
Updates the haddock submodule.
Diffstat (limited to 'compiler/GHC/Hs.hs')
-rw-r--r-- | compiler/GHC/Hs.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Hs.hs b/compiler/GHC/Hs.hs index fcea4fc332..c327ff1fd4 100644 --- a/compiler/GHC/Hs.hs +++ b/compiler/GHC/Hs.hs @@ -68,7 +68,7 @@ import Data.Data hiding ( Fixity ) data XModulePs = XModulePs { hsmodAnn :: EpAnn AnnsModule, - hsmodLayout :: LayoutInfo, + hsmodLayout :: LayoutInfo GhcPs, -- ^ Layout info for the module. -- For incomplete modules (e.g. the output of parseHeader), it is NoLayoutInfo. hsmodDeprecMessage :: Maybe (LocatedP (WarningTxt GhcPs)), |