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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 14:06:28 UTC 2017


    Date: Friday, June 23, 2017 @ 14:06:28
  Author: felixonmars
Revision: 240400

upgpkg: haskell-pointed 5-38

rebuild with hashable,1.2.6.1

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 14:05:08 UTC (rev 240399)
+++ PKGBUILD	2017-06-23 14:06:28 UTC (rev 240400)
@@ -5,12 +5,12 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5
-pkgrel=37
+pkgrel=38
 pkgdesc="Pointed and copointed data"
 url="http://github.com/ekmett/pointed/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-comonad" "haskell-data-default-class" "haskell-hashable"
+depends=('ghc' "haskell-comonad" "haskell-data-default-class" "haskell-hashable"
          "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups" "haskell-stm"
          "haskell-tagged" "haskell-transformers-compat" "haskell-unordered-containers")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
@@ -25,7 +25,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 \
             -fcomonad -fcontainers -fkan-extensions -fsemigroupoids -fsemigroups \
             -fstm -ftagged -ftransformers -funordered-containers
     runhaskell Setup build



More information about the arch-commits mailing list