aboutsummaryrefslogtreecommitdiff
path: root/src/F.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-06-09 12:52:50 +0200
committerTom Smeding <tom@tomsmeding.com>2024-06-09 12:53:21 +0200
commit6e2c2594db3f32e98c66893943e02c9c0bde8c03 (patch)
tree89b50773d53f624b457422ab0bdb310ee0bf3f3c /src/F.hs
parent9d31dca7288b0e5ff50dd9f44381b70b742755f2 (diff)
Clean up the codeHEADmaster
Diffstat (limited to 'src/F.hs')
-rw-r--r--src/F.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/F.hs b/src/F.hs
index 911a3db..7268cfa 100644
--- a/src/F.hs
+++ b/src/F.hs
@@ -1,5 +1,4 @@
{-# LANGUAGE ForeignFunctionInterface #-}
module F where
-
foreign import ccall "some_c_function" c_some_c_function :: IO ()