Date: Wednesday, October 7, 2015 @ 01:58:33 Author: foutrelis Revision: 143074
GHC 7.10.2 rebuild Modified: haskell-old-locale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-06 23:57:46 UTC (rev 143073) +++ PKGBUILD 2015-10-06 23:58:33 UTC (rev 143074) @@ -2,13 +2,13 @@ _hkgname=old-locale pkgname=haskell-old-locale pkgver=1.0.0.7 -pkgrel=5 +pkgrel=6 pkgdesc="This package provides the ability to adapt to locale conventions such as date and time formats." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc=7.10.1') +depends=('ghc=7.10.2') options=('strip') source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install
