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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 13:42:25 UTC 2017


    Date: Friday, June 23, 2017 @ 13:42:25
  Author: felixonmars
Revision: 240382

upgpkg: haskell-keys 3.11-36

rebuild with hashable,1.2.6.1

Modified:
  haskell-keys/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 13:40:54 UTC (rev 240381)
+++ PKGBUILD	2017-06-23 13:42:25 UTC (rev 240382)
@@ -5,12 +5,12 @@
 _hkgname=keys
 pkgname=haskell-keys
 pkgver=3.11
-pkgrel=35
+pkgrel=36
 pkgdesc="Keyed functors and containers"
 url="http://github.com/ekmett/keys/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-comonad" "haskell-free" "haskell-hashable" "haskell-semigroupoids"
+depends=('ghc' "haskell-comonad" "haskell-free" "haskell-hashable" "haskell-semigroupoids"
          "haskell-semigroups" "haskell-transformers-compat" "haskell-unordered-containers")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('0cf397b7e6eb8cda930a02118c0bf262f9ef80c5a2f91822238b7778042cc4b2')
@@ -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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list