Skip to content

Commit e445cae

Browse files
authored
Fix stack test (#738)
Previously this command would fail due to circular dependency issues. Fixes #607, fixes #671.
1 parent 1338d9b commit e445cae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
flags: {}
22
packages:
3-
- containers
43
- containers-tests
4+
### containers is disabled by default in order to avoid dependency resolution
5+
### problems with test dependencies that incur circular dependencies on
6+
### containers itself.
7+
# - containers
58

69
### Uncoment the resolver you want to use and re-run `stack build/test/bench`.
710
# resolver: lts-10.0

0 commit comments

Comments
 (0)