[commit: base] master: Revert accidental change (6d1b0d6)

Ian Lynagh igloo at earth.li
Thu Jun 6 19:56:43 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

https://github.com/ghc/packages-base/commit/6d1b0d6cc65fe10d2edce4829fc5f17adac33bd0

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

commit 6d1b0d6cc65fe10d2edce4829fc5f17adac33bd0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jun 6 14:34:29 2013 +0100

    Revert accidental change

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

 GHC/Arr.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GHC/Arr.lhs b/GHC/Arr.lhs
index acae5a8..2428077 100644
--- a/GHC/Arr.lhs
+++ b/GHC/Arr.lhs
@@ -185,7 +185,7 @@ can do better, so we override the default method for index.
 -- Abstract these errors from the relevant index functions so that
 -- the guts of the function will be small enough to inline.
 
-{- # NOINLINE indexError #-}
+{-# NOINLINE indexError #-}
 indexError :: Show a => (a,a) -> a -> String -> b
 indexError rng i tp
   = error (showString "Ix{" . showString tp . showString "}.index: Index " .





More information about the ghc-commits mailing list