ghc7.6 on AUR (Arch User Repository)

Last updated: July 02,2024

1. Install "ghc7.6" 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.6 on Arch using YAY

$ yay -S ghc7.6

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

$ yay -Rns ghc7.6

2. Manually Install "ghc7.6" via AUR

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

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

b. Clone ghc7.6's git locally

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

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

$ cd ~/ghc7.6 $ makepkg -si

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

ID: 256848
Name: ghc7.6
PackageBaseID: 85059
PackageBase: ghc7.6
Version: 7.6.3-3
Description: Legacy GHC. Compatible with Haskell Platform 2013.2
URL: http://www.haskell.org/ghc/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: rudy.matela
FirstSubmitted: 1408986161
LastModified: 1450270776
URLPath: /cgit/aur.git/snapshot/ghc7.6.tar.gz