We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c81ce commit f7633bcCopy full SHA for f7633bc
RegistryProcessor/src/Main.hs
@@ -161,6 +161,7 @@ printForeign sigMap = do
161
SI.hPutStrLn h "import Foreign.C.Types"
162
SI.hPutStrLn h "import Foreign.Ptr"
163
SI.hPutStrLn h $ "import " ++ moduleNameFor ["Types"]
164
+ SI.hPutStrLn h "import Numeric.Fixed"
165
SI.hPutStrLn h "import Numeric.Half"
166
SI.hPutStrLn h ""
167
mapM_ (SI.hPutStrLn h . uncurry makeImportDynamic) (M.assocs sigMap)
0 commit comments