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: stack-clean-old-static-git 0.5.1.r1.g899235a-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/stack-clean-old-static-git.git (read-only, click to copy) |
---|---|
Package Base: | stack-clean-old-static-git |
Description: | Manage Haskell stack snapshot builds and ghc versions (static build) |
Upstream URL: | https://github.com/juhp/stack-clean-old |
Licenses: | BSD-3-Clause |
Provides: | stack-clean-old |
Submitter: | gesh |
Maintainer: | gesh |
Last Packager: | gesh |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-23 16:20 (UTC) |
Last Updated: | 2024-12-10 19:05 (UTC) |
Dependencies (4)
- gmp (gmp-hgAUR)
- ncurses (ncurses-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- stack (stack-staticAUR, stack-binAUR) (make)
Pinned Comments
gesh commented on 2024-12-04 16:36 (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.