Skip to content

Commit

Permalink
modified movies.hs to Movies.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
PL-666 authored and ulysses4ever committed Feb 1, 2024
1 parent 1a4b8a7 commit 8eb6b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gibbon-compiler/src/Gibbon/HaskellFrontend.hs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ stdlibImportPath mod_name = do
modNameToFilename "Gibbon.List" = "Gibbon" </> "List.hs"
modNameToFilename "Gibbon.PList" = "Gibbon" </> "PList.hs"
modNameToFilename "Gibbon.ByteString" = "Gibbon" </> "ByteString.hs"
modNameToFilename "Gibbon.Prim" = "Gibbon" </> "Prim.hs"
modNameToFilename oth = error $ "Unknown module: " ++ oth

modImportPath :: ModuleName a -> String -> IO FilePath
Expand Down

0 comments on commit 8eb6b2c

Please sign in to comment.