Date: Thursday, March 9, 2017 @ 08:12:57 Author: felixonmars Revision: 215366
upgpkg: haskell-microlens 0.4.8.0-1 rebuild with microlens,0.4.8.0 Modified: haskell-microlens/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-09 07:50:20 UTC (rev 215365) +++ PKGBUILD 2017-03-09 08:12:57 UTC (rev 215366) @@ -4,7 +4,7 @@ _hkgname=microlens pkgname=haskell-microlens -pkgver=0.4.7.0 +pkgver=0.4.8.0 pkgrel=1 pkgdesc="A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this." url="http://github.com/aelve/microlens" @@ -11,8 +11,8 @@ license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1") -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('c149874a5cf038c1dde51b79b22733116817619e5ed11c7787aadb9d8ea31e26') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha256sums=('aa0b12717671593f7e2cd686762fb842b22bf3e5b4559e4db8863f1d30be7af5') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -21,8 +21,7 @@ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build - # https://github.com/haskell/haddock/issues/505 - runhaskell Setup haddock --hoogle --html || warning "Failed to run haddock" + runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
