Package Details: ghc7.4-bin 7.4.2-3

Git Clone URL: https://aur.archlinux.org/ghc7.4-bin.git (read-only, click to copy)
Package Base: ghc7.4-bin
Description: Binary version of legacy GHC (7.4). Originally released on June 2012
Upstream URL: http://www.haskell.org/ghc/
Licenses: custom
Conflicts: ghc7.4
Provides: ghc7.4
Submitter: rudy.matela
Maintainer: rudy.matela
Last Packager: rudy.matela
Votes: 1
Popularity: 0.000000
First Submitted: 2015-12-15 22:37 (UTC)
Last Updated: 2021-06-21 18:23 (UTC)

Latest Comments

rudy.matela commented on 2017-06-12 10:58 (UTC) (edited on 2017-06-12 11:04 (UTC) by rudy.matela)

@hamahl, The following stackoverflow answer, hopefully shows how to configure wrappers to cabal that use different versions of GHC: https://stackoverflow.com/a/34301765 After setting-up what is outlined in the above answer, you can just: $ cabal-ghc-7.4 install random There may be other ways to do it, but the above is the one that I use. The following also looks like a promising option (I have not tested it): https://stackoverflow.com/a/41568600 $ cabal install random -w /usr/bin/ghc-7.

jachymb commented on 2017-06-12 09:45 (UTC)

How can I add additional packages (e.g. random) to my system to use with old versions of ghc?