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,
haskell7.4-array=0.4.0.0,
haskell7.4-base=4.5.1.0,
haskell7.4-bin-package-db=0.0.0.0,
haskell7.4-binary=0.5.1.0,
haskell7.4-bytestring=0.9.2.1,
haskell7.4-cabal=1.14.0,
haskell7.4-containers=0.4.2.1,
haskell7.4-deepseq=1.3.0.0,
haskell7.4-directory=1.1.0.2,
haskell7.4-extensible-exceptions=0.1.1.4,
haskell7.4-filepath=1.3.0.0,
haskell7.4-ghc-prim=0.2.0.0,
haskell7.4-haskell2010=1.1.0.1,
haskell7.4-haskell98=2.0.0.1,
haskell7.4-hoopl=3.8.7.3,
haskell7.4-hpc=0.5.1.1,
haskell7.4-integer-gmp=0.4.0.0,
haskell7.4-old-locale=1.0.0.4,
haskell7.4-old-time=1.1.0.0,
haskell7.4-pretty=1.1.1.0,
haskell7.4-process=1.1.0.1,
haskell7.4-template-haskell=2.7.0.0,
haskell7.4-time=1.4,
haskell7.4-unix=2.5.1.1
|
Replaces: |
haskell7.4-array,
haskell7.4-base,
haskell7.4-bin-package-db,
haskell7.4-binary,
haskell7.4-bytestring,
haskell7.4-cabal,
haskell7.4-containers,
haskell7.4-deepseq,
haskell7.4-directory,
haskell7.4-filepath,
haskell7.4-ghc-prim,
haskell7.4-haskell2010,
haskell7.4-haskell98,
haskell7.4-hoopl,
haskell7.4-hpc,
haskell7.4-integer-gmp,
haskell7.4-old-locale,
haskell7.4-old-time,
haskell7.4-pretty,
haskell7.4-process,
haskell7.4-template-haskell,
haskell7.4-time,
haskell7.4-unix
|
Submitter: |
rudy.matela |
Maintainer: |
rudy.matela |
Last Packager: |
rudy.matela |
Votes: |
1 |
Popularity: |
0.000000 |
First Submitted: |
2015-12-15 22:37 |
Last Updated: |
2015-12-16 12:57 |
Latest Comments
rudy.matela commented on 2017-06-12 10:58
@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
How can I add additional packages (e.g. random) to my system to use with old versions of ghc?