Search Criteria
Package Details: ghc8.6-bin 8.6.5-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ghc8.6-bin.git (read-only, click to copy) |
---|---|
Package Base: | ghc8.6-bin |
Description: | Binary GHC 8.6 installed on /usr/bin/ghc-8.6 |
Upstream URL: | http://www.haskell.org/ghc/ |
Licenses: | BSD-3-Clause |
Conflicts: | ghc8.6 |
Provides: | ghc8.6 |
Submitter: | rudy.matela |
Maintainer: | rudy.matela |
Last Packager: | rudy.matela |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-09 21:07 (UTC) |
Last Updated: | 2024-02-01 12:04 (UTC) |
Dependencies (8)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- gmp (gmp-hgAUR)
- libffi (libffi-gitAUR)
- ncurses5-compat-libsAUR
- perl (perl-gitAUR)
- docbook-xsl (make)
- ghc (ghc-cabal-artsAUR) (make)
- libxslt (libxslt-gitAUR) (make)
Required by (1)
- cardano-addresses (make)
Latest Comments
MarsSeed commented on 2024-01-31 18:06 (UTC)
Also, ncurses5-compat-libs (which carries libtinfo.so.5) seems to be needed in depends, not (just) as a makedepend.
The following binaries are linked to libtinfo.so.5:
rudy.matela commented on 2024-01-31 18:05 (UTC)
Yes, I noticed that earlier today, thanks for nothing this. :-)
I'll remove python2 from checkdepends throughout all pinned GHC packages, as it is not really needed. I already did this for 7.6, but I need to update the others. I'll do that over the next few days.
MarsSeed commented on 2024-01-31 18:03 (UTC)
Btw when it comes to check... Pls kindly remove the unused checkdepends=python2. :)
MarsSeed commented on 2024-01-31 18:02 (UTC)
You are right. Thank you for checking!
rudy.matela commented on 2024-01-31 17:33 (UTC)
This package is not broken. It still works out-of-the-box for me:
If you get a
ghc: panic!
error, it may be that you have .hi and .o files compiled with another version of GHC:In that case, you should first
rm *.hi *.o
before compiling:@MarsSeed, you mention:
I still maintain and use this package to test my programs and libraries for backwards compatibility. It can be useful to people that are interested in this, and to people that need to compile old programs that do not work with recent GHCs. I do not think this package should be deleted.
MarsSeed commented on 2024-01-28 21:35 (UTC)
Broken:
But this 2019 version is actually no longer needed.
(AUR/cardano-addresses is a very outdated orphan right now, but its latest release works with much newer ghc compilers.)