haskell: cabal install dependencies into the sandbox
This commit is contained in:
parent
a31443e0c4
commit
ae0614e09a
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ all: build pdf
|
|||
|
||||
build: $(BOOT_FILES)
|
||||
cabal sandbox init
|
||||
cabal install --dependencies-only
|
||||
cabal configure
|
||||
cabal build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue