cabal new-install --lib
adds process-1.6.5.1 to GHC's environment
#6165
Labels
cabal new-install --lib
adds process-1.6.5.1 to GHC's environment
#6165
Describe the bug
Running
cabal new-install --lib
will silently addprocess-1.6.5.1
to GHC's environment listing. This causes issues with running new-install in the future:To Reproduce
Step 3 should fail.
Expected behavior
I am new to cabal so new-install failing to install tools like hlint was confusing. Thankfully, folks at #haskell were able to deduce what could have gone wrong.
System informataion
cabal
: 2.4.1.0,
ghc
versions: 8.6.5Additional context
In this case, the solution was to delete the process listing under
environments/default
The text was updated successfully, but these errors were encountered: