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

Felix Yan felixonmars at archlinux.org
Wed Jun 21 18:48:21 UTC 2017


    Date: Wednesday, June 21, 2017 @ 18:48:19
  Author: felixonmars
Revision: 239347

upgpkg: haskell-src-exts 1.18.2-8

rebuild with cpphs,1.20.7

Modified:
  haskell-src-exts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 18:44:07 UTC (rev 239346)
+++ PKGBUILD	2017-06-21 18:48:19 UTC (rev 239347)
@@ -5,12 +5,12 @@
 _hkgname=haskell-src-exts
 pkgname=haskell-src-exts
 pkgver=1.18.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer"
 url="https://github.com/haskell-suite/haskell-src-exts"
 license=("custom:BSD")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-cpphs")
+depends=('ghc' "haskell-cpphs")
 makedepends=('happy')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('31583804dcec5c200bcf184db8a2eb33fdcc3354b011c6485370be63b2710943')
@@ -20,7 +20,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