The generic-deriving package
This package provides functionality for generalising 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/GHC.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 (<5), template-haskell (≥2.4 & <2.10) |
| License | BSD3 |
| Copyright | 2011-2013 Universiteit Utrecht, University of Oxford |
| Author | José Pedro Magalhães |
| Maintainer | generics@haskell.org |
| Stability | experimental |
| Category | Generics |
| Source repository | git clone https://github.com/dreixel/generic-deriving |
| Upload date | Tue Mar 26 08:42:03 UTC 2013 |
| Uploaded by | JosePedroMagalhaes |
| Built on | ghc-7.6 |
| Distributions | NixOS: 1.5.0, Debian: 1.4.0, FreeBSD: 1.4.0 |
Modules
- Generics
Downloads
- generic-deriving-1.5.0.tar.gz (Cabal source package)
- package description (included in the package)