Skip to content

Commit 3f67514

Browse files
committed
v1.3.2
1 parent 7dc1ed3 commit 3f67514

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This way your question will be more easily discoverable by other people with the
55

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

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

1111
Please use the following schema for your bug report:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ tags
2121
/src/style.css
2222
/_site/
2323
/.dir-locals.el
24+
/.git/

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.3.2 (Unreleased)
3+
## 1.3.2
44

55
Bug fixes:
66

stack-nightly.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
resolver: nightly-2016-12-27
2+
image:
3+
containers:
4+
- base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile
5+
name: "fpco/stack-test"
6+
nix:
7+
# --nix on the command-line to enable.
8+
enable: false
9+
packages:
10+
- zlib

0 commit comments

Comments
 (0)