Skip to content

Commit 5ff2d55

Browse files
committed
modified movies.hs to Movies.hs
1 parent d8e6d3f commit 5ff2d55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gibbon-compiler/src/Gibbon/HaskellFrontend.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ stdlibImportPath mod_name = do
472472
modNameToFilename "Gibbon.List" = "Gibbon" </> "List.hs"
473473
modNameToFilename "Gibbon.PList" = "Gibbon" </> "PList.hs"
474474
modNameToFilename "Gibbon.ByteString" = "Gibbon" </> "ByteString.hs"
475-
modNameToFilename "Gibbon.Prim" = "Gibbon" </> "Prim.hs"
476475
modNameToFilename oth = error $ "Unknown module: " ++ oth
477476

478477
modImportPath :: ModuleName a -> String -> IO FilePath

0 commit comments

Comments
 (0)