Note: when I wrote the commit message pushing for using ghc-9.6.5
I was under the mistaken impression that --disable-ld-override
had been made the default for ghc
's bindists. This is not the case -- ghc
now only provides this as a build configuration option, see https://gitlab.haskell.org/ghc/ghc/-/issues/24565#note_570439
So to build this, the easiest way is to use a ghc
provided by ghcup
-- see https://www.haskell.org/ghcup/guide/#strategy-1-stack-hooks-new-recommended for how to get stack
to use ghcup
to fetch its compiler.
Search Criteria
Package Details: graphmod-git 1.4.r53.g983c38f-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/graphmod-git.git (read-only, click to copy) |
---|---|
Package Base: | graphmod-git |
Description: | Present the module dependencies of a program as a 'dot' graph |
Upstream URL: | https://github.com/yav/graphmod |
Licenses: | BSD-3-Clause |
Provides: | graphmod |
Submitter: | gesh |
Maintainer: | gesh |
Last Packager: | gesh |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-10-27 20:13 (UTC) |
Last Updated: | 2024-05-29 15:39 (UTC) |
Pinned Comments
gesh commented on 2024-12-04 16:35 (UTC)
Note: when I wrote the commit message pushing for using
ghc-9.6.5
I was under the mistaken impression that--disable-ld-override
had been made the default forghc
's bindists. This is not the case --ghc
now only provides this as a build configuration option, see https://gitlab.haskell.org/ghc/ghc/-/issues/24565#note_570439 So to build this, the easiest way is to use aghc
provided byghcup
-- see https://www.haskell.org/ghcup/guide/#strategy-1-stack-hooks-new-recommended for how to getstack
to useghcup
to fetch its compiler.