servant/stack.yaml

26 lines
509 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
resolver: nightly-2018-03-01
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/
2018-01-25 12:49:39 +01:00
extra-deps:
- cabal-doctest-1.0.6
- http-api-data-0.3.7.2
- http-types-0.12
2018-01-25 12:49:39 +01:00
- text-1.2.3.0
- aeson-1.3.0.0
2018-03-13 11:07:44 +01:00
- exceptions-0.10.0
- aeson-compat-0.3.7.1
- free-5.0.1
- lens-4.16
2018-03-19 11:02:47 +01:00
- random-bytestring-0.1.3
- pcg-random-0.1.3.5
2018-01-25 12:49:39 +01:00
2018-01-17 13:50:09 +01:00
# allow-newer: true # ignores all bounds, that's a sledgehammer
# - doc/tutorial/