Blame stack-bench.yaml

Packit 9a2dfb
resolver: lts-8.5
Packit 9a2dfb
# We use aeson in the snapshot to
Packit 9a2dfb
# - avoid recompilation of criterion
Packit 9a2dfb
# - compare against it
Packit 9a2dfb
# - '.'
Packit 9a2dfb
#
Packit 9a2dfb
# Also we use separate working directory to avoid "unregistering aeson"
Packit 9a2dfb
# caused recompilations
Packit 9a2dfb
work-dir: .stack-work-bench
Packit 9a2dfb
packages:
Packit 9a2dfb
- benchmarks
Packit 9a2dfb
extra-deps:
Packit 9a2dfb
- aeson-1.2.1.0
Packit 9a2dfb
- quickcheck-instances-0.3.14
Packit 9a2dfb
- th-abstraction-0.2.2.0