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: pandoc-crossref-static-git 0.3.18.0.r13.gcba2f23-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pandoc-crossref-static-git.git (read-only, click to copy) |
---|---|
Package Base: | pandoc-crossref-static-git |
Description: | Pandoc filter for cross-references (static build) |
Upstream URL: | https://github.com/lierdakil/pandoc-crossref |
Licenses: | GPL-2.0-or-later |
Conflicts: | pandoc-crossref |
Provides: | pandoc-crossref |
Replaces: | pandoc-crossref-bin, pandoc-crossref-lite, pandoc-crossref-static |
Submitter: | gesh |
Maintainer: | gesh |
Last Packager: | gesh |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-10-27 22:11 (UTC) |
Last Updated: | 2024-12-19 19:40 (UTC) |
Dependencies (7)
- gmp (gmp-hgAUR)
- pandoc (pandoc-static-gitAUR, pandoc-sile-gitAUR, pandoc-binAUR, pandoc-cli)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- pandoc (pandoc-static-gitAUR, pandoc-sile-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- stack (stack-staticAUR, stack-binAUR) (make)
- yq (make)
Required by (3)
- diplib-git (requires pandoc-crossref) (optional)
- pandoc-bin (requires pandoc-crossref) (optional)
- pandoc-sile-git (requires pandoc-crossref) (optional)
Sources (1)
Latest Comments
gesh commented on 2024-12-04 16:35 (UTC)
gesh commented on 2021-10-27 22:22 (UTC)
Build broken right now since happy
won't compile, will try fixing tomorrow
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.