agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
678 stars 56 forks source link

Bump Spock-core dependency #111

Closed neongreen closed 7 years ago

neongreen commented 7 years ago

Spock doesn't compile with Spock-core-0.11:

Configuring Spock-0.12.0.0...
Building Spock-0.12.0.0...
Preprocessing library Spock-0.12.0.0...
[1 of 7] Compiling Web.Spock.Internal.Types ( src/Web/Spock/Internal/Types.hs, dist/build/Web/Spock/Internal/Types.o )
[2 of 7] Compiling Web.Spock.Internal.SessionVault ( src/Web/Spock/Internal/SessionVault.hs, dist/build/Web/Spock/Internal/SessionVault.o )
[3 of 7] Compiling Web.Spock.Config ( src/Web/Spock/Config.hs, dist/build/Web/Spock/Config.o )
[4 of 7] Compiling Web.Spock.Internal.SessionManager ( src/Web/Spock/Internal/SessionManager.hs, dist/build/Web/Spock/Internal/SessionManager.o )
[5 of 7] Compiling Web.Spock.Internal.Monad ( src/Web/Spock/Internal/Monad.hs, dist/build/Web/Spock/Internal/Monad.o )
[6 of 7] Compiling Web.Spock.SessionActions ( src/Web/Spock/SessionActions.hs, dist/build/Web/Spock/SessionActions.o )
[7 of 7] Compiling Web.Spock        ( src/Web/Spock.hs, dist/build/Web/Spock.o )

src/Web/Spock.hs:14:45: Not in scope: ‘wildcard’
agrafix commented 7 years ago

Uh, I missed that, thanks. I think the reroute bounds need to be pushed, too.