servant/stack.yaml

26 lines
523 B
YAML
Raw Normal View History

2018-01-17 13:50:09 +01:00
# Let's try to keep resolver at the first day of the month
2018-10-25 22:16:16 +02:00
resolver: nightly-2018-09-28 # Last nightly with GHC-8.4.3
2015-07-25 11:22:05 +02:00
packages:
- servant-client/
2017-09-07 19:05:12 +02:00
- servant-client-core/
2015-07-25 11:22:05 +02:00
- servant-docs/
- servant-foreign/
2015-07-25 11:22:05 +02:00
- servant-server/
2018-01-17 13:50:09 +01:00
- servant/
- servant-conduit
- servant-machines/
- servant-pipes/
2018-01-17 13:50:09 +01:00
# allow-newer: true # ignores all bounds, that's a sledgehammer
# - doc/tutorial/
2018-10-25 22:16:16 +02:00
extra-deps:
- generics-sop-0.4.0.1
- sop-core-0.4.0.0
- QuickCheck-2.12.6.1
- network-2.8.0.0
- hspec-2.5.8
- hspec-core-2.5.8
- hspec-discover-2.5.8