I'm using the Windows Core (64 bit) 8.6.5 installer.
After a fresh installation I was not able to correctly use cabal on Windows PowerShell. The problem was a "," separator in the cabal config file instead of a ";". The multi-line entry was there by default, I did not add it.
I'm using the Windows Core (64 bit) 8.6.5 installer.
After a fresh installation I was not able to correctly use cabal on Windows PowerShell. The problem was a "," separator in the cabal config file instead of a ";". The multi-line entry was there by default, I did not add it.
In particular, here is the incriminated line:
When I changed to
everything worked well.