Date: Friday, June 23, 2017 @ 11:55:18 Author: felixonmars Revision: 240334
upgpkg: haskell-uri-bytestring 0.2.3.3-3 rebuild with hashable,1.2.6.1 Modified: haskell-uri-bytestring/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:53:32 UTC (rev 240333) +++ PKGBUILD 2017-06-23 11:55:18 UTC (rev 240334) @@ -4,7 +4,7 @@ _hkgname=uri-bytestring pkgname=haskell-uri-bytestring pkgver=0.2.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="Haskell URI parsing as ByteStrings" url="https://github.com/Soostone/uri-bytestring" license=('custom:BSD3') @@ -18,7 +18,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 \ -f-lib-Werror runhaskell Setup build runhaskell Setup haddock --hoogle --html
