Skip to content

Commit 3246c20

Browse files
Added ghc7.10.3 on CI
1 parent 8566160 commit 3246c20

File tree

4 files changed

+41
-22
lines changed

4 files changed

+41
-22
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ language: generic
77

88
os:
99
- linux
10+
env:
11+
- STACK_YAML=stack-ghc7.10.3.yaml
12+
- STACK_YAML=stack-ghc8.0.2.yaml
1013

1114
services:
1215
- postgresql

stack-ghc7.10.3.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
resolver: lts-8.21
2+
compiler: ghc-7.10.3
3+
compiler-check: match-exact
4+
5+
packages:
6+
- '.'
7+
extra-deps:
8+
- socket-0.8.0.0
9+
- socket-unix-0.2.0.0
10+
11+
# Override default flag values for local packages and extra-deps
12+
flags: {}
13+
14+
# Extra package databases containing global packages
15+
extra-package-dbs: []

stack-ghc8.0.2.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This file was automatically generated by 'stack init'
2+
#
3+
resolver: lts-8.21
4+
5+
packages:
6+
- '.'
7+
# Dependency packages to be pulled from upstream that are not in the resolver
8+
# (e.g., acme-missiles-0.3)
9+
extra-deps:
10+
- socket-0.8.0.0
11+
- socket-unix-0.2.0.0
12+
# <<<<<<< HEAD
13+
# =======
14+
# - store-core-0.3
15+
# - QuickCheck-2.9.2
16+
# >>>>>>> QuickCheck tests for existing codecs
17+
18+
# Override default flag values for local packages and extra-deps
19+
flags: {}
20+
21+
# Extra package databases containing global packages
22+
extra-package-dbs: []

stack.yaml

-22
This file was deleted.

stack.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stack-ghc8.0.2.yaml

0 commit comments

Comments
 (0)