How to Install haskell-derive-utils in Ubuntu 18.04



Install haskell-derive-utils by entering the following commands in the terminal:

sudo apt update
sudo apt install haskell-derive-utils

Description:

Deriving instances for data types in Haskell

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. This tool can be regarded as a competitor to DrIFT.

Homepage: http://community.haskell.org/~ndm/derive/

Version: 2.6.3-1build1

Section: universe/misc