Date: Thursday, December 10, 2015 @ 21:09:47 Author: foutrelis Revision: 152574
GHC 7.10.3 rebuild Modified: haskell-pandoc-citeproc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 19:55:46 UTC (rev 152573) +++ PKGBUILD 2015-12-10 20:09:47 UTC (rev 152574) @@ -5,12 +5,12 @@ _hkgname=pandoc-citeproc pkgname=haskell-pandoc-citeproc pkgver=0.8.1.3 -pkgrel=9 +pkgrel=10 pkgdesc="Supports using pandoc with citeproc" url="http://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec" +depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec" "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
