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

Felix Yan felixonmars at archlinux.org
Sat Jul 29 16:16:40 UTC 2017


    Date: Saturday, July 29, 2017 @ 16:16:39
  Author: felixonmars
Revision: 246827

upgpkg: haskell-kan-extensions 5.0.2-3

rebuild with semigroupoids,5.2.1

Modified:
  haskell-kan-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-29 16:14:53 UTC (rev 246826)
+++ PKGBUILD	2017-07-29 16:16:39 UTC (rev 246827)
@@ -5,12 +5,12 @@
 _hkgname=kan-extensions
 pkgname=haskell-kan-extensions
 pkgver=5.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads"
 url="http://github.com/ekmett/kan-extensions/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-adjunctions" "haskell-comonad" "haskell-contravariant"
+depends=('ghc' "haskell-adjunctions" "haskell-comonad" "haskell-contravariant"
          "haskell-distributive" "haskell-free" "haskell-mtl" "haskell-semigroupoids"
          "haskell-tagged")
 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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list