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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 19:18:40 UTC 2017


    Date: Friday, June 23, 2017 @ 19:18:39
  Author: felixonmars
Revision: 240539

upgpkg: haskell-vector-instances 3.4-15

rebuild with hashable,1.2.6.1

Modified:
  haskell-vector-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 19:16:14 UTC (rev 240538)
+++ PKGBUILD	2017-06-23 19:18:39 UTC (rev 240539)
@@ -5,12 +5,12 @@
 _hkgname=vector-instances
 pkgname=haskell-vector-instances
 pkgver=3.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Orphan Instances for \'Data.Vector\'"
 url="http://github.com/ekmett/vector-instances"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-comonad" "haskell-hashable" "haskell-keys" "haskell-pointed"
+depends=('ghc' "haskell-comonad" "haskell-hashable" "haskell-keys" "haskell-pointed"
          "haskell-semigroupoids" "haskell-semigroups" "haskell-vector")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('1b0246ef0cf8372d61d5c7840d857f49299af2304b5107510377255ed4dd5381')
@@ -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 \
             -fhashable
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list