summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in31
1 files changed, 15 insertions, 16 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index fc5f581a4d..037e7aa0b2 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -177,7 +177,6 @@ Library
coreSyn
deSugar
ghci
- hsSyn
iface
llvmGen
main
@@ -354,20 +353,20 @@ Library
Match
MatchCon
MatchLit
- HsBinds
- HsDecls
- HsDoc
- HsExpr
- HsImpExp
- HsLit
- PlaceHolder
- HsExtension
- HsInstances
- HsPat
- HsSyn
- HsTypes
- HsUtils
- HsDumpAst
+ GHC.Hs
+ GHC.Hs.Binds
+ GHC.Hs.Decls
+ GHC.Hs.Doc
+ GHC.Hs.Expr
+ GHC.Hs.ImpExp
+ GHC.Hs.Lit
+ GHC.Hs.PlaceHolder
+ GHC.Hs.Extension
+ GHC.Hs.Instances
+ GHC.Hs.Pat
+ GHC.Hs.Types
+ GHC.Hs.Utils
+ GHC.Hs.Dump
BinIface
BinFingerprint
BuildTyCl
@@ -663,7 +662,7 @@ Library
Dwarf
Dwarf.Types
Dwarf.Constants
- Convert
+ GHC.ThToHs
ByteCodeTypes
ByteCodeAsm
ByteCodeGen