diff options
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 4ff65c4e61..5532a250c7 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -24,7 +24,7 @@ Category: Development Build-Type: Custom extra-source-files: - GHC/Builtin/primops.txt.pp + GHC/Builtin/primops.txt.pp GHC/Builtin/bytearray-ops.txt.pp Unique.h CodeGen.Platform.h @@ -185,6 +185,7 @@ Library GHC.Cmm.Dataflow.Label GHC.Cmm.DebugBlock GHC.Cmm.Expr + GHC.Cmm.Extend GHC.Cmm.Graph GHC.Cmm.Info GHC.Cmm.Info.Build |