th-kinds-0.2: th-kinds.cabal
Name: th-kinds
Version: 0.2
Category: Template Haskell
Author: Louis Wasserman
Maintainer: David Fox <dsf@seereason.com>
Homepage: https://github.com/ddssff/th-kinds
Bug-Reports: https://github.com/ddssff/th-kinds/issues
License: BSD3
License-file: LICENSE
Stability: experimental
Synopsis: Automated kind inference in Template Haskell.
Description: Given the name of a Haskell type, typeclass, type family, or any of the above, determine its kind.
Maintainer: Louis Wasserman <wasserman.louis@gmail.com>
Build-Type: Simple
Cabal-Version: >= 1.22
Library
Default-Language: Haskell2010
Hs-Source-Dirs: .
Build-Depends:
template-haskell,
th-orphans,
base >= 4 && < 5,
containers >= 0.3,
mtl
Exposed-Modules:
Language.Haskell.TH.KindInference
Other-Modules:
Language.Haskell.TH.Unification
source-repository head
type: git
location: https://github.com/ddssff/th-kinds