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

On branch  : ghc-7.2

http://hackage.haskell.org/trac/ghc/changeset/61ec997b1eef6673439cf204574992e855aa98b1

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

commit 61ec997b1eef6673439cf204574992e855aa98b1
Author: Simon Marlow <[email protected]>
Date:   Thu Jul 21 11:01:12 2011 +0100

    Add InterruptibleFFI extension

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

 .../concurrent/should_run/foreignInterruptible.hs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/concurrent/should_run/foreignInterruptible.hs 
b/tests/concurrent/should_run/foreignInterruptible.hs
index 32252fb..06e96cd 100644
--- a/tests/concurrent/should_run/foreignInterruptible.hs
+++ b/tests/concurrent/should_run/foreignInterruptible.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE ForeignFunctionInterface #-}
+{-# LANGUAGE ForeignFunctionInterface,InterruptibleFFI #-}
 {-# OPTIONS -cpp #-}
 module Main where
 



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to