name: wai-session-mysql version: 0.2.1.0 synopsis: MySQL backed Wai session store description: Provides a MySQL backed session store for the Network.Wai.Session interface. homepage: https://github.com/Lupino/mysql-session#readme bug-reports: https://github.com/Lupino/mysql-session/issues license: BSD3 license-file: LICENSE author: Li Meng Jun maintainer: Li Meng Jun copyright: 2016 Li Meng Jun stability: experimental tested-with: GHC == 8.1 category: Web build-type: Simple cabal-version: >=1.10 extra-source-files: changelog.md library hs-source-dirs: src exposed-modules: Network.Wai.Session.MySQL build-depends: base >= 4.5 && < 5 , bytestring >= 0.10.0.2 && < 0.11 , cereal >= 0.4.1 && < 0.6 , cookie >= 0.4.1 && < 0.5 , data-default >= 0.5.1 && < 0.8 , entropy >= 0.3 && < 0.4 , mysql-simple , resource-pool >= 0.2.3 && < 0.3 , text >= 0.11.3.1 && < 1.3 , time >= 1.4.0.1 && < 1.7 , transformers >= 0.3.0 && < 0.6 , wai >= 3.0.2.3 && < 3.3 , wai-session >= 0.3.2 && < 0.4 default-language: Haskell2010 default-extensions: OverloadedStrings test-suite mysql-session-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , bytestring >= 0.10.0.2 && < 0.11 , data-default >= 0.5.1 && < 0.8 , mysql-simple , text >= 0.11.3.1 && < 1.3 , wai-session >= 0.3.2 && < 0.4 , wai-session-mysql ghc-options: -threaded -rtsopts -with-rtsopts=-N -O0 default-language: Haskell2010 source-repository head type: git location: https://github.com/Lupino/mysql-session