From 3b0f456ee8100f19177ac0a1f67f9572974f7444 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft" Date: Thu, 3 May 2007 09:37:07 +0000 Subject: [PATCH] Be less quiet about building the base package --- base.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.cabal b/base.cabal index 6e696e7..2153529 100644 --- a/base.cabal +++ b/base.cabal @@ -192,5 +192,5 @@ extensions: CPP -- XXX is there an extension for using # in varids? -- We need to set the package name to base (without a version number) -- as it's magic. -ghc-options: -fglasgow-exts -package-name base -v0 +ghc-options: -fglasgow-exts -package-name base -- 1.7.10.4