Skip to content

Commit 8eb6b2c

Browse files
PL-666ulysses4ever
authored andcommitted
modified movies.hs to Movies.hs
1 parent 1a4b8a7 commit 8eb6b2c

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
@@ -287,7 +287,6 @@ stdlibImportPath mod_name = do
287287
modNameToFilename "Gibbon.List" = "Gibbon" </> "List.hs"
288288
modNameToFilename "Gibbon.PList" = "Gibbon" </> "PList.hs"
289289
modNameToFilename "Gibbon.ByteString" = "Gibbon" </> "ByteString.hs"
290-
modNameToFilename "Gibbon.Prim" = "Gibbon" </> "Prim.hs"
291290
modNameToFilename oth = error $ "Unknown module: " ++ oth
292291

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

0 commit comments

Comments
 (0)