Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feasible to build Pandoc with GHC 7.6.3 and no fancy Haskell package managers? #8782

Closed
barracuda156 opened this issue Apr 14, 2023 · 3 comments

Comments

@barracuda156
Copy link

The problem is that GHC is long broken for Darwin PPC, the last semi-official binary from Haskell is 7.0.4, and I was able to fix 7.6.3. Nothing more recent builds, as of now, and while restoring PPC code is feasible, building is non-trivial (gonna require multi-stage cross-compiling, FWIU).

Is it possible to build Pandoc with an old GHC (or, well, hugs98 or nhc98)? :)

@jgm
Copy link
Owner

jgm commented Apr 16, 2023

We currently only support ghc 8.6 and more recent.

@jgm jgm closed this as completed Apr 16, 2023
@barracuda156
Copy link
Author

We currently only support ghc 8.6 and more recent.

Do you know which earlier version of Pandoc can be built with 7.x?

@jgm
Copy link
Owner

jgm commented Apr 17, 2023

We dropped support for 7.x in March 2019. So, check for releases before then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants