Re: Stack 2 release plans

2019-04-24 Thread Yuji Yamamoto
gt; Stackage snapshot files, which will match the custom snapshot files. > > The docs for all of this are available at > > https://github.com/commercialhaskell/stack/blob/master/doc/pantry.md > > On Thu, Apr 25, 2019, 7:28 AM Yuji Yamamoto > wrote: > >> I heard t

Re: problem with stack behind proxy

2018-03-21 Thread Yuji Yamamoto
upgrade" works for me too! > > I will continue with this workaround for now ... > > many thanks! > Nikos > > > On Wed, Mar 21, 2018 at 6:05 AM, Yuji Yamamoto < > whosekitenever...@gmail.com> wrote: > >> According to the error, you must set proxy user nam

Re: problem with stack behind proxy

2018-03-21 Thread Yuji Yamamoto
According to the error, you must set proxy user name and password to pass the authentication. Like this: HTTP_PROXY = http://username:password@proxy-host:8080 HTTPS_PROXY = http:// username:password@ proxy-host:8080