Date: Friday, July 7, 2017 @ 05:40:06 Author: felixonmars Revision: 242610
upgpkg: haskell-glob 0.7.14-3 rebuild with dlist,0.8.0.3 Modified: haskell-glob/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-07 05:38:37 UTC (rev 242609) +++ PKGBUILD 2017-07-07 05:40:06 UTC (rev 242610) @@ -5,12 +5,12 @@ _hkgname=Glob pkgname=haskell-glob pkgver=0.7.14 -pkgrel=2 +pkgrel=3 pkgdesc="Globbing library" url="http://iki.fi/matti.niemenmaa/glob/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-dlist" "haskell-transformers-compat") +depends=('ghc' "haskell-dlist" "haskell-transformers-compat") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('2837b88916e8ba4314fdbb556de8b0e7f577b848d3e80a08959b6ef47e1c842b') @@ -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
