Date: Monday, July 31, 2017 @ 17:14:26
  Author: felixonmars
Revision: 247141

upgpkg: haskell-bifunctors 5.4.2-4

rebuild with distributive,0.5.3

Modified:
  haskell-bifunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-07-31 17:12:44 UTC (rev 247140)
+++ PKGBUILD    2017-07-31 17:14:26 UTC (rev 247141)
@@ -5,12 +5,12 @@
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
 pkgver=5.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Bifunctors"
 url="http://github.com/ekmett/bifunctors/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-base-orphans" "haskell-comonad" "haskell-semigroups" 
"haskell-tagged")
+depends=('ghc' "haskell-base-orphans" "haskell-comonad" "haskell-semigroups" 
"haskell-tagged")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('304281f112b34014fcce6082d8e7584333fcd740b3046e1dfd1bc6910221d9306808a5f0f023e9e63917e9c604d8ae7f6a0cac98aee52dd52e3580cb6a199e93')
 
@@ -19,7 +19,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 \
             -ftagged -fsemigroups
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html

Reply via email to