th-tc-0.2.0.0: th-tc.cabal
name: th-tc
version: 0.2.0.0
synopsis: Typechecking in Template Haskell
description: Typechecking in Template Haskell.
homepage: https://github.com/mniip/th-tc
license: BSD3
license-file: LICENSE
author: mniip
maintainer: mniip@mniip.com
copyright: (C) mniip 2019
category: Template Haskell
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Language.Haskell.TH.Typecheck
build-depends: base >=4.12 && <4.13
, template-haskell >= 2.14
, containers >= 0.6
, lens >= 4.0
, transformers >= 0.5
, mtl >= 2.2
hs-source-dirs: src
default-language: Haskell2010