1
Fork 0

add happy to the makefile

This commit is contained in:
Jake Wheat 2016-02-12 11:59:55 +02:00
parent 5b786bd11d
commit e08452f0db

View file

@ -7,6 +7,7 @@
.PHONY : init
init :
cabal sandbox init
cabal install happy
cabal install --only-dependencies --enable-tests
cabal configure --enable-tests