servant/stack.yaml

16 lines
314 B
YAML

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