cabal-version: 2.4 name: ghc-hs-meta version: 0.1.4.0 build-type: Simple author: Zachary Wood maintainer: amesgen@amesgen.de license: BSD-3-Clause license-files: LICENSE LICENSE-PyF synopsis: Translate Haskell source to Template Haskell expression description: Translate from Haskell source code to Template Haskell expressions using the GHC parser category: ghc,template-haskell tested-with: ghc ==8.10.7 ghc ==9.0.2 ghc ==9.2.8 ghc ==9.4.8 ghc ==9.6.5 ghc ==9.8.2 ghc ==9.10.1 extra-source-files: CHANGELOG.md README.md library exposed-modules: Language.Haskell.Meta.Parse Language.Haskell.Meta.Settings Language.Haskell.Meta.Translate hs-source-dirs: src default-extensions: LambdaCase TemplateHaskell ghc-options: -Wall build-depends: base >=4.14 && <4.21, bytestring >=0.10 && <0.13, ghc >=8.10.7 && <9.11, ghc-boot >=8.10.7 && <9.11, template-haskell >=2.16.0 && <2.23, default-language: Haskell2010 test-suite tests type: exitcode-stdio-1.0 main-is: Main.hs default-language: Haskell2010 default-extensions: TemplateHaskell hs-source-dirs: test build-depends: base, bytestring, ghc, ghc-boot, ghc-hs-meta, hspec, template-haskell, source-repository head type: git location: https://github.com/zacwood9/ghc-hs-meta