Follow the move of assertError from Control.Exception to GHC.IOBase
[ghc-hetmet.git] / compiler / ghc.cabal
index 0798086..9d589f4 100644 (file)
@@ -33,6 +33,8 @@ Flag windows
     Description: On a Windows machine
 
 Library
+    Exposed: False
+
     if flag(base3)
         Build-Depends: base       >= 3   && < 4,
                        directory  >= 1   && < 1.1,
@@ -118,6 +120,7 @@ Library
         BasicTypes
         DataCon
         Demand
+        Exception
         Id
         IdInfo
         Literal