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 6c72c37 commit fffc0a4Copy full SHA for fffc0a4
src/Stack/Build/Execute.hs
@@ -1783,7 +1783,7 @@ singleBuild ac@ActionContext {..} ee@ExecuteEnv {..} task@Task {..} installedMap
1783
[dp] -> do
1784
liftIO $ atomically $ modifyTVar' tvar (Map.insert (dpGhcPkgId dp) dp)
1785
return $ Just (dpGhcPkgId dp)
1786
- _ -> error "singleBuild: invariant violated: multiple results when describing installed package"
+ _ -> error $ "singleBuild: invariant violated: multiple results when describing installed package " ++ show (name, dps)
1787
1788
-- | Get the build status of all the package executables. Do so by
1789
-- testing whether their expected output file exists, e.g.
0 commit comments