Date: Thursday, May 12, 2016 @ 17:25:53 Author: fyan Revision: 175041
upgpkg: cabal-helper 0.7.0.1-1 rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5 Modified: cabal-helper/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-12 15:25:45 UTC (rev 175040) +++ PKGBUILD 2016-05-12 15:25:53 UTC (rev 175041) @@ -4,8 +4,8 @@ pkgbase=cabal-helper pkgname=(cabal-helper haskell-cabal-helper) -pkgver=0.6.3.1 -pkgrel=3 +pkgver=0.7.0.1 +pkgrel=1 pkgdesc="Simple interface to some of Cabals configuration state used by ghc-mod" url="http://hackage.haskell.org/package/${pkgbase}" license=("AGPL3") @@ -13,7 +13,7 @@ makedepends=("ghc=7.10.3" "haskell-mtl" "haskell-temporary" "haskell-utf8-string") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz") -sha256sums=('c19a9a87c54f6649e0f8cbb3a070244bff9fcc5b9ae783c00c049867fb1a7afe') +sha256sums=('4c158f81ad325a0b2bfd5bfec149851f59837fd73775c8b4da0050bdeca0182d') build() { cd "${srcdir}/${pkgbase}-${pkgver}" @@ -20,7 +20,8 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --libexecdir="/usr/lib" \ - --libsubdir=\$compiler/site-local/\$pkgid + --libsubdir=\$compiler/site-local/\$pkgid \ + -f-dev runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
