Skip to content

Commit a2c656b

Browse files
committed
Merge remote-tracking branch 'origin/release' into stable
2 parents 24728e6 + 757f719 commit a2c656b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
34
## Unreleased changes
45

56
Release notes:
@@ -41,6 +42,13 @@ Bug fixes:
4142
[hackage-security #187](https://github.com/haskell/hackage-security/issues/187)
4243
and [#3073](https://github.com/commercialhaskell/stack/issues/3073).
4344

45+
46+
## v1.6.3.1
47+
48+
Hackage-only release with no user facing changes (updated to build with
49+
newer version of hpack dependency).
50+
51+
4452
## v1.6.3
4553

4654
Enhancements:

stack-nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
resolver: nightly-2018-02-11
1+
resolver: nightly-2018-02-16
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.26.0
9+
- hpack-0.27.0
1010
- archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz
1111
subdirs:
1212
- hackage-security

0 commit comments

Comments
 (0)