Date: Wednesday, October 7, 2015 @ 03:42:01 Author: allan Revision: 143174
GHC 7.10.2 rebuild Modified: haddock/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:40:46 UTC (rev 143173) +++ PKGBUILD 2015-10-07 01:42:01 UTC (rev 143174) @@ -5,13 +5,13 @@ pkgname=haddock pkgver=2.16.1 -pkgrel=2 +pkgrel=3 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.1' 'haskell-ghc-paths' 'haskell-haddock-api') +depends=('ghc=7.10.2' 'haskell-ghc-paths' 'haskell-haddock-api') install="$pkgname.install" options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
