Name: th-kinds-fork Version: 0.2 Category: Template Haskell Author: Louis Wasserman Maintainer: David Fox 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, determines its kind. Maintainer: Louis Wasserman Build-type: Simple 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 ghc-options: -fno-warn-tabs