cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: bef2b585278826bc60fe813d4918833dc06cec43f2a8e4567190448ccfdee163 name: persistent-qq version: 2.9.2 synopsis: Provides a quasi-quoter for raw SQL for persistent description: Please see README and API docs at . category: Database, Yesod homepage: https://github.com/yesodweb/persistent#readme bug-reports: https://github.com/yesodweb/persistent/issues author: Michael Snoyman maintainer: Michael Snoyman license: MIT license-file: LICENSE build-type: Simple extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/yesodweb/persistent library exposed-modules: Database.Persist.Sql.Raw.QQ other-modules: Paths_persistent_qq hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.9 && <5 , haskell-src-meta , mtl , persistent >=2.10 , template-haskell , text default-language: Haskell2010 test-suite specs type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: PersistentTestModels PersistTestPetCollarType PersistTestPetType hs-source-dirs: test ghc-options: -Wall build-depends: HUnit , aeson , base , fast-logger , haskell-src-meta , hspec , monad-logger , mtl , persistent >=2.10 , persistent-qq , persistent-sqlite , persistent-template , resourcet , template-haskell , text , unliftio , bytestring default-language: Haskell2010