mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-28 01:35:33 +03:00
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'.
This commit is contained in:
parent
49c10bbc00
commit
72c8ff19d5
@ -6,4 +6,7 @@ packages:
|
||||
- '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
|
Loading…
Reference in New Issue
Block a user