name: groundhog-mysql version: 0.4.1 license: BSD3 license-file: LICENSE author: Boris Lykah maintainer: Boris Lykah synopsis: MySQL backend for the groundhog library. description: This package uses mysql-simple and mysql category: Database stability: Stable cabal-version: >= 1.6 build-type: Simple library build-depends: base >= 4 && < 5 , mysql-simple >= 0.2.2.3 && < 0.3 , mysql >= 0.1.1.3 && < 0.2 , bytestring >= 0.9 , transformers >= 0.2.1 , groundhog >= 0.4.1 && < 0.5.0 , monad-control >= 0.3 , monad-logger >= 0.3 , containers >= 0.2 , text >= 0.8 , resource-pool >= 0.2.1 , time >= 1.1 exposed-modules: Database.Groundhog.MySQL ghc-options: -Wall -fno-warn-unused-do-bind