Fix stack.yaml
parent
213e82b476
commit
ad744b0247
|
@ -64,8 +64,8 @@ matrix:
|
|||
##### OSX test via stack #####
|
||||
|
||||
# Build on macOS in addition to Linux
|
||||
- env: BUILD=stack ARGS=""
|
||||
compiler: ": #stack default osx"
|
||||
- env: BUILD=stack ARGS="--stack-yaml stack-8.2.2.yaml"
|
||||
compiler: ": #stack 8.2.2 osx"
|
||||
os: osx
|
||||
|
||||
##### CABAL #####
|
||||
|
|
|
@ -2,11 +2,11 @@ resolver: lts-9.0
|
|||
|
||||
extra-deps:
|
||||
- monad-memo-0.4.1
|
||||
- czipwith-1.0.0.0
|
||||
- czipwith-1.0.1.0
|
||||
- butcher-1.3.0.0
|
||||
- data-tree-print-0.1.0.0
|
||||
- deque-0.2
|
||||
- ghc-exactprint-0.5.6.0
|
||||
|
||||
packages:
|
||||
- .
|
||||
- .
|
|
@ -0,0 +1,7 @@
|
|||
resolver: lts-11.1
|
||||
|
||||
extra-deps:
|
||||
- czipwith-1.0.1.0
|
||||
|
||||
packages:
|
||||
- .
|
|
@ -1,4 +1,7 @@
|
|||
resolver: lts-11.1
|
||||
|
||||
extra-deps:
|
||||
- czipwith-1.0.1.0
|
||||
|
||||
packages:
|
||||
- .
|
||||
|
|
Loading…
Reference in New Issue