You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, using stack is the simplest. Building everything is just stack build and running the example is stack exec rest-example-wai (or -snap or -happstack)
With cabal sandbox you need to add-source all sub projects e.g. cabal sandbox add-source rest-example/ and then cabal install rest-example and then you run it with something like ./dist/autogen/rest-example-wai
It would be really useful to have information about how to run the rest-example or how to install everything to be able to follow the tutorial
The text was updated successfully, but these errors were encountered: