Date: Wednesday, October 7, 2015 @ 02:11:12 Author: foutrelis Revision: 143086
GHC 7.10.2 rebuild Modified: haskell-dataenc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 00:09:18 UTC (rev 143085) +++ PKGBUILD 2015-10-07 00:11:12 UTC (rev 143086) @@ -6,12 +6,12 @@ _hkgname=dataenc pkgname=haskell-dataenc pkgver=0.14.0.7 -pkgrel=5 +pkgrel=6 pkgdesc="Data encoding library" url="http://hackage.haskell.org/package/dataenc" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.10.1' 'sh') +depends=('ghc=7.10.2' 'sh') install=${pkgname}.install options=('staticlibs') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz update-build-deps-ghc-7.10.1.patch)
