summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-10-08 14:46:21 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-13 00:13:28 -0400
commit0a5f29185921cf2af908988ab3608602bcb40290 (patch)
tree2045e9840c04f8babea02bd5c78144b2bb8ec8bf /compiler/ghc.cabal.in
parent7fdcce6d4d13a10a1b2336c1d40482c64dba664d (diff)
downloadhaskell-0a5f29185921cf2af908988ab3608602bcb40290.tar.gz
Parser: don't require the HomeUnitId
The HomeUnitId is only used by the Cmm parser and this one has access to the DynFlags, so it can grab the UnitId of the HomeUnit from them. Bump haddock submodule
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 4efae27e97..c0f01db2ee 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -239,7 +239,7 @@ Library
GHC.Cmm.Lint
GHC.Cmm.Liveness
GHC.Cmm.MachOp
- GHC.Cmm.Monad
+ GHC.Cmm.Parser.Monad
GHC.Cmm.Switch
GHC.Cmm.Node
GHC.Cmm.Opt