summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs.hs
diff options
context:
space:
mode:
authorHarry Garrood harry@garrood.me <harry@garrood.me>2021-04-23 20:13:29 +0100
committerHarry Garrood harry@garrood.me <harry@garrood.me>2021-04-23 21:08:27 +0100
commitec28c7d74cd5c9e752231dd79dfaaa7e4f485188 (patch)
tree5bc5205d539babdf5eb61dab4cf430a549e58738 /compiler/GHC/Hs.hs
parent3e2b9a87510a30436f6230d3f3222972611fa7f0 (diff)
parent7bc7eea3897dcb8a87fdb0921f451b9bc77309f6 (diff)
downloadhaskell-ec28c7d74cd5c9e752231dd79dfaaa7e4f485188.tar.gz
Merge branch 'master' into content-hash-incremental-build
Diffstat (limited to 'compiler/GHC/Hs.hs')
-rw-r--r--compiler/GHC/Hs.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Hs.hs b/compiler/GHC/Hs.hs
index 17825119e7..0de279e597 100644
--- a/compiler/GHC/Hs.hs
+++ b/compiler/GHC/Hs.hs
@@ -69,7 +69,7 @@ import Data.Data hiding ( Fixity )
-- All we actually declare here is the top-level structure for a module.
data HsModule
= HsModule {
- hsmodAnn :: EpAnn' AnnsModule,
+ hsmodAnn :: EpAnn AnnsModule,
hsmodLayout :: LayoutInfo,
-- ^ Layout info for the module.
-- For incomplete modules (e.g. the output of parseHeader), it is NoLayoutInfo.