add happy to the makefile
This commit is contained in:
parent
5b786bd11d
commit
e08452f0db
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -7,6 +7,7 @@
|
||||||
.PHONY : init
|
.PHONY : init
|
||||||
init :
|
init :
|
||||||
cabal sandbox init
|
cabal sandbox init
|
||||||
|
cabal install happy
|
||||||
cabal install --only-dependencies --enable-tests
|
cabal install --only-dependencies --enable-tests
|
||||||
cabal configure --enable-tests
|
cabal configure --enable-tests
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue