We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb3b2e commit 674862aCopy full SHA for 674862a
gibbon-compiler/src/Gibbon/HaskellFrontend.hs
@@ -306,7 +306,6 @@ stdlibImportPath mod_name = do
306
modNameToFilename "Gibbon.List" = "Gibbon" </> "List.hs"
307
modNameToFilename "Gibbon.PList" = "Gibbon" </> "PList.hs"
308
modNameToFilename "Gibbon.ByteString" = "Gibbon" </> "ByteString.hs"
309
- modNameToFilename "Gibbon.Prim" = "Gibbon" </> "Prim.hs"
310
modNameToFilename oth = error $ "Unknown module: " ++ oth
311
312
modImportPath :: ModuleName a -> String -> IO FilePath
0 commit comments