persistent-qq-2.9.1: persistent-qq.cabal
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: 9d1539e33f41bc20d3eaf4418ed42bdffc6936808b93c84ae04445144ef549a8
name: persistent-qq
version: 2.9.1
synopsis: Provides a quasi-quoter for raw SQL for persistent
description: Please see README and API docs at <http://www.stackage.org/package/persistent>.
category: Database, Yesod
homepage: https://github.com/yesodweb/persistent#readme
bug-reports: https://github.com/yesodweb/persistent/issues
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
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.7 && <5
, haskell-src-meta
, mtl
, persistent >=2.9
, template-haskell
, text
if impl(ghc < 8)
build-depends:
semigroups
default-language: Haskell2010