pandoc/stack.yaml
Albert Krewinkel c5f9446646
Use jira-wiki-markup 1.3.5
* Allow spaces and most unicode characters in attachment links.

* No longer require a newline character after `{noformat}`.

* Only allow URI path segment characters in bare links.

* The `file:` schema is no longer allowed in bare links; these
  rarely make sense.

Closes: #7218
2021-05-24 08:45:59 +02:00

20 lines
367 B
YAML

flags:
pandoc:
trypandoc: false
embed_data_files: true
QuickCheck:
old-random: false
packages:
- '.'
extra-deps:
- hslua-1.3.0
- hslua-module-path-0.1.0
- jira-wiki-markup-1.3.5
- random-1.2.0
- unicode-collation-0.1.3
- citeproc-0.4
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-17.12
nix:
packages: [zlib]