move INPLACE_DATA_DIR into mk/config.mk and share it
[ghc-hetmet.git] / compiler / ghc.cabal
index 0fa37ba..5a62841 100644 (file)
@@ -33,7 +33,7 @@ Library
     Exposed: False
 
     if flag(base3)
-        Build-Depends: base       >= 3   && < 4,
+        Build-Depends: base       >= 3   && < 5,
                        directory  >= 1   && < 1.1,
                        process    >= 1   && < 1.1,
                        bytestring >= 0.9 && < 0.10,
@@ -207,6 +207,7 @@ Library
         CoreUnfold
         CoreUtils
         ExternalCore
+        MkCore
         MkExternalCore
         PprCore
         PprExternalCore