The generic-deriving package
This package provides functionality for generalizing the deriving mechanism in Haskell to arbitrary classes. It was first described in the paper:
A generic deriving mechanism for Haskell. Jose Pedro Magalhaes, Atze Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10.
The current implementation integrates with the new GHC Generics. See http://www.haskell.org/haskellwiki/Generics for more information. Template Haskell code is provided for supporting GHC before version 7.2.
Properties
| Versions | 0.3, 0.3.1, 0.4, 1.0.1, 1.0.2, 1.0.3 |
|---|---|
| Dependencies | base (<4.6), template-haskell (≥2.4 & <2.8) |
| License | BSD3 |
| Copyright | (c) 2011 Universiteit Utrecht |
| Author | José Pedro Magalhães |
| Maintainer | generics@haskell.org |
| Stability | experimental |
| Category | Generics |
| Source repository | svn checkout https://subversion.cs.uu.nl/repos/project.dgp-haskell.libraries/generic-deriving/trunk/ |
| Upload date | Fri Jan 20 13:45:36 UTC 2012 |
| Uploaded by | JosePedroMagalhaes |
| Built on | ghc-7.2 |
| Distributions | NixOS: 1.0.3 |
Modules
Downloads
- generic-deriving-1.0.3.tar.gz (Cabal source package)
- package description (included in the package)