fix(pandoc) (#3033)

* fix(pandoc)

closes #3031

* try 9.2

* might be this...

* need to do this to test

* runtime isn't buildtime

* wip

* wip

* last guess
This commit is contained in:
Jacob Heider 2023-08-24 01:48:07 -04:00 committed by GitHub
parent 6c851ca95f
commit 733e59634f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,8 @@ dependencies:
build:
dependencies:
tea.xyz/gx/cc: c99
haskell.org: ^9
# https://github.com/jgm/pandoc/blob/54b9eeb6a72f1c6f0ae3675cb9e7c29fa3183316/pandoc-cli/pandoc-cli.cabal#L14C18-L15C44
haskell.org: '>=8.6.5<9.6'
haskell.org/cabal: ^3
crates.io/semverator: ^0
working-directory: pandoc-cli
@ -45,6 +46,8 @@ build:
ARGS:
# else segfaults
- --enable-relocatable
- --ghc-option=-fPIC
- --ghc-option=-optl=-pie
test:
fixture: |