vacationlabs / haskell-webapps

Proof-of-concept code for a typical webapp implemented in various Haskell libraries/frameworks
MIT License
134 stars 21 forks source link

Reflex-starterApp: `happy` needs to be on the $PATH #64

Open pheara opened 7 years ago

pheara commented 7 years ago

I tried to just build the ghcjs/reflex starter app (this is the first working build setup I've found so far ^^), and ran into the problem of it requiring happy. A global stack install happy fixed it for me . A comment in #595 of the stack project also mentions stack build <build-tool> in the project folder to be viable (where build-tool = happy).

Dunno if i missed this in the documentation elsewhere, otherwise I could open a pull-request for the starter-app's README.org.