pandoc: bump stackage to lts-15.4
This commit is contained in:
parent
22483240c6
commit
6baac1c581
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=pandoc
|
||||
# Keep in sync with http://www.stackage.org/lts
|
||||
version=2.9.1.1
|
||||
revision=2
|
||||
revision=3
|
||||
_citeproc_version=0.16.4.1
|
||||
_sidenote_version=0.20.0
|
||||
_monad_gen_version=0.3.0.1
|
||||
|
@ -11,12 +11,12 @@ build_style=haskell-stack
|
|||
make_build_args="
|
||||
--flag pandoc:embed_data_files --flag pandoc-citeproc:embed_data_files
|
||||
--flag=hslua:system-lua --flag=hslua:pkg-config"
|
||||
stackage="lts-15.3"
|
||||
stackage="lts-15.4"
|
||||
hostmakedepends="pkg-config unzip wget"
|
||||
makedepends="zlib-devel lua-devel"
|
||||
short_desc="Universal converter between markup formats (with citeproc support)"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
license="GPL-2.0-or-later, BSD-3-Clause, MIT"
|
||||
homepage="http://johnmacfarlane.net/pandoc/"
|
||||
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz
|
||||
http://hackage.haskell.org/package/${pkgname}-citeproc-${_citeproc_version}/${pkgname}-citeproc-${_citeproc_version}.tar.gz
|
||||
|
|
Loading…
Reference in a new issue