Merge branch 'master' into yesod-1.4
This commit is contained in:
commit
88b9217e25
@ -22,6 +22,9 @@ Start with the book: http://www.yesodweb.com/book
|
|||||||
Take part in the community: http://yesodweb.com/page/community
|
Take part in the community: http://yesodweb.com/page/community
|
||||||
|
|
||||||
|
|
||||||
Start your project:
|
It's highly recommended to follow the quick start guide for
|
||||||
|
installing Yesod: http://www.yesodweb.com/page/quickstart
|
||||||
|
|
||||||
cd PROJECTNAME && cabal sandbox init && cabal install -j --enable-tests . yesod-platform yesod-bin --max-backjumps=-1 --reorder-goals && yesod devel
|
If your system is already configured correctly, please run:
|
||||||
|
|
||||||
|
cd PROJECTNAME && cabal install -j --enable-tests --max-backjumps=-1 --reorder-goals && yesod devel
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-bin
|
name: yesod-bin
|
||||||
version: 1.2.12.7
|
version: 1.2.12.8
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user