servant-quickcheck/stack.yaml
parsonsmatt 0190e5e737 QuickCheck 2.12 Compatibility
This commit relaxes the bounds on QuickCheck, allowing it to be
compatible with 2.12. In order to be compatible with 2.12, we had to CPP
some definitions that referenced code that was deleted.
2018-10-12 13:34:13 -06:00

16 lines
344 B
YAML

resolver: nightly-2018-09-03
packages:
- '.'
extra-deps:
- base-compat-batteries-0.10.1
- base-compat-0.10.1
- hspec-discover-2.5.6
- hspec-core-2.5.6
- hspec-2.5.6
# aeson pre-1.3.1.0 has an upper bound on `base-compat-batteries` that preclude
# the 0.10.1 that we depend on
# - aeson-1.3.1.0
- QuickCheck-2.12
flags: {}
extra-package-dbs: []