packages feed

th-kinds-fork-0.2: th-kinds-fork.cabal

Name:		th-kinds-fork
Version:	0.2
Category:	Template Haskell
Author:		Louis Wasserman
Maintainer:     David Fox <dsf@seereason.com>
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 <wasserman.louis@gmail.com>
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