Skip to content
Snippets Groups Projects
Commit a42a1b3d authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Fix missing line pointed out by @abooij.

parent 8bccb4d6
No related branches found
No related tags found
No related merge requests found
......@@ -461,6 +461,7 @@ sanityCheckHookedBuildInfo PackageDescription { library = Nothing } (Just _,_)
sanityCheckHookedBuildInfo pkg_descr (_, hookExes)
| not (null nonExistant)
= die $ "The buildinfo contains info for an executable called '"
++ display (head nonExistant) ++ "' but the package does not have a "
++ "executable with that name."
where
pkgExeNames = nub (map exeName (executables pkg_descr))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment