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

Felix Yan felixonmars at archlinux.org
Fri Jun 30 20:19:29 UTC 2017


    Date: Friday, June 30, 2017 @ 20:19:28
  Author: felixonmars
Revision: 241775

upgpkg: haskell-resourcet 1.1.9-7

rebuild with monad-control,1.0.2.1

Modified:
  haskell-resourcet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 20:18:04 UTC (rev 241774)
+++ PKGBUILD	2017-06-30 20:19:28 UTC (rev 241775)
@@ -5,12 +5,12 @@
 _hkgname=resourcet
 pkgname=haskell-resourcet
 pkgver=1.1.9
-pkgrel=6
+pkgrel=7
 pkgdesc="Deterministic allocation and freeing of scarce resources."
 url="http://github.com/snoyberg/conduit"
 license=("custom:BSD3")
 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-transformers-base"
          "haskell-transformers-compat")
 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