when calling runhaskell /home/etienne/tools/BuildFromSource.hs 0.18
I got this error
elm-make: InvalidProxyEnvironmentVariable "https_proxy" "https://id:[email protected]:3128"
src/backend/StaticFiles.hs:50:5:
Exception when trying to run compile-time code:
ExitFailure 1
Code: (=<<)
bsToExp runIO (Build.compile ("src" </> "pages" </> "Errors.elm"))
In the splice:
$(bsToExp
=<< runIO (Build.compile ("src" </> "pages" </> "Errors.elm")))
when http_proxy=https://ip:port
but command work is the env variable is set with http_proxy=ip:port ( without the scheme )