From ae0614e09a5fbf508571e2e9b720956fa8a3a4c0 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Fri, 22 May 2015 15:23:27 +1000 Subject: [PATCH] haskell: cabal install dependencies into the sandbox --- haskell/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell/Makefile b/haskell/Makefile index fad89c87f..7ffb7990f 100644 --- a/haskell/Makefile +++ b/haskell/Makefile @@ -19,6 +19,7 @@ all: build pdf build: $(BOOT_FILES) cabal sandbox init + cabal install --dependencies-only cabal configure cabal build