Skip to content

Commit f7633bc

Browse files
committed
Added missing import.
1 parent 73c81ce commit f7633bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RegistryProcessor/src/Main.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ printForeign sigMap = do
161161
SI.hPutStrLn h "import Foreign.C.Types"
162162
SI.hPutStrLn h "import Foreign.Ptr"
163163
SI.hPutStrLn h $ "import " ++ moduleNameFor ["Types"]
164+
SI.hPutStrLn h "import Numeric.Fixed"
164165
SI.hPutStrLn h "import Numeric.Half"
165166
SI.hPutStrLn h ""
166167
mapM_ (SI.hPutStrLn h . uncurry makeImportDynamic) (M.assocs sigMap)

0 commit comments

Comments
 (0)