lierdakil / pandoc-crossref

Pandoc filter for cross-references
https://lierdakil.github.io/pandoc-crossref/
GNU General Public License v2.0
911 stars 72 forks source link

Update haskell.yml to pandoc version 3.1.2 #387

Closed devantler closed 1 year ago

devantler commented 1 year ago

Should fix the following warning:

WARNING: pandoc-crossref was compiled with pandoc 3.1.1 but is being run through 3.1.2. This is not supported. Strange things may (and likely will) happen silently.

I am not familiar with the projects inner workings, so this might need more changes to work, but I am hoping it is just a simple version bump.

lierdakil commented 1 year ago

Thanks for the pull request. It needs some work, but I can do it myself, so I'm treating this as a reminder. I'll cut a new github release once CI finishes (hopefully without issue). Ping me in case I forget.

For future reference, you also need to update pandoc version it in stack block and also update stack.yaml (see https://github.com/lierdakil/pandoc-crossref/commit/c296de2278bad6c871f215551cb0ebdb529d22a6)

devantler commented 1 year ago

Awesome, I will subscribe to this issue, for future reference in case I notice version mismatches when using the tools.

The changes seem fairly straighforward, so I can definitily help out 🙂