[commit: testsuite] master: HappyTest needs MagicHash (34a1e43)

Ian Lynagh igloo at earth.li
Mon Feb 11 20:26:16 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/34a1e43cafeaabb1ccae1bc0e13c63abd112f015

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

commit 34a1e43cafeaabb1ccae1bc0e13c63abd112f015
Author: Ian Lynagh <ian at well-typed.com>
Date:   Mon Feb 11 18:51:36 2013 +0000

    HappyTest needs MagicHash

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

 tests/ghci.debugger/HappyTest.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ghci.debugger/HappyTest.hs b/tests/ghci.debugger/HappyTest.hs
index 9be5440..ad444f7 100644
--- a/tests/ghci.debugger/HappyTest.hs
+++ b/tests/ghci.debugger/HappyTest.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP #-}
+{-# LANGUAGE CPP, MagicHash #-}
 import Data.Char
 import Data.Array
 import GHC.Exts





More information about the ghc-commits mailing list