Better yesod devel instructions (fixes #224)

This commit is contained in:
Michael Snoyman 2017-04-06 11:35:20 +03:00
parent d4a22e29c9
commit f224e1da1c
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 3 additions and 2 deletions

View File

@ -14,5 +14,5 @@ generated by the `stackage-server-cron` executable in this repository.
You can run this site with `yesod devel`, e.g.:
stack --install-ghc build yesod-bin
stack exec -- yesod devel
stack --install-ghc install yesod-bin
yesod devel

View File

@ -12,3 +12,4 @@ extra-deps:
- hoogle-5.0.6
- haskell-src-exts-1.19.0
- persistent-sqlite-2.2.1.1
- yesod-bin-1.5.2.2