How to Install libghc-memory-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libghc-memory-dev

Description:

memory and related abstraction stuff

Chunk of memory, polymorphic byte array management and manipulation. - A polymorphic byte array abstraction and function similar to strict ByteString. - Different type of byte array abstraction. - Raw memory IO operations (memory set, memory copy, ..) - Aliasing with endianness support. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.

Homepage: https://github.com/vincenthz/hs-memory

Version: 0.14.11-1

Section: universe/haskell