I'm using GHC 9.4.8 and cabal 3.8.
I'm trying to install copilot-language-3.17 from hackage with tests.
The obvious way cabal install copilot-language --enable-tests results in an error message:
Error: cabal: --enable-tests was specified, but tests can't be enabled in a remote package
What is currently the way to install a package with tests enabled?
I'm using GHC 9.4.8 and cabal 3.8.
I'm trying to install
copilot-language-3.17from hackage with tests.The obvious way
cabal install copilot-language --enable-testsresults in an error message:Error: cabal: --enable-tests was specified, but tests can't be enabled in a remote packageWhat is currently the way to install a package with tests enabled?