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
Suppose I have a package foo which defines executables exe1, exe2 and exe3.
With cabal build I can compile a single executable:
cd foo/
cabal build exe1
This is incredibly useful for development. Otherwise, even for small incremental changes, all executables are rebuilt and the bulk of time is spent on that.
The text was updated successfully, but these errors were encountered:
Suppose I have a package
foo
which defines executablesexe1
,exe2
andexe3
.With
cabal build
I can compile a single executable:This is incredibly useful for development. Otherwise, even for small incremental changes, all executables are rebuilt and the bulk of time is spent on that.
The text was updated successfully, but these errors were encountered: