diff options
Diffstat (limited to 'src/F.hs')
-rw-r--r-- | src/F.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ {-# LANGUAGE ForeignFunctionInterface #-} module F where - foreign import ccall "some_c_function" c_some_c_function :: IO () |