Mark the ghc package as not exposed
authorIan Lynagh <igloo@earth.li>
Wed, 30 Jul 2008 17:21:24 +0000 (17:21 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 30 Jul 2008 17:21:24 +0000 (17:21 +0000)
compiler/ghc.cabal

index 0798086..37abf10 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,