Date: Saturday, July 12, 2014 @ 05:35:00 Author: fyan Revision: 115558
upgpkg: alex 3.1.3-3 ghc 7.8.3 rebuild Modified: alex/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-12 03:27:35 UTC (rev 115557) +++ PKGBUILD 2014-07-12 03:35:00 UTC (rev 115558) @@ -6,13 +6,13 @@ pkgname=alex pkgver=3.1.3 -pkgrel=2 +pkgrel=3 pkgdesc='Lexical analyser generator for Haskell' arch=('x86_64' 'i686') url='http://hackage.haskell.org/package/alex' license=('custom:BSD3') depends=('gmp' 'libffi') -makedepends=('ghc=7.8.2' 'haskell-quickcheck' 'happy' 'libffi') +makedepends=('ghc=7.8.3' 'haskell-quickcheck' 'happy' 'libffi') source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('8d41a6e72a016155f00c846f7146ab4b27fe9640668a4b592d6a9b856f970a92')