Date: Wednesday, June 28, 2017 @ 18:20:45 Author: felixonmars Revision: 241489
upgpkg: haskell-connection 0.2.8-15 rebuild with tls,1.3.11 Modified: haskell-connection/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-28 18:19:46 UTC (rev 241488) +++ PKGBUILD 2017-06-28 18:20:45 UTC (rev 241489) @@ -5,7 +5,7 @@ _hkgname=connection pkgname=haskell-connection pkgver=0.2.8 -pkgrel=14 +pkgrel=15 pkgdesc="Simple and easy network connections API" url="http://github.com/vincenthz/hs-connection" license=("custom:BSD3") @@ -21,7 +21,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
