name: haskell-src-meta
version: 0.8.16
cabal-version: >= 1.10
build-type: Simple
license: BSD3
license-file: LICENSE
category: Language, Template Haskell
author: Matt Morrow
copyright: (c) Matt Morrow
maintainer: athas@sigkill.dk
bug-reports: https://github.com/haskell-party/haskell-src-meta/issues
tested-with: GHC == 9.14.1
synopsis: Parse source to template-haskell abstract syntax.
description: The translation from haskell-src-exts abstract syntax
to template-haskell abstract syntax isn't 100% complete yet.
extra-source-files: ChangeLog README.md
library
default-language: Haskell2010
build-depends: base >= 4.10 && < 5,
haskell-src-exts >= 1.21 && < 1.25,
pretty >= 1.0 && < 1.2,
syb >= 0.1 && < 0.8,
template-haskell >= 2.12 && < 2.25,
th-orphans >= 0.12 && < 0.14
hs-source-dirs: src
exposed-modules: Language.Haskell.Meta
Language.Haskell.Meta.Extensions
Language.Haskell.Meta.Parse
Language.Haskell.Meta.Syntax.Translate
Language.Haskell.Meta.Utils
other-modules: Language.Haskell.Meta.THCompat
test-suite unit
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Main.hs
build-depends:
HUnit >= 1.2,
base >= 4.10,
haskell-src-exts >= 1.21,
haskell-src-meta,
pretty >= 1.0,
template-haskell >= 2.12,
tasty,
tasty-hunit
test-suite splices
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Splices.hs
build-depends:
base,
haskell-src-exts,
haskell-src-meta,
template-haskell
test-suite examples
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: examples, tests
main-is: TestExamples.hs
build-depends:
base,
containers,
haskell-src-meta,
pretty,
syb,
template-haskell
other-modules:
BF,
Hs,
HsHere,
SKI
source-repository head
type: git
location: https://github.com/haskell-party/haskell-src-meta.git