Date: Wednesday, October 7, 2015 @ 02:07:18 Author: foutrelis Revision: 143082
GHC 7.10.2 rebuild Modified: haskell-stm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 00:05:54 UTC (rev 143081) +++ PKGBUILD 2015-10-07 00:07:18 UTC (rev 143082) @@ -4,12 +4,12 @@ _hkgname=stm pkgname=haskell-stm pkgver=2.4.4 -pkgrel=3 +pkgrel=4 pkgdesc="A modular composable concurrency abstraction." url="http://hackage.haskell.org/package/stm" license=('custom:BSD3') arch=('i686' 'x86_64') -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 options=('staticlibs')
