From 7e9e843aecfcbc6c1b16cd99edc3936e0c3fe79d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 25 Jan 2013 06:50:51 +0200 Subject: [PATCH] Update debian-bootstrap for #25 --- debian-bootstrap.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 3044b370..016818b6 100644 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -30,4 +30,7 @@ cabal install cabal install alex happy cabal install gtk2hs-buildtools -stackage build +stackage select && \ + stackage check && \ + stackage build && \ + stackage test