From 53c7cc303ae24d3d8e4e45391fb71d34b5e5225f Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 17 Aug 2015 19:23:11 +0200 Subject: [PATCH] Build twice temporarily. Workaround https://github.com/commercialhaskell/stack/issues/805. --- circle.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 08141c0c..882f6d61 100644 --- a/circle.yml +++ b/circle.yml @@ -22,4 +22,7 @@ dependencies: test: override: - - stack --no-terminal --docker build --haddock --test --bench + # XXX Have to build twice due to + # https://github.com/commercialhaskell/stack/issues/805. + - stack --no-terminal --docker build + - stack --no-terminal --docker build --pedantic --haddock --test --bench