[arch-commits] Commit in haskell-statistics/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 23 16:17:50 UTC 2017


    Date: Friday, June 23, 2017 @ 16:17:49
  Author: felixonmars
Revision: 240474

upgpkg: haskell-statistics 0.14.0.2-3

rebuild with hashable,1.2.6.1

Modified:
  haskell-statistics/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 16:06:10 UTC (rev 240473)
+++ PKGBUILD	2017-06-23 16:17:49 UTC (rev 240474)
@@ -5,12 +5,12 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.14.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics"
 license=("custom:BSD2")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-base-orphans" "haskell-erf" "haskell-math-functions"
+depends=('ghc' "haskell-aeson" "haskell-base-orphans" "haskell-erf" "haskell-math-functions"
          "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" "haskell-vector"
          "haskell-vector-algorithms" "haskell-vector-binary-instances" "haskell-vector-th-unbox")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
@@ -21,7 +21,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 || warning "Failed to run haddock"
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list