packages feed

hackport-0.5.5: cabal/cabal-testsuite/PackageTests/NewBuild/CmdRun/MultipleExes/cabal.out

# cabal new-run
Resolving dependencies...
Build profile: -w ghc-<GHCVER> -O1
In order, the following will be built:
 - MultipleExes-1.0 (exe:foo) (first run)
Configuring executable 'foo' for MultipleExes-1.0..
Preprocessing executable 'foo' for MultipleExes-1.0..
Building executable 'foo' for MultipleExes-1.0..
# cabal new-run
Build profile: -w ghc-<GHCVER> -O1
In order, the following will be built:
 - MultipleExes-1.0 (exe:bar) (first run)
Configuring executable 'bar' for MultipleExes-1.0..
Preprocessing executable 'bar' for MultipleExes-1.0..
Building executable 'bar' for MultipleExes-1.0..
# cabal new-run
Up to date
# cabal new-run
cabal: The run command is for running a single executable at once. The target '' refers to the package MultipleExes-1.0 which includes the executables foo and bar.
# cabal new-run
cabal: The run command is for running a single executable at once. The target 'MultipleExes' refers to the package MultipleExes-1.0 which includes the executables foo and bar.