Skip to content

Commit 674862a

Browse files
PL-666ulysses4ever
authored andcommitted
modified movies.hs to Movies.hs
1 parent 0fb3b2e commit 674862a

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
@@ -306,7 +306,6 @@ stdlibImportPath mod_name = do
306306
modNameToFilename "Gibbon.List" = "Gibbon" </> "List.hs"
307307
modNameToFilename "Gibbon.PList" = "Gibbon" </> "PList.hs"
308308
modNameToFilename "Gibbon.ByteString" = "Gibbon" </> "ByteString.hs"
309-
modNameToFilename "Gibbon.Prim" = "Gibbon" </> "Prim.hs"
310309
modNameToFilename oth = error $ "Unknown module: " ++ oth
311310

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

0 commit comments

Comments
 (0)