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