Bryn Edwards

Results 6 comments of Bryn Edwards

Hi, those functions were moved to a separate package, `Spock-core`. You can find the Request Handling section [here](https://hackage.haskell.org/package/Spock-core-0.12.0.0/docs/Web-Spock-Action.html#g:2). I know this could be more obvious, I'm trying to help with...

I've been looking into doing this "the right way", which IMO would be showing the entire contents of `Web.Spock.Action` in `Web.Spock` without having to manually reexport everything. This is described...

I think that _should_ work, but I tried using `hiding` myself and couldn't get it to work, I'm assuming it's another Haddock issue.

Looking at this again, since `Web.Spock` and `Web.Spock.Core` are nearly identical, I think a nice layout would be to have `Web.Spock` reexport everything from `Web.Spock.Core` and have `module Web.Spock.Core` and...

Hi, when starting to learn Spock, my initial difficulty with looking at [funblog](https://github.com/agrafix/funblog) was that, by incorporating everything into a complete application, it can be a bit confusing trying to...

[This](https://hackage.haskell.org/package/Spock-0.12.0.0/docs/Web-Spock-Config.html#t:SpockCfg) was where I found the record for error handling. As for handling exceptions in it, I'm afraid I don't know that either; all I found was [this](https://mail.haskell.org/pipermail/haskell-cafe/2016-December/125746.html) mailing list...