mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +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
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,8 @@ dependencies:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
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
|
haskell.org/cabal: ^3
|
||||||
crates.io/semverator: ^0
|
crates.io/semverator: ^0
|
||||||
working-directory: pandoc-cli
|
working-directory: pandoc-cli
|
||||||
|
@ -45,6 +46,8 @@ build:
|
||||||
ARGS:
|
ARGS:
|
||||||
# else segfaults
|
# else segfaults
|
||||||
- --enable-relocatable
|
- --enable-relocatable
|
||||||
|
- --ghc-option=-fPIC
|
||||||
|
- --ghc-option=-optl=-pie
|
||||||
|
|
||||||
test:
|
test:
|
||||||
fixture: |
|
fixture: |
|
||||||
|
|
Loading…
Reference in a new issue