yesodweb / yesodweb.com-content

Content for the www.yesodweb.com site
http://www.yesodweb.com/
Other
67 stars 112 forks source link

changed `yesodweb-*` to `yesod-*` on quickstart and scaffolding page;… #247

Closed haskie-lambda closed 4 years ago

haskie-lambda commented 4 years ago

… former command doesn't work with stack version 1.9.3; see this reddit discussion

used grep -iR "[^(http.*/)]yesodweb/" . to find occurrences of the command in the repo.

snoyberg commented 4 years ago

The current content is correct, and is targeted at Stack 2. I'd accept a PR that mentions that Stack 2 or later is required.

haskie-lambda commented 4 years ago

should have checked on that; my bad; had to create a seperate pull request (https://github.com/yesodweb/yesodweb.com-content/pull/248) due to some problem with my repo...