[commit: ghc] master: Remove a workaround for building with GHC 6.9 (0b6336a)
Ian Lynagh
igloo at earth.li
Sat Jun 16 21:40:42 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0b6336a236889309cc3cfc83433e294ae5c2d0bf
>---------------------------------------------------------------
commit 0b6336a236889309cc3cfc83433e294ae5c2d0bf
Author: Ian Lynagh <igloo at 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
More information about the Cvs-ghc
mailing list