Date: Wednesday, October 7, 2015 @ 03:11:20 Author: allan Revision: 143146
GHC 7.10.2 rebuild Modified: haskell-regex-posix/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:09:29 UTC (rev 143145) +++ PKGBUILD 2015-10-07 01:11:20 UTC (rev 143146) @@ -6,12 +6,12 @@ _hkgname=regex-posix pkgname=haskell-regex-posix pkgver=0.95.2 -pkgrel=11 +pkgrel=12 pkgdesc='The posix regex backend for regex-base' url="http://hackage.haskell.org/package/$_hkgname" license=('custom:BSD3') arch=('x86_64' 'i686') -depends=('ghc=7.10.1' 'haskell-regex-base') +depends=('ghc=7.10.2' 'haskell-regex-base') source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") install="$pkgname.install" options=('staticlibs')
