Search Criteria
Package Details: ghc8.4-bin 8.4.4-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/ghc8.4-bin.git (read-only, click to copy) |
---|---|
Package Base: | ghc8.4-bin |
Description: | Binary GHC 8.4 installed on /usr/bin/ghc-8.4 |
Upstream URL: | http://www.haskell.org/ghc/ |
Licenses: | BSD-3-Clause |
Conflicts: | ghc8.4 |
Provides: | ghc8.4 |
Submitter: | rudy.matela |
Maintainer: | rudy.matela |
Last Packager: | rudy.matela |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-09 20:34 (UTC) |
Last Updated: | 2024-02-06 16:39 (UTC) |
Dependencies (6)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- gmp (gmp-hgAUR)
- libffi (libffi-gitAUR)
- ncurses5-compat-libsAUR
- numactl (numactl-gitAUR)
- perl (perl-gitAUR)
Latest Comments
rudy.matela commented on 2024-02-06 16:54 (UTC)
@MarsSeed, about the assembler issues...
What is the output when you run ghc-8.4 with the -v flag?
What about if you run it with the interpreter?
What about GHCi? Does it load fine for you?
rudy.matela commented on 2024-02-06 16:45 (UTC)
ghc8.4-bin v8.4.4-4 is released:
MarsSeed commented on 2024-02-01 15:11 (UTC)
Now this needs depends=numactl (
libnuma.so.1
), otherwise this happens:Once that is installed, the
unknown pseudo-op
error happens for me here as well:I get the same result with the
-dynamic
switch.rudy.matela commented on 2024-01-31 17:23 (UTC)
@MarsSeed, I don't think this package is broken. It still works for me out-of-the-box:
To compile programs using this package, please double-check that you have no "
.o
" and ".hi
" files compiled with more recent versions of GHC, otherwise you will get aghc: panic!
error:If you do have these, you can remove them with
rm -f *.hi *.o
before compiling and it should work fine:I still use and maintain this package and I would not like to see it deleted. Other people that test for backwards compatibility may find this package useful as well.
MarsSeed commented on 2024-01-28 21:23 (UTC)
Broken:
But I think this version from 2017 is not needed and can be deleted.