Skip to content

Commit ec395aa

Browse files
committed
Merge remote-tracking branch 'origin/stable'
2 parents cd7ed8f + 02497e0 commit ec395aa

4 files changed

Lines changed: 26 additions & 5 deletions

File tree

.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:

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ build:
1616
stage: build
1717
only:
1818
- master
19+
- stable
20+
script:
21+
- export PATH=$HOME/.local/bin:$PATH
22+
- (cd etc/scripts && stack --install-ghc install --pedantic)
23+
- stack-release-script check
24+
25+
manual_build:
26+
stage: build
27+
when: manual
1928
script:
2029
- export PATH=$HOME/.local/bin:$PATH
2130
- (cd etc/scripts && stack --install-ghc install --pedantic)

ChangeLog.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3+
34
## Unreleased changes
45

56
Release notes:
67

78
Major changes:
89

9-
Behaviour changes:
10+
Behavior changes:
1011

1112
* `stack setup` no longer uses different GHC configure options on Linux
1213
distributions that use GCC with PIE enabled by default. GHC detects
@@ -44,6 +45,12 @@ Other enhancements:
4445
See [#3857](https://github.com/commercialhaskell/stack/issues/3857)
4546

4647
Bug fixes:
48+
49+
50+
51+
## v1.6.5
52+
53+
Bug fixes:
4754
* 1.6.1 introduced a change that made some precompiled cache files use
4855
longer paths, sometimes causing builds to fail on windows. This has been
4956
fixed. See [#3649](https://github.com/commercialhaskell/stack/issues/3649)
@@ -93,6 +100,13 @@ Bug fixes:
93100
[hackage-security #187](https://github.com/haskell/hackage-security/issues/187)
94101
and [#3073](https://github.com/commercialhaskell/stack/issues/3073).
95102

103+
104+
## v1.6.3.1
105+
106+
Hackage-only release with no user facing changes (updated to build with
107+
newer version of hpack dependency).
108+
109+
96110
## v1.6.3
97111

98112
Enhancements:

stack-nightly.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2018-02-11
1+
resolver: nightly-2018-02-18
22
packages:
33
- .
44
- subs/rio
@@ -10,8 +10,6 @@ nix:
1010
- zlib
1111
- http-client-tls-0.3.4
1212
extra-deps:
13-
- hpack-0.26.0
14-
1513
# https://github.com/commercialhaskell/stack/issues/3785
1614
- ansi-terminal-0.8.0.1
1715
- archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz

0 commit comments

Comments
 (0)