Skip to content

Commit 24ab0d6

Browse files
committed
v1.6.5
1 parent 95a9848 commit 24ab0d6

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
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.6.3).
9+
Make sure that you are using the latest release (currently stack-1.6.5).
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: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
# Changelog
22

33

4-
## Unreleased changes
5-
6-
Release notes:
7-
8-
Major changes:
9-
10-
Behaviour changes:
11-
12-
Other enhancements:
4+
## v1.6.5
135

146
Bug fixes:
157
* 1.6.1 introduced a change that made some precompiled cache files use

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: '1.6.4'
2+
version: '1.6.5'
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

stack-nightly.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
resolver: nightly-2018-02-16
1+
resolver: nightly-2018-02-18
22
nix:
33
# --nix on the command-line to enable.
44
enable: false
55
packages:
66
- zlib
77
- http-client-tls-0.3.4
88
extra-deps:
9-
- hpack-0.27.0
109
- archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz
1110
subdirs:
1211
- hackage-security

0 commit comments

Comments
 (0)