Commit ef3a4612 authored by Andrew Gibiansky's avatar Andrew Gibiansky

ihaskell-static-canvas now imports IHaskell.Display.StaticCanvas

parent 145cf72b
......@@ -194,7 +194,7 @@ initializeImports = do
importFmt = "import IHaskell.Display.%s"
toImportStmt :: String -> String
toImportStmt = printf importFmt . capitalize . (!! 1) . split "-"
toImportStmt = printf importFmt . concat . map capitalize . (drop 1) . split "-"
displayImports = map toImportStmt displayPackages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment