packages feed

multiplate-simplified-0.0.0.1: multiplate-simplified.cabal

Name:               multiplate-simplified
Version:            0.0.0.1
Cabal-Version:      >= 1.4
License:            MIT
License-File:       LICENSE
Build-Type:         Simple
Copyright:          2011, Balazs Endresz
Author:             Balazs Endresz
Maintainer:         Balazs Endresz <balazs.endresz@gmail.com>
Synopsis:           Shorter, more generic functions for Multiplate.
Category:           Generics
Description:
    This module provides wrappers around some Multiplate functions to spare 
    the Projector argument. This makes it simpler to use them, and 
    they will work for any data type, but a simple instance definition
    has to be supplied for each one.
Tested-with:        GHC == 6.12.3, GHC == 7.0.2
data-files:         CHANGELOG

Library
    Build-Depends:     base >= 3 && < 5, transformers >= 0.2 && < 0.3, multiplate
    Extensions: MultiParamTypeClasses
    Exposed-modules:
        Data.Generics.Multiplate.Simplified