Date: Wednesday, June 21, 2017 @ 17:14:11 Author: felixonmars Revision: 239306
upgpkg: haskell-hpack 0.17.1-4 rebuild with yaml,0.8.23.1 Modified: haskell-hpack/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-21 17:13:10 UTC (rev 239305) +++ PKGBUILD 2017-06-21 17:14:11 UTC (rev 239306) @@ -6,13 +6,13 @@ pkgname=haskell-hpack _hkgname=hpack pkgver=0.17.1 -pkgrel=3 +pkgrel=4 pkgdesc="An alternative format for Haskell packages" url="https://github.com/sol/hpack#readme" license=("MIT") arch=('i686' 'x86_64') makedepends=('ghc') -depends=("ghc" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 'haskell-text' +depends=('ghc' 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 'haskell-text' 'haskell-unordered-containers' 'haskell-yaml') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") sha512sums=('59d3763d425797b7e99e12eb9bd9d905e3c3eec65eba50cd30c0a951c26d42a527d43f0fd1aa9724f309f4708f1a09aece00f8bc28874d8e802137c4a7276946') @@ -21,7 +21,7 @@ cd "$srcdir/$_hkgname-$pkgver" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script
