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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/c79741988050eff134471179547758da8568bc0c

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

commit c79741988050eff134471179547758da8568bc0c
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