Date: Wednesday, October 7, 2015 @ 02:27:10 Author: foutrelis Revision: 143100
GHC 7.10.2 rebuild Modified: haskell-text/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 00:19:00 UTC (rev 143099) +++ PKGBUILD 2015-10-07 00:27:10 UTC (rev 143100) @@ -3,13 +3,13 @@ _hkgname=text pkgname=haskell-text pkgver=1.2.1.3 -pkgrel=2 +pkgrel=3 pkgdesc="An efficient packed Unicode text type." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.10.1' 'sh') +depends=('ghc=7.10.2' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('cda1b7c5322b46b2e5fdab92e2e21dd7')
