File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Question related to stack project templates? Please report it at the [stack-temp
66
77If 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 ).
1010See the [ upgrade instructions] ( http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade ) to upgrade.
1111
1212Please use the following schema for your bug report:
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 11# Changelog
22
3+
34## Unreleased changes
45
56Release notes:
67
78Major 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
4647Bug 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
98112Enhancements:
Original file line number Diff line number Diff line change 1- resolver : nightly-2018-02-11
1+ resolver : nightly-2018-02-18
22packages :
33- .
44- subs/rio
1010 - zlib
1111 - http-client-tls-0.3.4
1212extra-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
You can’t perform that action at this time.
0 commit comments