From afbc113cd85e00387caf9b7128557ede87206fb5 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 13 Dec 2017 08:28:28 -0500 Subject: [PATCH] Check compilation with nightly --- circle.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/circle.yml b/circle.yml index f5b3d10..311692a 100644 --- a/circle.yml +++ b/circle.yml @@ -15,3 +15,8 @@ dependencies: test: override: - stack test + + # Check compilation with nightly. If this proves problematic, add || true + # after to not fail the build. + - stack setup --resolver nightly + - stack build --resolver nightly --pedantic --test --no-run-tests