th-sccs-0.0.0.20110723: th-sccs.cabal
Name: th-sccs
Version: 0.0.0.20110723
Stability: experimental
Synopsis: Binding group analysis in Template Haskell
Description: th-sccs exposes Template Haskell functions for computing the
mutually recursive binding groups for data and type synonym
declarations, excluding those that use type families.
This includes a convenient type class for gathering the type
constructor names that occur within a TH @Info@\/@Dec@\/@Type@
value.
Author: nicolas.frisby@gmail.com
Maintainer: nicolas.frisby@gmail.com
Copyright: (c) 2011 Nicolas Frisby
License: BSD3
License-File: LICENSE
Category: Template Haskell
Cabal-version: >= 1.6.0.1
Build-Type: Simple
--source-repository head
-- type: git
-- location: git@gitsldg.ittc.ku.edu:th-kind-workaround/th-sccs.git
Library
Build-Depends: base >= 4 && < 5
Build-Depends: containers
Build-Depends: template-haskell >= 2.5.0.0
Exposed-Modules: Language.Haskell.TH.SCCs