servant/stack.yaml

37 lines
749 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:
- base-compat-0.10.5
- base-orphans-0.8.1
- conduit-1.3.1
- hspec-2.6.0
- hspec-core-2.6.0
- hspec-discover-2.6.0
- http-api-data-0.4.1
- http-media-0.7.1.3
- http-types-0.12.3
- network-2.8.0.0
- pipes-safe-2.3.1
- QuickCheck-2.12.6.1
- resourcet-1.2.2
- sop-core-0.4.0.0
- time-compat-1.9.2.2
- unordered-containers-0.2.10.0
- wai-extra-3.0.24.3
- tasty-1.1.0.4