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

Felix Yan felixonmars at archlinux.org
Sat Jul 29 15:12:28 UTC 2017


    Date: Saturday, July 29, 2017 @ 15:12:26
  Author: felixonmars
Revision: 246797

upgpkg: haskell-adjunctions 4.3-33

rebuild with semigroupoids,5.2.1

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-29 15:10:56 UTC (rev 246796)
+++ PKGBUILD	2017-07-29 15:12:26 UTC (rev 246797)
@@ -5,12 +5,12 @@
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
 pkgver=4.3
-pkgrel=32
+pkgrel=33
 pkgdesc="Adjunctions and representable functors"
 url="http://github.com/ekmett/adjunctions/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-comonad" "haskell-contravariant" "haskell-distributive"
+depends=('ghc' "haskell-comonad" "haskell-contravariant" "haskell-distributive"
          "haskell-free" "haskell-mtl" "haskell-profunctors" "haskell-semigroupoids"
          "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
          "haskell-void")
@@ -22,7 +22,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