How to Install libghc-digest-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libghc-digest-dev

Description:

efficient cryptographic hash implementations for bytestrings

This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.

Homepage: http://hackage.haskell.org/package/digest

Version: 0.0.1.2-7build1

Section: universe/haskell