Date: Thursday, December 10, 2015 @ 19:20:28 Author: fyan Revision: 152522
GHC 7.10.3 rebuild Modified: haskell-pandoc-types/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 18:18:46 UTC (rev 152521) +++ PKGBUILD 2015-12-10 18:20:28 UTC (rev 152522) @@ -5,12 +5,12 @@ _hkgname=pandoc-types pkgname=haskell-pandoc-types pkgver=1.12.4.7 -pkgrel=4 +pkgrel=5 pkgdesc="Types for representing a structured document" url="http://johnmacfarlane.net/pandoc" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-aeson" "haskell-deepseq-generics" "haskell-syb") +depends=("ghc=7.10.3" "haskell-aeson" "haskell-deepseq-generics" "haskell-syb") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install"
