Skip to content

Commit 63267f9

Browse files
committed
Stack version bump to 1.5.0
1 parent 97e9f60 commit 63267f9

File tree

5 files changed

+10
-18
lines changed

5 files changed

+10
-18
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Question related to stack project templates? Please report it at the [stack-temp
66

77
If you're reporting a bug please follow the steps below:
88

9-
Make sure that you are using the latest release (currently stack-1.4.0).
9+
Make sure that you are using the latest release (currently stack-1.5.0).
1010
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
1111

1212
Please use the following schema for your bug report:

ChangeLog.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Changelog
22

3-
## Unreleased changes
43

5-
Release notes:
6-
7-
Major changes:
4+
## 1.5.0
85

96
Behavior changes:
107

@@ -17,6 +14,8 @@ Other enhancements:
1714

1815
* `stack setup` allow to control options passed to ghcjs-boot with
1916
`--ghcjs-boot-options` (one word at a time) and `--[no-]ghcjs-boot-clean`
17+
* `stack setup` now accepts a `--install-cabal VERSION` option which
18+
will install a specific version of the Cabal library globally.
2019
* Updates to store-0.4.1, which has improved performance and better error
2120
reporting for version tags. A side-effect of this is that all of
2221
stack's binary caches will be invalidated.
@@ -62,6 +61,10 @@ Other enhancements:
6261
foo-1.2.3@gitsha1:deadbeef`. Note that this should be considered
6362
_experimental_, Stack will likely move towards a different hash
6463
format in the future.
64+
* Binary "stack upgrade" will now warn if the installed executable is not
65+
on the PATH or shadowed by another entry.
66+
* Allow running tests on tarball created by sdist and upload
67+
[#717](https://github.com/commercialhaskell/stack/issues/717).
6568

6669
Bug fixes:
6770

@@ -117,9 +120,6 @@ Major changes:
117120
that all packages be present in a snapshot, however.
118121
[#2805](https://github.com/commercialhaskell/stack/issues/2805)
119122

120-
* `stack setup` now accepts a `--install-cabal VERSION` option which
121-
will install a specific version of the Cabal library globally.
122-
123123
Behavior changes:
124124

125125
* The default package metadata backend has been changed from Git to
@@ -185,8 +185,6 @@ Other enhancements:
185185
* Upgraded `http-client-tls` version, which now offers support for the
186186
`socks5://` and `socks5h://` values in the `http_proxy` and `https_proxy`
187187
environment variables.
188-
* Binary "stack upgrade" will now warn if the installed executable is not
189-
on the PATH or shadowed by another entry.
190188

191189
Bug fixes:
192190

@@ -1095,8 +1093,6 @@ Other enhancements:
10951093
* `stack build --fast` turns off optimizations
10961094
* Show progress while downloading package index
10971095
[#1223](https://github.com/commercialhaskell/stack/issues/1223).
1098-
* Allow running tests on tarball created by sdist and upload
1099-
[#717](https://github.com/commercialhaskell/stack/issues/717).
11001096

11011097
Bug fixes:
11021098

doc/GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ users. Here's a quick rundown:
20962096
tarball and unpacks it.
20972097
* `stack sdist` generates an uploading tarball containing your package code
20982098
* `stack upload` uploads an sdist to Hackage. As of
2099-
version [1.1.0](https://docs.haskellstack.org/en/latest/ChangeLog/#110) stack
2099+
version [1.1.0](https://docs.haskellstack.org/en/v1.1.0/ChangeLog/) stack
21002100
will also attempt to GPG sign your packages as
21012101
per
21022102
[our blog post](https://www.fpcomplete.com/blog/2016/05/stack-security-gnupg-keys).

doc/install_and_upgrade.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@ Run:
276276

277277
* Now you can run `stack` from the terminal.
278278

279-
An unofficial package repository for FreeBSD 10 (amd64 only) and install
280-
instructions are available at [http://stack-pkg.applicative.tech](http://stack-pkg.applicative.tech/). The
281-
repository is not official and as such might lag behind new releases.
282-
283279
## Path
284280

285281
You can install stack by copying it anywhere on your PATH environment variable. We recommend installing in the same directory where stack itself will install executables (that way stack is able to upgrade itself!). On Windows, that directory is `%APPDATA%\local\bin`, e.g. "c:\Users\Michael\AppData\Roaming\local\bin". For other systems, use `$HOME/.local/bin`.

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: 1.4.1
2+
version: 1.5.0
33
synopsis: The Haskell Tool Stack
44
description: Please see the README.md for usage information, and
55
the wiki on Github for more details. Also, note that

0 commit comments

Comments
 (0)