Skip to content

Commit

Permalink
Switch older stack config from ghc 7.8 to 7.10
Browse files Browse the repository at this point in the history
Couldn't easily create a stack config that works for 7.8, but I'm sure
some exist.
  • Loading branch information
mgsloan committed May 5, 2019
1 parent 51669f4 commit 19f8a0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ matrix:
fast_finish: true
include:

- env: BUILD=stack ARGS="--stack-yaml stack-7.8.yaml"
compiler: ": #stack 7.8.4"
- env: BUILD=stack ARGS="--stack-yaml stack-7.10.yaml"
compiler: ": #stack 7.10"

- env: BUILD=stack ARGS="--stack-yaml stack.yaml"
compiler: ": #stack 8.2.2"
Expand Down
9 changes: 9 additions & 0 deletions stack-7.10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
resolver: lts-6.35
compiler: ghc-7.10.3
packages:
- .
- store-core
- store-streaming
- ../th-utilities
# extra-deps:
# - th-utilities-0.2.1.0@sha256:0283459a1527382def93be35e187fc1639f8e8e1695f4960c7f08224a11ac065
15 changes: 0 additions & 15 deletions stack-7.8.yaml

This file was deleted.

0 comments on commit 19f8a0f

Please sign in to comment.