Date: Friday, June 23, 2017 @ 13:52:37 Author: felixonmars Revision: 240388
upgpkg: haskell-mono-traversable 1.0.2-8 rebuild with hashable,1.2.6.1 Modified: haskell-mono-traversable/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 13:50:18 UTC (rev 240387) +++ PKGBUILD 2017-06-23 13:52:37 UTC (rev 240388) @@ -5,12 +5,12 @@ _hkgname=mono-traversable pkgname=haskell-mono-traversable pkgver=1.0.2 -pkgrel=7 +pkgrel=8 pkgdesc="Type classes for mapping, folding, and traversing monomorphic containers" url="https://github.com/snoyberg/mono-traversable" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-hashable" "haskell-split" "haskell-text" "haskell-unordered-containers" +depends=('ghc' "haskell-hashable" "haskell-split" "haskell-text" "haskell-unordered-containers" "haskell-vector" "haskell-vector-algorithms") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('aa110a1f08b726f2e0d17858e09bd76e13d60ccf2bf5366c92c15999da0b3633') @@ -20,7 +20,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