How to Install libghc-repa-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libghc-repa-dev

Description:

Regular parallel arrays for Haskell

Repa provides high performance, regular, multi-dimensional, shape polymorphic parallel arrays. All numeric data is stored unboxed. Functions written with the Repa combinators are automatically parallel provided you supply +RTS -Nn on the command line when running the program. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.

Homepage: http://repa.ouroborus.net

Version: 3.4.1.2-3build1

Section: universe/haskell