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

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


    Date: Wednesday, June 21, 2017 @ 18:11:38
  Author: felixonmars
Revision: 239320

upgpkg: stylish-haskell 0.7.1.0-36

rebuild with yaml,0.8.23.1

Modified:
  stylish-haskell/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 18:08:34 UTC (rev 239319)
+++ PKGBUILD	2017-06-21 18:11:38 UTC (rev 239320)
@@ -4,12 +4,12 @@
 
 pkgname=stylish-haskell
 pkgver=0.7.1.0
-pkgrel=35
+pkgrel=36
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-src-exts" "haskell-mtl" "haskell-optparse-applicative"
+depends=('ghc' "haskell-aeson" "haskell-src-exts" "haskell-mtl" "haskell-optparse-applicative"
          "haskell-strict" "haskell-syb" "haskell-yaml")
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('570a643ae6798995a43b0b357005e71c1529ed43ebafa2748fc97a236e0c01bc')
@@ -18,8 +18,8 @@
     cd "${srcdir}/${pkgname}-${pkgver}"
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-old_base
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list