Date: Thursday, June 22, 2017 @ 05:29:36 Author: felixonmars Revision: 239413
upgpkg: haskell-criterion 1.2.0.0-3 rebuild with cassava,0.5.0.0 Modified: haskell-criterion/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-22 05:29:33 UTC (rev 239412) +++ PKGBUILD 2017-06-22 05:29:36 UTC (rev 239413) @@ -5,12 +5,12 @@ _hkgname=criterion pkgname=haskell-criterion pkgver=1.2.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" "haskell-code-page" +depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" "haskell-code-page" "haskell-exceptions" "haskell-glob" "haskell-js-flot" "haskell-js-jquery" "haskell-microstache" "haskell-mtl" "haskell-mwc-random" "haskell-optparse-applicative" "haskell-parsec" "haskell-statistics" "haskell-text" "haskell-transformers-compat" @@ -22,8 +22,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-fast runhaskell Setup build runhaskell Setup haddock --hoogle --html
