Date: Tuesday, December 12, 2017 @ 12:22:07 Author: felixonmars Revision: 273996
upgpkg: haskell-hpack 0.21.1-1 rebuild with hpack,0.21.1 Modified: haskell-hpack/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-12 12:18:49 UTC (rev 273995) +++ PKGBUILD 2017-12-12 12:22:07 UTC (rev 273996) @@ -5,22 +5,23 @@ pkgname=haskell-hpack _hkgname=hpack -pkgver=0.20.0 -pkgrel=3 +pkgver=0.21.1 +pkgrel=1 pkgdesc="An alternative format for Haskell packages" url="https://github.com/sol/hpack#readme" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-cryptonite' 'haskell-glob' - 'haskell-text' 'haskell-unordered-containers' 'haskell-yaml') -makedepends=('ghc') +depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 'haskell-glob' + 'haskell-scientific' 'haskell-text' 'haskell-unordered-containers' 'haskell-yaml') +makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 'haskell-interpolate' + 'haskell-mockery' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('afeb32ce516cc60fbce6bd8a9985d7cebb0487d95ee9bbc1f8f336a4722565a8bd9c4ea934c8c7b38075bf528c73193e0a90e56009e821aab39caf083551c236') +sha512sums=('c1237056fb595c4a356cf4a6f1d3b3b8390ced4cd276c38263b585e530d0d7f99f127e6bdea36b760cb38028841c1bfd1cf4347959745fcaf0183fd507f1e792') build() { cd "$srcdir/$_hkgname-$pkgver" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup register --gen-script @@ -29,6 +30,11 @@ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } +check() { + cd $_hkgname-$pkgver + runhaskell Setup test +} + package() { cd "${srcdir}/${_hkgname}-${pkgver}"
