Fix stack.yaml

pull/136/head
Lennart Spitzner 2018-04-17 16:23:33 +02:00
parent 213e82b476
commit ad744b0247
4 changed files with 14 additions and 4 deletions

View File

@ -64,8 +64,8 @@ matrix:
##### OSX test via stack ##### ##### OSX test via stack #####
# Build on macOS in addition to Linux # Build on macOS in addition to Linux
- env: BUILD=stack ARGS="" - env: BUILD=stack ARGS="--stack-yaml stack-8.2.2.yaml"
compiler: ": #stack default osx" compiler: ": #stack 8.2.2 osx"
os: osx os: osx
##### CABAL ##### ##### CABAL #####

View File

@ -2,7 +2,7 @@ resolver: lts-9.0
extra-deps: extra-deps:
- monad-memo-0.4.1 - monad-memo-0.4.1
- czipwith-1.0.0.0 - czipwith-1.0.1.0
- butcher-1.3.0.0 - butcher-1.3.0.0
- data-tree-print-0.1.0.0 - data-tree-print-0.1.0.0
- deque-0.2 - deque-0.2

7
stack-8.2.2.yaml Normal file
View File

@ -0,0 +1,7 @@
resolver: lts-11.1
extra-deps:
- czipwith-1.0.1.0
packages:
- .

View File

@ -1,4 +1,7 @@
resolver: lts-11.1 resolver: lts-11.1
extra-deps:
- czipwith-1.0.1.0
packages: packages:
- . - .