Spock icon indicating copy to clipboard operation
Spock copied to clipboard

Another Haskell web framework for rapid development

Results 33 Spock issues
Sort by recently updated
recently updated
newest added

Spock hasn't been on a LTS Stackage release since 12.26 - https://www.stackage.org/lts-12.16/package/Spock-0.13.0.0 Are there any plans to add it back?

Otherwise compilation will fail with: ``` [8 of 8] Compiling Web.Spock.Core ( src/Web/Spock/Core.hs, dist/build/Web/Spock/Core.o, dist/build/Web/Spock/Core.dyn_o ) src/Web/Spock/Core.hs:26:5: error: Not in scope: type constructor or class ‘AltVar’ | 26 | AltVar...

``` Preprocessing test suite 'spocktests' for Spock-0.14.0.0.. Building test suite 'spocktests' for Spock-0.14.0.0.. [1 of 6] Compiling Web.Spock.Internal.SessionManagerSpec ( test/Web/Spock/Internal/SessionManagerSpec.hs, dist/build/spocktests/spocktests-tmp/Web/Spock/Internal/SessionManagerSpec.o ) [2 of 6] Compiling Web.Spock.Internal.SessionVaultSpec ( test/Web/Spock/Internal/SessionVaultSpec.hs, dist/build/spocktests/spocktests-tmp/Web/Spock/Internal/SessionVaultSpec.o...

Hi, I noticed while reading the README that there's a link with a private youtube video: https://www.youtube.com/watch?v=kNqsOBrCbLo and also noticed that in this link, the word elegant is not correctly...

Support routes like `"foo" var "html"`

enhancement
routing
design

https://github.com/thoferon/morph/issues/1 (and scotty installation succeeds)

Hi, I'm trying to run the benchmark(https://github.com/agrafix/Spock-scotty-benchmark) updating the Spock version to 0.13 but If I do, the metrics have gone down to ~6k request/sec from ~60k. Can you please...

performance

Multiple file upload seems to not be handled correctly. If a user selects multiple files to upload on a file input field, such as the following, then the request body...

bug
help wanted

The tutorial suggests editing the cabal file to add dependencies for use with stack. My understanding is that the dependencies are to be added in the package.yaml file and not...

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,...

documentation
help wanted