Skip to content
Snippets Groups Projects
Commit 3a16d764 authored by Sylvain Henry's avatar Sylvain Henry Committed by Marge Bot
Browse files

ghci: don't compile unneeded modules

parent 76be0e32
No related branches found
No related tags found
No related merge requests found
......@@ -50,10 +50,12 @@ library
if flag(internal-interpreter)
CPP-Options: -DHAVE_INTERNAL_INTERPRETER
exposed-modules:
GHCi.InfoTable
GHCi.Run
GHCi.CreateBCO
GHCi.ObjLink
GHCi.Signals
GHCi.StaticPtrTable
GHCi.TH
include-dirs: @FFIIncludeDir@
......@@ -65,8 +67,6 @@ library
GHCi.ResolvedBCO
GHCi.RemoteTypes
GHCi.FFI
GHCi.InfoTable
GHCi.StaticPtrTable
GHCi.TH.Binary
Build-Depends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment