How to Install libghc-dlist-dev in Ubuntu 18.04



Install libghc-dlist-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libghc-dlist-dev

Description:

Haskell library for Differences lists

Differences lists: a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.

Homepage: https://github.com/spl/dlist

Version: 0.8.0.3-1

Section: universe/haskell