mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Don't die due to missing tool jgm/zip-archive#23
This commit is contained in:
parent
f5bbf9e547
commit
b4586e991e
@ -88,7 +88,9 @@ waitForDeps toolMap packageMap activeComps bp pi action = do
|
||||
case lookup exe toolMap >>= fromNullable . map checkPackage . setToList of
|
||||
Nothing
|
||||
| isCoreExe exe -> return ()
|
||||
| otherwise -> throwSTM $ ToolMissing exe
|
||||
-- https://github.com/jgm/zip-archive/issues/23
|
||||
-- | otherwise -> throwSTM $ ToolMissing exe
|
||||
| otherwise -> return ()
|
||||
Just packages -> ofoldl1' (<|>) packages
|
||||
action
|
||||
where
|
||||
|
||||
Loading…
Reference in New Issue
Block a user