Derive Installation On A Debian, Ubuntu, Kali, Fedora And Raspbian
Install derive
-
Debian
apt-get install haskell-derive-utils
Click to copy -
Ubuntu
apt-get install haskell-derive-utils
Click to copy -
Kali Linux
apt-get install haskell-derive-utils
Click to copy -
Fedora
dnf install haskell-derive-utils
Click to copy -
Raspbian
apt-get install haskell-derive-utils
Click to copy
haskell-derive-utils
Deriving instances for data types in HaskellData.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.
ghc-derive-devel
Haskell derive library development files
Installing derive command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Kali, Fedora and Raspbian operating systems. Once you run the command it will install the latest version of derive 2023 package in your OS.