Spock 0.4.2.1 → 0.4.2.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Spock.cabal +1/−1
- Web/Spock.hs +1/−1
Spock.cabal view
@@ -1,5 +1,5 @@ name: Spock-version: 0.4.2.1+version: 0.4.2.2 synopsis: Another Haskell web toolkit based on scotty description: This toolbox provides everything you need to get a quick start into web hacking with haskell: sessions, database helper, authentication and the power of scotty Homepage: https://github.com/agrafix/Spock
Web/Spock.hs view
@@ -9,7 +9,7 @@ -- * Database , PoolOrConn (..), ConnBuilder (..), PoolCfg (..) -- * Accessing Database and State- , HasSpock+ , HasSpock (..) -- * Authorization , SessionCfg (..) , authedUser, unauthCurrent