-- Initial mysql-simple-typed.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mysql-simple-typed version: 0.1.1.1 synopsis: Typed extension to mysql simple -- description: homepage: https://github.com/tolysz/mysql-simple-typed license: BSD3 license-file: LICENSE author: Marcin Tolysz maintainer: tolysz@gmail.com -- copyright: category: Database build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Database.MySQL.Simple.DBmore Database.MySQL.Simple.DBmoreTH Database.MySQL.Simple.TypedQuery -- other-modules: -- other-extensions: build-depends: base >=4.5 && < 5 , mysql , mysql-simple >= 0.2.2.5 , typedquery , template-haskell , haskell-src-meta -- , parsec -- , aeson -- , bytestring -- , text -- , transformers , utf8-string hs-source-dirs: src default-language: Haskell2010