ghc8.2 on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S ghc8.2

* (Optional) Uninstall ghc8.2 on Arch using YAY

$ yay -Rns ghc8.2

2. Manually Install "ghc8.2" via AUR

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

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

b. Clone ghc8.2's git locally

$ git clone https://aur.archlinux.org/ghc8.2.git ~/ghc8.2

c. Go to ~/ghc8.2 folder and install it

$ cd ~/ghc8.2 $ makepkg -si

3. Information about the ghc8.2 package on Arch User Repository (AUR)

ID: 515507
Name: ghc8.2
PackageBaseID: 133016
PackageBase: ghc8.2
Version: 8.2.2-1
Description: Legacy GHC (8.2 series). Originally released on July 2017.
URL: http://www.haskell.org/ghc/
NumVotes: 0
Popularity: 0
OutOfDate: 1706792285
Maintainer:
Submitter: rudy.matela
FirstSubmitted: 1527784533
LastModified: 1527784533
URLPath: /cgit/aur.git/snapshot/ghc8.2.tar.gz