Add stack-ghc-8.0.2.yaml

This commit is contained in:
Oleg Grenrus 2017-02-12 22:13:26 +02:00
parent 9bc4de6906
commit 32fe5354ae
3 changed files with 11 additions and 1 deletions

View file

@ -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:

View file

@ -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
View file

@ -0,0 +1,9 @@
resolver: nightly-2017-02-11
packages:
- servant/
- servant-client/
- servant-docs/
- servant-foreign/
- servant-server/
- doc/tutorial
extra-deps: []