Two changes by Simon Hengel/@sol
- Fix a concurrency bug
- Cleanups / proper test suite declarations
- Remove version dependencies from cabal file, to be handled by the stackage ecosystem henceforth
- Create an index to enhance session expiration performance
- Make compatible with ghc8
- Make compatible with the newest versions of wai (3.2.0) and time (1.6)
- Add an instance declaration for Data.Pool connection pools, so they can be used directly with wai-postgresql-session
- Use two PostgreSQL tables, store each session id/key pair in its own db row
- Make compatible with postgresql-simple-0.5
- Add instance for Data.Default
- Improve example
- Add clearSession function force assigning a new session/session ID