Skip to content
Snippets Groups Projects
  1. Jul 16, 2019
  2. Jun 27, 2019
  3. May 05, 2019
  4. Apr 17, 2019
  5. Apr 15, 2019
  6. Jan 19, 2019
  7. Jan 17, 2019
  8. Jan 16, 2019
  9. Dec 01, 2018
  10. Nov 29, 2018
  11. Nov 04, 2018
  12. Oct 21, 2018
  13. Oct 12, 2018
  14. Sep 24, 2018
  15. Sep 22, 2018
  16. Sep 10, 2018
  17. Sep 05, 2018
  18. Sep 03, 2018
  19. Sep 02, 2018
  20. Aug 30, 2018
  21. Aug 23, 2018
  22. Aug 15, 2018
  23. Aug 13, 2018
    • Michael Snoyman's avatar
      Use a custom snapshot · 9c592a6f
      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.
      9c592a6f
    • Michael Snoyman's avatar
      Revert to GHC 8.2/LTS-11, use a custom snapshot · 75e11e3a
      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!
      75e11e3a
    • Michael Snoyman's avatar
      Avoid GPL-3 libs haskell/cabal#4883 · 4b2f9af9
      Michael Snoyman authored
      4b2f9af9
  24. Aug 11, 2018
  25. Aug 03, 2018
  26. Aug 02, 2018
  27. Jul 31, 2018
  28. Jul 16, 2018
    • Michael Snoyman's avatar
      Begin the move to Pantry · e3b4cf87
      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.
      e3b4cf87
  29. Jul 12, 2018
  30. Jul 04, 2018
  31. Jun 22, 2018
    • Mike Pilgrem's avatar
      Re #4091: Pre-Windows 10, default --color=never · 472e1fb4
      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.
      472e1fb4
Loading