macaw/stack.yaml
Ben Davis 72c8ff19d5
Update stack.yaml to match cabal requirement on containers version
macaw.cabal requires 'containers >= 0.5.8.1', but this is newer than the version
available via the stack lts-6.23 resolver. Specifying acceptable versions of
containers (and lens and kan-extensions) in stack.yaml lets us 'stack build'.
2017-01-18 14:26:48 -05:00

13 lines
203 B
YAML

flags: {}
packages:
- '.'
- 'deps/elf-edit'
- 'deps/flexdis86'
- 'deps/galois-dwarf'
- 'deps/parameterized-utils'
extra-deps:
- containers-0.5.8.1
- kan-extensions-5.0.1
- lens-4.15.1
resolver: lts-6.23