Date: Friday, June 23, 2017 @ 18:10:39 Author: felixonmars Revision: 240518
upgpkg: haskell-hasql-pool 0.4.1-52 rebuild with hashable,1.2.6.1 Modified: haskell-hasql-pool/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 18:09:03 UTC (rev 240517) +++ PKGBUILD 2017-06-23 18:10:39 UTC (rev 240518) @@ -5,7 +5,7 @@ _hkgname=hasql-pool pkgname=haskell-hasql-pool pkgver=0.4.1 -pkgrel=51 +pkgrel=52 pkgdesc="A pool of connections for Hasql" url="https://github.com/nikita-volkov/hasql-pool" license=('MIT') @@ -19,7 +19,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
