ghc-hs-meta-0.1.2.0: ghc-hs-meta.cabal
cabal-version: 2.4
name: ghc-hs-meta
version: 0.1.2.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.5, GHC == 9.6.2
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:
TemplateHaskell
LambdaCase
ghc-options: -Wall
build-depends:
base >= 4.14 && <4.19
, ghc >= 8.10.7 && < 9.7
, ghc-boot >= 8.10.7 && < 9.7
, template-haskell >= 2.16.0 && < 2.21
, bytestring >= 0.10 && < 0.12
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
, template-haskell
, ghc
, ghc-boot
, hspec
, bytestring
, ghc-hs-meta
source-repository head
type: git
location: https://github.com/zacwood9/ghc-hs-meta