Add stack-ghc-8.0.2.yaml
This commit is contained in:
parent
9bc4de6906
commit
32fe5354ae
3 changed files with 11 additions and 1 deletions
|
@ -6,6 +6,7 @@ env:
|
|||
- STACK_YAML=stack-ghc-7.8.4.yaml
|
||||
- STACK_YAML=stack.yaml
|
||||
- STACK_YAML=stack-ghc-8.0.1.yaml
|
||||
- STACK_YAML=stack-ghc-8.0.2.yaml
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
|
|
@ -134,7 +134,7 @@ test-suite spec
|
|||
test-suite doctests
|
||||
build-depends: base
|
||||
, servant
|
||||
, doctest >=0.11.1 && <0.12
|
||||
, doctest >=0.11.0 && <0.12
|
||||
, filemanip
|
||||
, directory
|
||||
, filepath
|
||||
|
|
9
stack-ghc-8.0.2.yaml
Normal file
9
stack-ghc-8.0.2.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
resolver: nightly-2017-02-11
|
||||
packages:
|
||||
- servant/
|
||||
- servant-client/
|
||||
- servant-docs/
|
||||
- servant-foreign/
|
||||
- servant-server/
|
||||
- doc/tutorial
|
||||
extra-deps: []
|
Loading…
Reference in a new issue