You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cabal new-build it (download and install happy, then fail)
cabal new-build it again
Expected result: fails immediately, without rebuilding happy
Actual result: rebuild happy first
Ostensibly we need to look to see if there's an appropriately named directory in the store when we improve. But there's also a refactoring where PreExisting ipkg is insufficient to represent executables (which don't have installed package infos).
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
happy
inbuild-depends
of a packagecabal new-build
it (download and install happy, then fail)cabal new-build
it againExpected result: fails immediately, without rebuilding happy
Actual result: rebuild happy first
Ostensibly we need to look to see if there's an appropriately named directory in the store when we improve. But there's also a refactoring where
PreExisting ipkg
is insufficient to represent executables (which don't have installed package infos).The text was updated successfully, but these errors were encountered: