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

Felix Yan felixonmars at archlinux.org
Tue Jun 20 18:52:14 UTC 2017


    Date: Tuesday, June 20, 2017 @ 18:52:13
  Author: felixonmars
Revision: 239116

upgpkg: haskell-dns 2.0.10-34

rebuild with safe,0.3.15

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 18:50:24 UTC (rev 239115)
+++ PKGBUILD	2017-06-20 18:52:13 UTC (rev 239116)
@@ -5,12 +5,12 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=2.0.10
-pkgrel=33
+pkgrel=34
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-attoparsec" "haskell-conduit" "haskell-conduit-extra" "haskell-iproute"
+depends=('ghc' "haskell-attoparsec" "haskell-conduit" "haskell-conduit-extra" "haskell-iproute"
          "haskell-mtl" "haskell-network" "haskell-random" "haskell-resourcet" "haskell-safe")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3')
@@ -24,7 +24,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