[commit: testsuite] master: unsafePerformIO moved (5c9db4f)
Simon Marlow
marlowsd at gmail.com
Tue Feb 19 16:57:13 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5c9db4f47062732e365b2101ea4a9679a6e8a264
>---------------------------------------------------------------
commit 5c9db4f47062732e365b2101ea4a9679a6e8a264
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Feb 19 09:39:38 2013 +0000
unsafePerformIO moved
>---------------------------------------------------------------
tests/profiling/should_run/T3001-2.hs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/profiling/should_run/T3001-2.hs b/tests/profiling/should_run/T3001-2.hs
index 961d9c3..5c0cb3e 100644
--- a/tests/profiling/should_run/T3001-2.hs
+++ b/tests/profiling/should_run/T3001-2.hs
@@ -21,6 +21,7 @@ import GHC.Word
import Control.Monad
import Foreign
+import System.IO.Unsafe
import System.IO
import Data.Char (chr,ord)
More information about the ghc-commits
mailing list