Date: Friday, June 23, 2017 @ 14:38:46 Author: felixonmars Revision: 240418
upgpkg: haskell-aeson 1.1.2.0-7 rebuild with hashable,1.2.6.1 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 14:33:04 UTC (rev 240417) +++ PKGBUILD 2017-06-23 14:38:46 UTC (rev 240418) @@ -6,13 +6,13 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=1.1.2.0 -pkgrel=6 +pkgrel=7 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/bos/aeson" license=("GPL") arch=('i686' 'x86_64') makedepends=('ghc') -depends=("ghc" 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable' +depends=('ghc' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable' 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") @@ -22,7 +22,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 \ -f-developer -f-fast -f-bytestring-builder -fcffi runhaskell Setup build runhaskell Setup haddock
