Name: syb-with-class
Version: 0.4
License: BSD3
Copyright: 2004 - 2007 The University of Glasgow, CWI,
Simon Peyton Jones, Ralf Laemmel,
Ulf Norell, Sean Seefried, Simon D. Foster,
HAppS LLC
Author: Simon Peyton Jones, Ralf Laemmel
Maintainer: AlexJacobson@HAppS.org
Stability: experimental
Synopsis: Scrap Your Boilerplate With Class
Description:
Classes, and Template Haskell code to generate instances, for the
Scrap Your Boilerplate With Class system.
Category: Data
Tested-With: GHC==6.6, GHC==6.8.1
Build-Depends: base, template-haskell, bytestring, array
Build-Type: Simple
Exposed-modules:
Data.Generics.SYB.WithClass.Basics
Data.Generics.SYB.WithClass.Context
Data.Generics.SYB.WithClass.Derive
Data.Generics.SYB.WithClass.Instances
Extensions: UndecidableInstances, OverlappingInstances, Rank2Types,
EmptyDataDecls, TemplateHaskell, FlexibleInstances, CPP,
KindSignatures, MultiParamTypeClasses
GHC-Options: -Wall