Date: Wednesday, October 7, 2015 @ 03:25:04 Author: foutrelis Revision: 143162
GHC 7.10.2 rebuild Modified: haskell-x11/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:24:27 UTC (rev 143161) +++ PKGBUILD 2015-10-07 01:25:04 UTC (rev 143162) @@ -6,13 +6,13 @@ _hkgname=X11 pkgname=haskell-x11 pkgver=1.6.1.2 -pkgrel=4 +pkgrel=5 pkgdesc="A Haskell binding to the X11 graphics library." arch=(i686 x86_64) url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11" license=('custom:BSD3') options=('strip') -depends=("ghc=7.10.1" "libx11" "libxinerama" "libxrandr" "haskell-data-default=0.5.3") +depends=("ghc=7.10.2" "libx11" "libxinerama" "libxrandr" "haskell-data-default=0.5.3") conflicts=(haskell-x11-extras) install=hsmod.install source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
