Skip to content

Commit 2a285ff

Browse files
committed
Switch the stack resolver to nightly-2018-05-23 to support GHC-8.4.2
1 parent cd613e2 commit 2a285ff

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addons:
3131
# The different configurations we want to test. You could also do things like
3232
# change flags or use --stack-yaml to point to a different file.
3333
env:
34-
- ARGS="--jobs 2 --resolver lts-10.2" CACHE_NAME=LTS_10_2_CV_3_4_0
34+
- ARGS="--jobs 2 --resolver nightly-2018-05-23" CACHE_NAME=NIGHTLY_2018_05_23_CV_3_4_0
3535

3636
before_install:
3737
# Install OpenCV 3

stack.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-10.2
1+
resolver: nightly-2018-05-23
22
packages:
33
- opencv/
44
- opencv-examples/
@@ -7,9 +7,6 @@ packages:
77
flags: {}
88
allow-newer: true
99

10-
extra-deps:
11-
- repa-3.4.1.3
12-
1310
extra-lib-dirs:
1411
- /usr/local/lib
1512

0 commit comments

Comments
 (0)