diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-16 14:31:13 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-16 14:31:13 +0000 |
commit | 46ec5a8eaf994fd19545bbbe23ba6e7c36bfd61e (patch) | |
tree | eb3e307b8f685404e10be27b3dce496a43a82954 /testsuite/timeout | |
parent | ee414c0df8f51394a8c24ea0dbbcdf25658fa973 (diff) | |
download | haskell-46ec5a8eaf994fd19545bbbe23ba6e7c36bfd61e.tar.gz |
Avoid using deprecated flags in the testsuite tests
Diffstat (limited to 'testsuite/timeout')
-rw-r--r-- | testsuite/timeout/WinCBindings.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/timeout/WinCBindings.hsc b/testsuite/timeout/WinCBindings.hsc index 022b84f9e4..0bc1cb7aef 100644 --- a/testsuite/timeout/WinCBindings.hsc +++ b/testsuite/timeout/WinCBindings.hsc @@ -1,4 +1,4 @@ -{-# OPTIONS -cpp -fffi #-} +{-# LANGUAGE CPP, ForeignFunctionInterface #-} module WinCBindings where |