mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
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:
parent
6c851ca95f
commit
733e59634f
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue