mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-26 06:01:57 +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
|
case lookup exe toolMap >>= fromNullable . map checkPackage . setToList of
|
||||||
Nothing
|
Nothing
|
||||||
| isCoreExe exe -> return ()
|
| 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
|
Just packages -> ofoldl1' (<|>) packages
|
||||||
action
|
action
|
||||||
where
|
where
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user