Use stack instead of cabal

This commit is contained in:
Mikkel Christiansen 2017-08-07 14:38:54 +02:00
parent d7a0d4f5fc
commit a8a0c51f34

View File

@ -11,6 +11,6 @@ There is a small example using Server-Sent Events (SSE) in the
Run the commands below to start the server on http://localhost:8080
```
$ cabal configure -f build-example
$ cabal run
$ stack build .
$ stack exec example
```