Skip to content
Snippets Groups Projects
Commit e581e9cb authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

remove -ffi options (in favour of -XForeignFunctionInterface)

darcs-hash:20080915001901-ac6dd-48abe6364ead4d30656f5a1ca6a05a854f9bd0fb
parent b010dd2b
No related branches found
Tags 6.10_branch_has_been_forked
No related merge requests found
{-# OPTIONS -ffi -cpp #-}
{-# OPTIONS -cpp #-}
-- #hide
module Data.Time.Clock.CTimeval where
......
{-# OPTIONS -ffi -Wall -Werror #-}
{-# OPTIONS -Wall -Werror #-}
module Main where
......
{-# OPTIONS -ffi -Wall -Werror #-}
{-# OPTIONS -XForeignFunctionInterface -Wall -Werror #-}
module Main where
......
{-# OPTIONS -ffi -Wall -Werror #-}
{-# OPTIONS -Wall -Werror #-}
module Main where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment