ghc7.8 on AUR (Arch User Repository)

Last updated: July 03,2024

1. Install "ghc7.8" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install ghc7.8 on Arch using YAY

$ yay -S ghc7.8

* (Optional) Uninstall ghc7.8 on Arch using YAY

$ yay -Rns ghc7.8

2. Manually Install "ghc7.8" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone ghc7.8's git locally

$ git clone https://aur.archlinux.org/ghc7.8.git ~/ghc7.8

c. Go to ~/ghc7.8 folder and install it

$ cd ~/ghc7.8 $ makepkg -si

3. Information about the ghc7.8 package on Arch User Repository (AUR)

ID: 256851
Name: ghc7.8
PackageBaseID: 104703
PackageBase: ghc7.8
Version: 7.8.4-1
Description: Legacy GHC. Compatible with Haskell Platform 2014.2
URL: http://www.haskell.org/ghc/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer:
Submitter: rudy.matela
FirstSubmitted: 1450271089
LastModified: 1450271090
URLPath: /cgit/aur.git/snapshot/ghc7.8.tar.gz