-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Failure to install pandoc-cli from cabal #9046
Comments
That's weird. When I try this I get:
Try |
Looks like pandoc-lua-engine should bump its lower bound for pandoc, as well. |
So the obvious difference is that Ubuntu 22.04 LTS has GHC 8.8.4. If I try a constrained install then I get $ cabal install pandoc-cli --constraint "pandoc == 3.1.7" |
Recent versions of pandoc require ghc >= 8.10. (I've just updated tested-with to reflect that.) |
Some of our dependencies might require more recent versions that that. |
As of 1st of September 2023 on a fully up to date Ubuntu 22.04 I tried to do:
cabal update
cabal install pandoc-cli
This attempted to install pandoc 3.1.2 (rather than 3.1.7 which seems to be the latest today) however it failed with the following error
src/Text/Pandoc/Lua/Init.hs:29:29: error:
Module
‘Text.Pandoc.Logging’
does not export
‘LogMessage(ScriptingWarning)’
|
29 | import Text.Pandoc.Logging (LogMessage (ScriptingWarning))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (edited)
The text was updated successfully, but these errors were encountered: