servant/stack.yaml
Oleg Grenrus 5ba0e439dc Support only GHC-8.0+
Let's bump lower bounds to whatever is in LTS close to release date.
2018-07-10 17:17:56 +03:00

13 lines
286 B
YAML

# Let's try to keep resolver at the first day of the month
resolver: nightly-2018-07-08
packages:
- servant-client/
- servant-client-core/
- servant-docs/
- servant-foreign/
- servant-server/
- servant/
# allow-newer: true # ignores all bounds, that's a sledgehammer
# - doc/tutorial/