From e08452f0dba3444f28104d0d8c88cf90e619a125 Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Fri, 12 Feb 2016 11:59:55 +0200 Subject: [PATCH] add happy to the makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5f82a16..a38edbb 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ .PHONY : init init : cabal sandbox init + cabal install happy cabal install --only-dependencies --enable-tests cabal configure --enable-tests