@hackage derive2.5.7
A program and library to derive instances for data types
Categories
License
BSD-3-Clause
Maintainer
Neil Mitchell <ndmitchell@gmail.com>
Links
Versions
Installation
Dependencies (12)
- base >=4 && <5
- bytestring
- containers
- directory
- filepath
- haskell-src-exts >=1.9 && <1.13 Show all…
Dependents (93)
@hackage/distributed-process-platform, @hackage/explicit-sharing, @hackage/craft, @hackage/minesweeper, @hackage/compdata, @hackage/cake, Show all…
Data.Derive is a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and Template Haskell mechanisms. The tool requires GHC, but the generated code is portable to all compilers. We see this tool as a competitor to DrIFT.