Skip to content

Commit 77a049d

Browse files
committed
Merge pull request #1352 from phadej/deepseq-lower-bound
Bump lower bound of deepseq to >=1.4
2 parents 7e5b030 + 51813ff commit 77a049d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

stack-7.8.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-2.17
1+
resolver: lts-2.22
22
extra-deps:
33
- path-0.5.2
44
- Win32-notify-0.3.0.1
@@ -12,3 +12,12 @@ extra-deps:
1212
- binary-tagged-0.1.1.0
1313
- fsnotify-0.2.1
1414
- ansi-terminal-0.6.2.3
15+
# For deepseq-1.4
16+
- deepseq-1.4.1.2
17+
- aeson-0.8.0.2
18+
- bytestring-0.10.6.0
19+
- Cabal-1.18.1.6
20+
- containers-0.5.6.3
21+
- hpc-0.6.0.2
22+
- process-1.2.1.0
23+
- time-1.5.0.1

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ library
194194
, void >= 0.7
195195
, yaml >= 0.8.10.1
196196
, zlib >= 0.5.4.2
197-
, deepseq >= 1.3
197+
, deepseq >= 1.4
198198
, file-embed
199199
, word8
200200
, hastache

0 commit comments

Comments
 (0)