Date: Wednesday, October 7, 2015 @ 01:57:38 Author: foutrelis Revision: 143072
GHC 7.10.2 rebuild Modified: haskell-ghc-paths/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-06 23:56:54 UTC (rev 143071) +++ PKGBUILD 2015-10-06 23:57:38 UTC (rev 143072) @@ -4,12 +4,12 @@ pkgname=haskell-ghc-paths pkgver=0.1.0.9 -pkgrel=9 +pkgrel=10 pkgdesc="Knowledge of GHC's installation directories" url='http://hackage.haskell.org/package/ghc-paths' license=('custom:BSD3') arch=('x86_64' 'i686') -depends=('ghc=7.10.1') +depends=('ghc=7.10.2') source=("http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz") install="$pkgname.install" options=('staticlibs')
