Skip to content

Commit 940f229

Browse files
committed
Build twice temporarily. Workaround commercialhaskell/stack#805.
1 parent aa12331 commit 940f229

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

circle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ dependencies:
2222

2323
test:
2424
override:
25-
- stack --no-terminal --docker build --haddock --test --bench
25+
# XXX Have to build twice due to
26+
# https://github.com/commercialhaskell/stack/issues/805.
27+
- stack --no-terminal --docker build
28+
- stack --no-terminal --docker build --pedantic --haddock --test --bench

0 commit comments

Comments
 (0)