Date: Friday, June 23, 2017 @ 14:14:41 Author: felixonmars Revision: 240406
upgpkg: haskell-shake 0.15.11-10 rebuild with hashable,1.2.6.1 Modified: haskell-shake/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 14:10:36 UTC (rev 240405) +++ PKGBUILD 2017-06-23 14:14:41 UTC (rev 240406) @@ -5,12 +5,12 @@ _hkgname=shake pkgname=haskell-shake pkgver=0.15.11 -pkgrel=9 +pkgrel=10 pkgdesc="Build system library, like Make, but more accurate dependencies." url="http://shakebuild.com" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-extra" "haskell-hashable" "haskell-js-flot" "haskell-js-jquery" +depends=('ghc' "haskell-extra" "haskell-hashable" "haskell-js-flot" "haskell-js-jquery" "haskell-primitive" "haskell-random" "haskell-unordered-containers" "haskell-utf8-string") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('05520d833ce9563977aa57d777a644b2a2322366a9f54c1004d83967e826b1bb') @@ -19,8 +19,8 @@ cd "${srcdir}/${_hkgname}-${pkgver}" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ - --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-portable runhaskell Setup build runhaskell Setup haddock --hoogle --html
