Skip to content

Commit 5a93a88

Browse files
committed
stack*.yaml: bump snapshot versions
1 parent deedf43 commit 5a93a88

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

stack-nightly.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
resolver: nightly-2017-09-14
2-
image:
3-
containers:
4-
- base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile
5-
name: "fpco/stack-test"
1+
resolver: nightly-2017-10-17
62
nix:
73
# --nix on the command-line to enable.
84
enable: false
95
packages:
106
- zlib
117
- http-client-tls-0.3.4
8+
flags:
9+
mintty:
10+
win32-2-5: false
1211
extra-deps:
1312
- bindings-uname-0.1
13+
- mintty-0.1.1

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ library
262262
, hastache
263263
, project-template >= 0.2
264264
, zip-archive >= 0.2.3.7 && < 0.4
265-
, hpack >= 0.17.0 && < 0.19
265+
, hpack >= 0.17.0 && < 0.20
266266
, store >= 0.4.1 && < 0.5
267267
, store-core >= 0.4 && < 0.5
268268
, annotated-wl-pprint
@@ -294,7 +294,7 @@ executable stack
294294
, directory >= 1.2.1.0 && < 1.4
295295
, filelock >= 0.1.0.1
296296
, filepath >= 1.3.0.2
297-
, hpack >= 0.17.0 && < 0.19
297+
, hpack >= 0.17.0 && < 0.20
298298
, http-client >= 0.5.3.3
299299
, microlens >= 0.3.0.0
300300
, monad-logger

stack.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-9.0
1+
resolver: lts-9.9
22
# docker:
33
# enable: true
44
# repo: fpco/stack-full
@@ -23,5 +23,4 @@ extra-deps:
2323
- path-0.6.1
2424
- path-io-1.3.3
2525
- extra-1.6
26-
- monad-logger-0.3.25
2726
- hsc2hs-0.68.2

0 commit comments

Comments
 (0)