diff options
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index d11a42bccc..1427a51bac 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -64,8 +64,7 @@ Library transformers == 0.5.*, ghc-boot == @ProjectVersionMunged@, ghc-boot-th == @ProjectVersionMunged@, - ghci == @ProjectVersionMunged@, - hoopl >= 3.10.2 && < 3.11 + ghci == @ProjectVersionMunged@ if os(windows) Build-Depends: Win32 >= 2.3 && < 2.6 @@ -546,8 +545,12 @@ Library Vectorise.Env Vectorise.Exp Vectorise + Hoopl.Block + Hoopl.Collections Hoopl.Dataflow - Hoopl + Hoopl.Graph + Hoopl.Label + Hoopl.Unique -- CgInfoTbls used in ghci/DebuggerUtils -- CgHeapery mkVirtHeapOffsets used in ghci |