packages feed

th-sccs-0.0.0.20110217: th-sccs.cabal

Name:          th-sccs
Version:       0.0.0.20110217

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:        nfrisby@ittc.ku.edu
Maintainer:    nfrisby@ittc.ku.edu

Copyright:     (c) 2011 The University of Kansas
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

  Exposed-Modules: Language.Haskell.TH.SCCs