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, 1.2.1, 1.2.2, 1.3.0, 1.3.1, 1.4.0, 1.5.0 |
|---|---|
| Dependencies | base (<4.5), template-haskell (≥2.4 & <2.7) |
| License | BSD3 |
| Copyright | (c) 2011 Universiteit Utrecht |
| Author | José Pedro Magalhães |
| Maintainer | generics@haskell.org |
| Stability | experimental |
| Category | Generics |
| Upload date | Sat Jul 30 11:20:33 UTC 2011 |
| Uploaded by | JosePedroMagalhaes |
| Built on | ghc-7.0 |
| Distributions | NixOS: 1.5.0, Debian: 1.4.0, FreeBSD: 1.4.0 |
Modules
Downloads
- generic-deriving-1.0.2.tar.gz (Cabal source package)
- package description (included in the package)