Date: Thursday, December 10, 2015 @ 18:49:01 Author: foutrelis Revision: 152483
GHC 7.10.3 rebuild Modified: haddock/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 17:46:36 UTC (rev 152482) +++ PKGBUILD 2015-12-10 17:49:01 UTC (rev 152483) @@ -5,13 +5,13 @@ pkgname=haddock pkgver=2.16.1 -pkgrel=4 +pkgrel=5 pkgdesc='Tool for generating documentation for Haskell libraries' url='http://hackage.haskell.org/package/haddock/' license=('custom:BSD3') arch=('x86_64' 'i686') makedepends=('alex' 'happy') -depends=('ghc=7.10.2' 'haskell-ghc-paths' 'haskell-haddock-api') +depends=('ghc=7.10.3' 'haskell-ghc-paths' 'haskell-haddock-api') install="$pkgname.install" options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
