Date: Thursday, December 10, 2015 @ 20:55:38 Author: foutrelis Revision: 152572
GHC 7.10.3 rebuild Modified: haskell-pandoc-crossref/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 19:44:43 UTC (rev 152571) +++ PKGBUILD 2015-12-10 19:55:38 UTC (rev 152572) @@ -5,12 +5,12 @@ _hkgname=pandoc-crossref pkgname=haskell-pandoc-crossref pkgver=0.1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Pandoc filter for cross-references" url="http://hackage.haskell.org/package/${_hkgname}" license=("GPL2") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-data-default" "haskell-mtl" "pandoc" "haskell-pandoc-types" +depends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" "pandoc" "haskell-pandoc-types" "haskell-yaml") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
