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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 19:49:29 UTC 2022


    Date: Monday, March 21, 2022 @ 19:49:29
  Author: felixonmars
Revision: 1168203

upgpkg: stylish-haskell 0.12.2.0-131: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 19:49:21 UTC (rev 1168202)
+++ PKGBUILD	2022-03-21 19:49:29 UTC (rev 1168203)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.12.2.0
-pkgrel=130
+pkgrel=131
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("BSD")
@@ -25,7 +25,7 @@
     cd $pkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests --datasubdir="$pkgname" \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -f-old_base --ghc-option='-pie'
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list