Date: Thursday, December 10, 2015 @ 16:31:58 Author: fyan Revision: 152276
GHC 7.10.3 rebuild Modified: haskell-stm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 15:31:45 UTC (rev 152275) +++ PKGBUILD 2015-12-10 15:31:58 UTC (rev 152276) @@ -4,12 +4,12 @@ _hkgname=stm pkgname=haskell-stm pkgver=2.4.4 -pkgrel=4 +pkgrel=5 pkgdesc="A modular composable concurrency abstraction." url="http://hackage.haskell.org/package/stm" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.10.2' 'sh') +depends=('ghc=7.10.3' 'sh') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz) install=${pkgname}.install options=('staticlibs')