Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to render blaze-html was hard to discover #142

Open
simonmichael opened this issue Apr 17, 2018 · 1 comment
Open

how to render blaze-html was hard to discover #142

simonmichael opened this issue Apr 17, 2018 · 1 comment

Comments

@simonmichael
Copy link

Just now on #haskell, a new Spock user and I found it harder than it should be to figure out how to render blaze-html content. I tried: tutorial, docs, haddocks, issues, changelog, blog, hackage search (which found Spock-lucid) and google (which found a blaze helper function in Spock < 0.8). Just FYI. :)

@simonmichael simonmichael changed the title how to render some blaze-html was hard to discover how to render blaze-html was hard to discover Apr 17, 2018
@flounders
Copy link
Contributor

I created a pull request to address this (#150). Something I do want to point out is that I had to do a lot of querying with ghci to just find the definitions of functions such as html and text. Right now they are hidden away in an internal source file, which is fine, but there is no way to find them easily from documentation.

lpil added a commit to lpil/Spock that referenced this issue Jun 21, 2019
The tutorial had been added but was not possible to discover on the
website as it was missing from the tutorials list.

Closes agrafix#142
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants