Date: Saturday, August 21, 2010 @ 08:28:45 Author: vesa Revision: 88230
6.12.3 rebuild Modified: haskell-binary/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-21 12:25:44 UTC (rev 88229) +++ PKGBUILD 2010-08-21 12:28:45 UTC (rev 88230) @@ -1,13 +1,13 @@ # Maintainer: Vesa Kaihlavirta <[email protected]> # Contributor: Arch Haskell Team <[email protected]> pkgname=haskell-binary -pkgrel=2 +pkgrel=3 pkgver=0.5.0.2 pkgdesc="Binary serialisation for Haskell values using lazy ByteStrings" url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=6.12.1 sh) +depends=(ghc=6.12.3 sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/binary/$pkgver/binary-$pkgver.tar.gz) install=haskell-binary.install
