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

Felix Yan felixonmars at archlinux.org
Fri Jun 30 20:21:42 UTC 2017


    Date: Friday, June 30, 2017 @ 20:21:41
  Author: felixonmars
Revision: 241777

upgpkg: haskell-conduit 1.2.11-4

rebuild with monad-control,1.0.2.1

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 20:19:50 UTC (rev 241776)
+++ PKGBUILD	2017-06-30 20:21:41 UTC (rev 241777)
@@ -5,12 +5,12 @@
 _hkgname=conduit
 pkgname=haskell-conduit
 pkgver=1.2.11
-pkgrel=3
+pkgrel=4
 pkgdesc="Streaming data processing library."
 url="http://github.com/snoyberg/conduit"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
+depends=('ghc' "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
          "haskell-monad-control" "haskell-mtl" "haskell-primitive" "haskell-resourcet"
          "haskell-transformers-base")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
@@ -21,7 +21,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