cabal-version: 3.0 name: template-haskell-quasiquoter version: 0.1.0.0 synopsis: The 'QuasiQuoter' interface. description: The stable home of Template Haskell's 'QuasiQuoter' interface. category: Development license: BSD-2-Clause license-file: LICENSE author: Teo Camarasu maintainer: Teo Camarasu , GHC developers copyright: template-haskell-quasiquoter Contributors build-type: Simple extra-doc-files: CHANGELOG.md tested-with: ghc ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.2 || ==9.12.2 source-repository head type: git location: https://gitlab.haskell.org/ghc/template-haskell-lift.git library ghc-options: -Wall exposed-modules: Language.Haskell.TH.QuasiQuoter build-depends: base >=4.14 && <4.22 if impl(ghc>=9.12) build-depends: ghc-internal else build-depends: template-haskell >=2.16 && <2.23 hs-source-dirs: src default-language: Haskell2010