[UPDATE] Install Haskell iff there are packages
This commit is contained in:
parent
c072d8eceb
commit
bcb80798d0
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -210,4 +210,6 @@ rust:
|
||||||
|
|
||||||
.PHONY: haskell
|
.PHONY: haskell
|
||||||
haskell:
|
haskell:
|
||||||
stack build --copy-compiler-tool $(HASKELL_DEPENDENCIES)
|
if [ -n "$(HASKELL_DEPENDENCIES)" ]; then \
|
||||||
|
stack build --copy-compiler-tool $(HASKELL_DEPENDENCIES); \
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue