Is there a single command to build and copy a cabal executable component to specified destination?

60 Views Asked by At
  • cabal install --installdir=some_dir some:exe:component builds all executables
  • cabal build --bindir some:exe:component doesn't appear to copy anything

cabal --version output:

cabal-install version 3.10.1.0
compiled using version 3.10.1.0 of the Cabal library
0

There are 0 best solutions below