- Jul 16, 2019
-
-
Michael Snoyman authored
-
Michael Snoyman authored
-
Michael Snoyman authored
-
- Jun 27, 2019
-
-
Emanuel Borsboom authored
This is for convenience of being able to use 'stack build --docker' without needing to specify an image. Also removed obsolete commented out 'image:' sections.
-
- May 05, 2019
-
-
Michael Snoyman authored
Also removes unnecessary whitespace changes to Stack.Package
-
- Apr 17, 2019
-
-
Michael Snoyman authored
-
- Apr 15, 2019
-
-
Michael Snoyman authored
-
- Jan 19, 2019
-
- Jan 17, 2019
-
-
Kirill Zaborsky authored
-
- Jan 16, 2019
-
-
Kirill Zaborsky authored
-
- Dec 01, 2018
-
-
Emanuel Borsboom authored
-
- Nov 29, 2018
-
-
Emanuel Borsboom authored
-
- Nov 04, 2018
-
-
Michael Snoyman authored
-
- Oct 21, 2018
-
-
Michael Snoyman authored
-
- Oct 12, 2018
-
-
Emanuel Borsboom authored
-
- Sep 24, 2018
-
-
Michael Snoyman authored
-
- Sep 22, 2018
-
-
Emanuel Borsboom authored
-
- Sep 10, 2018
-
-
Emanuel Borsboom authored
-
- Sep 05, 2018
-
-
Michael Snoyman authored
-
- Sep 03, 2018
-
-
Michael Snoyman authored
-
Michael Snoyman authored
-
- Sep 02, 2018
-
-
Emanuel Borsboom authored
-
- Aug 30, 2018
-
-
Emanuel Borsboom authored
-
- Aug 23, 2018
-
-
Michael Snoyman authored
-
Michael Snoyman authored
Use a hacked version of store which hopefully requires much less memory.
-
- Aug 15, 2018
-
-
Michael Snoyman authored
-
- Aug 13, 2018
-
-
Michael Snoyman authored
This bumps us to newer versions of some libraries, in particular conduit, which were previously blocked by commercialhaskell/stack#4125. Using a custom snapshot should allow this by bypassing that bug.
-
Michael Snoyman authored
Note that the previous workaround for commercialhaskell/stack#4125 should no longer be necessary because: 1. Stack 1.9 will not suffer from that bug 2. To my knowledge, custom snapshots never suffered from that bug Guess we'll find out when Travis takes a crack at this though!
-
Michael Snoyman authored
-
- Aug 11, 2018
-
-
Emanuel Borsboom authored
-
- Aug 03, 2018
-
-
Simon Hengel authored
-
- Aug 02, 2018
-
-
Michael Snoyman authored
-
- Jul 31, 2018
-
-
David Baynard authored
- lts-11.19 - nightly-2018-07-31
-
- Jul 16, 2018
-
-
Michael Snoyman authored
This will be a new library for storing package information. This first bit overhauls the Hackage index update code, and stores information in a SQLite database instead of the old caches. This turns out to be significantly faster for `stack update` calls. Fixes #3586 Note that it would be nicer to just resume the caching from where we'd last left off, or to parse the revision numbers from the cabal files themselves. See the discussion in haskell/hackage-server#779 to see why that isn't possible.
-
- Jul 12, 2018
-
-
Michael Snoyman authored
-
- Jul 04, 2018
-
-
Michael Snoyman authored
-
Michael Snoyman authored
-
- Jun 22, 2018
-
-
Mike Pilgrem authored
Implements `--color=never` as default on Windows before Windows 10, if emulation would be required to support ANSI colour codes. Also updates `stack.yaml`, in order to benefit from `ansi-terminal-0.8.0.4`. `defaultColorWhen`, exported by new module `Stack.DefaultColorWhen`, establshes the default. That module differs, pending on whether the operating system is Windows or non-Windows (see the conditional in `package.yaml`). `globalOptsFromMonoid` in module `Stack.Options.GlobalParser` is modified so that the default is an argument rather than a given. A beneficial side-effect of `defaultColorWhen` on Windows is that it enables ANSI on ANSI-capable native terminals. This allows some existing code in module `Main` to be removed.
-
- May 22, 2018
-
-
Reuben D'Netto authored
This was introduced in #3938, but breaks Docker mode. We now simply set the default instead. Fixes #4002.
-
- Apr 25, 2018
-