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
I have a short script using /usr/bin/env cabal. Whenever I run this script in Bash, the dependencies are resolved and the script gets compiled, even when there was no change to the script (nor to the used projects). It would be nice, if the second and sub-sequent calls to the script are fast, and don't take 10 second like the first one.
I use cabal-install version 3.4.0.0.
The text was updated successfully, but these errors were encountered:
Hello,
I have a short script using
/usr/bin/env cabal
. Whenever I run this script in Bash, the dependencies are resolved and the script gets compiled, even when there was no change to the script (nor to the used projects). It would be nice, if the second and sub-sequent calls to the script are fast, and don't take 10 second like the first one.I use cabal-install version 3.4.0.0.
The text was updated successfully, but these errors were encountered: