mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 08:53:12 +03:00
72c8ff19d5
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'.
13 lines
203 B
YAML
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
|