From bfcdd442de82eb0e554b0e6b21aedad6615f4367 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 12 Feb 2024 00:15:04 -0700 Subject: Do not actually need to have the config wetterhorn function an FFI function. Remove it as such! --- src/Config.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Config.hs') diff --git a/src/Config.hs b/src/Config.hs index 14326cb..818150e 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -1,8 +1,6 @@ -module Config () where +module Config (wetterhorn) where import Wetterhorn.Core -foreign export ccall wetterhorn :: IO Wetterhorn - wetterhorn :: IO Wetterhorn wetterhorn = initWetterhorn defaultConfig -- cgit