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 6291745 commit 782b6d6Copy full SHA for 782b6d6
Main.hs
@@ -238,7 +238,7 @@ computeDiffDownloadHoogleDB ComputeParams { .. } = do
238
-- Parse
239
putS "Parsing Hoogle DBs..."
240
[parsedDBA, parsedDBB] <- forM [dbA, dbB] $ \db ->
241
- either throwError return $ parseOnly hoogleDBParser db
+ either throwError return $ parseOnly (hoogleDBParser <* endOfInput) db
242
-- Compare
243
putS "Comparing Hoogle DBs..."
244
return $ diffHoogleDB parsedDBA parsedDBB
0 commit comments