Date: Thursday, December 10, 2015 @ 17:10:38 Author: foutrelis Revision: 152297
GHC 7.10.3 rebuild Modified: haskell-ansi-wl-pprint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 16:10:37 UTC (rev 152296) +++ PKGBUILD 2015-12-10 16:10:38 UTC (rev 152297) @@ -5,12 +5,12 @@ _hkgname=ansi-wl-pprint pkgname=haskell-ansi-wl-pprint pkgver=0.6.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output" url="http://github.com/ekmett/ansi-wl-pprint" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.2" "haskell-ansi-terminal") +depends=("ghc=7.10.3" "haskell-ansi-terminal") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install"