sol / reserve

Universal and robust reloading for Haskell web applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't add reserve as a dependency to a stack project

habibalamin opened this issue · comments

Apparently, this is a problem with executable only packages.

It would be useful to add executable only packages to project dependencies, so that a single stack install installs everything necessary for the project to work. I want to have a Makefile so I can just say make run and I have a development server up and running with live reloading. That relies on reserve being installed.