[commit: testsuite] master: Add InterruptibleFFI extension (c797419)
Simon Marlow
marlowsd at gmail.com
Thu Jul 21 17:11:55 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c79741988050eff134471179547758da8568bc0c
>---------------------------------------------------------------
commit c79741988050eff134471179547758da8568bc0c
Author: Simon Marlow <marlowsd at gmail.com>
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
More information about the Cvs-ghc
mailing list