Date: Friday, June 23, 2017 @ 11:16:35
  Author: felixonmars
Revision: 240302

upgpkg: haskell-resource-pool 0.2.3.2-17

rebuild with hashable,1.2.6.1

Modified:
  haskell-resource-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-06-23 11:15:14 UTC (rev 240301)
+++ PKGBUILD    2017-06-23 11:16:35 UTC (rev 240302)
@@ -5,12 +5,12 @@
 _hkgname=resource-pool
 pkgname=haskell-resource-pool
 pkgver=0.2.3.2
-pkgrel=16
+pkgrel=17
 pkgdesc="A high-performance striped resource pooling implementation"
 url="http://github.com/bos/pool";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-hashable" "haskell-monad-control" "haskell-stm"
+depends=('ghc' "haskell-hashable" "haskell-monad-control" "haskell-stm"
          "haskell-transformers-base" "haskell-vector")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('8627eea2bea8824af2723646e74e2af0c73f583dd0c496c9fd242cd9d242bc12')
@@ -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 \
             -f-developer
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html

Reply via email to