From aee2bc2f38e8233011a0d955eb5adac841f0c9b4 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 30 Jul 2008 17:21:24 +0000 Subject: [PATCH] Mark the ghc package as not exposed --- compiler/ghc.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/ghc.cabal b/compiler/ghc.cabal index 0798086..37abf10 100644 --- a/compiler/ghc.cabal +++ b/compiler/ghc.cabal @@ -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, -- 1.7.10.4