Skip to content

Commit

Permalink
errata fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Sep 9, 2018
1 parent 73ffd58 commit cb25427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fficxx/lib/FFICXX/Generate/Builder.hs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ simpleBuilder topLevelMod mumap (cabal,classes,toplevelfunctions,templates) extr
(m <.> "Interface" <.> "hs-boot")
(prettyPrint (buildInterfaceHSBOOT m))
--
putStrLn "Genering Module summary file"
putStrLn "Generating Module summary file"
for_ mods $ \m -> gen
(cmModule m <.> "hs")
(prettyPrint (buildModuleHs m))
Expand Down

0 comments on commit cb25427

Please sign in to comment.