Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0b6336a236889309cc3cfc83433e294ae5c2d0bf

>---------------------------------------------------------------

commit 0b6336a236889309cc3cfc83433e294ae5c2d0bf
Author: Ian Lynagh <ig...@earth.li>
Date:   Sat Jun 16 20:02:15 2012 +0100

    Remove a workaround for building with GHC 6.9

>---------------------------------------------------------------

 compiler/utils/FastString.lhs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/compiler/utils/FastString.lhs b/compiler/utils/FastString.lhs
index c37fc26..535b317 100644
--- a/compiler/utils/FastString.lhs
+++ b/compiler/utils/FastString.lhs
@@ -3,10 +3,6 @@
 %
 \begin{code}
 {-# LANGUAGE BangPatterns #-}
-{-# OPTIONS -fno-warn-unused-imports #-}
--- XXX GHC 6.9 seems to be confused by unpackCString# being used only in
---     a RULE
-
 {-# OPTIONS_GHC -O -funbox-strict-fields #-}
 -- We always optimise this, otherwise performance of a non-optimised
 -- compiler is severely affected



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to