Re: ANN: stack-1.2.0

2016-09-17 Thread Yann Esposito
Just to note, on OS X, wget is not installed by default. So in one of my script I use: curl -sSL https://get.haskellstack.org/ | sh instead. On Friday, September 16, 2016 at 4:05:31 PM UTC+2, Emanuel Borsboom wrote: > > See https://haskellstack.org for installation and upgrade instructions. >

Re: ANN: stack-1.2.0

2016-09-16 Thread Simon Michael
Very nice! Thank you, devs and contributors. -- You received this message because you are subscribed to the Google Groups "haskell-stack" group. To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stack+unsubscr...@googlegroups.com. To post to this group,

Re: ANN: stack-1.2.0

2016-09-16 Thread Emanuel Borsboom
As a followup, a bug that may cause problems in build environments like Travis CI has been discovered: if you have a version of `git` < 1.8.2 (released in early 2013), `stack build` will fail with an error like 'fatal: error in object: unshallow 05a8ba81a30b775e3aab8269642317345708bcfa' when it

ANN: stack-1.2.0

2016-09-16 Thread Emanuel Borsboom
See https://haskellstack.org for installation and upgrade instructions. Release notes: * On many Un*x systems, Stack can now be installed with a simple one-liner: wget -qO- https://get.haskellstack.org/ | sh * The fix for