Skip to content

v1.3.2

Compare
Choose a tag to compare
@borsboom borsboom released this 27 Dec 18:39

See https://haskellstack.org for installation and upgrade instructions.

This is a small bug fix release.

Bug fixes:

  • stack config set can now be used without a compiler installed
    #2852.
  • get-stack.sh now installs correct binary on ARM for generic linux and raspbian,
    closing #2856.
  • Correct the testing of whether a package database exists by checking
    for the package.cache file itself instead of the containing
    directory.
  • Revert a change in the previous release which made it impossible to
    set local extra-dep packages as targets. This was overkill; we
    really only wanted to disable their test suites, which was already
    handled by a later
    patch. #2849
  • stack new always treats templates as being UTF-8 encoding,
    ignoring locale settings on a local machine. See
    Yesod mailing list discussion

Thanks to our contributors for this release:

  • Alexander Kjeldaas
  • Emanuel Borsboom
  • Marcin Tolysz
  • Michael Sloan
  • Michael Snoyman