When I try to run cabal behind the proxy without setting HTTP_PROXY , I get
C:\Users\joeschmo>cabal update Downloading the latest package list from hackage.haskell.org cabal: openTCPConnection: host lookup failure for "hackage.haskell.org"
cabal -h does not provide a proxy option, and I cannot find information on how to configure the .cabal file to fix this.
For security reasons, setting HTTP_PROXY var var is probably a bad idea.
Any ideas? Trying to find a solution other than the command line:
set HTTP_PROXY=http://username: password@proxyurl :port
source share