Date: Friday, June 23, 2017 @ 18:05:23 Author: felixonmars Revision: 240514
upgpkg: haskell-postgresql-binary 0.12.1-20 rebuild with hashable,1.2.6.1 Modified: haskell-postgresql-binary/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 18:03:09 UTC (rev 240513) +++ PKGBUILD 2017-06-23 18:05:23 UTC (rev 240514) @@ -5,12 +5,12 @@ _hkgname=postgresql-binary pkgname=haskell-postgresql-binary pkgver=0.12.1 -pkgrel=19 +pkgrel=20 pkgdesc="Encoders and decoders for the PostgreSQL's binary format" url="https://github.com/nikita-volkov/postgresql-binary" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-base-prelude" "haskell-binary-parser" +depends=('ghc' "haskell-aeson" "haskell-base-prelude" "haskell-binary-parser" "haskell-bytestring-strict-builder" "haskell-loch-th" "haskell-network-ip" "haskell-placeholders" "haskell-scientific" "haskell-text" "haskell-unordered-containers" "haskell-uuid" "haskell-vector") @@ -22,7 +22,7 @@ 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 --hoogle --html runhaskell Setup register --gen-script
