Skip to content

Commit 1e3e4bc

Browse files
committed
add nightly with GHC 8.8
1 parent 9269fba commit 1e3e4bc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ addons:
1919
matrix:
2020
include:
2121
- env: ARGS="--flag inline-c:gsl-example"
22+
- env: ARGS="--stack-yaml stack-nightly-2020-01-30.yaml --flag inline-c:gsl-example"
2223
- env: ARGS="--stack-yaml stack-lts-12.26.yaml --flag inline-c:gsl-example"
2324
- env: ARGS="--stack-yaml stack-lts-11.22.yaml --flag inline-c:gsl-example"
2425
- os: osx

stack-nightly-2020-01-30.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
resolver: nightly-2020-01-30
2+
packages:
3+
- inline-c
4+
- inline-c-cpp
5+
- sample-cabal-project
6+
extra-deps:
7+
- Chart-cairo-1.9.3@sha256:05cecda5743954e43c8eabea788e0c19300c305346febee727ce578f69e30748,879
8+
- cairo-0.13.8.0@sha256:9b64a376ebaa4f153bba5866a32291fd4bed48147009cce9158ce6533928eba8,4075
9+
- gtk2hs-buildtools-0.13.8.0@sha256:132f38155fc677430a47ea750918973161c876fb6f281d342ac2f07eb99229ce,5238
10+

0 commit comments

Comments
 (0)