[arch-commits] Commit in haskell-wl-pprint-text/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 29 19:13:22 UTC 2022


    Date: Monday, August 29, 2022 @ 19:13:21
  Author: felixonmars
Revision: 1285585

upgpkg: haskell-wl-pprint-text 1.2.0.2-5: rebuild with base-compat 0.12.2, base-compat-batteries 0.12.2

Modified:
  haskell-wl-pprint-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 19:13:12 UTC (rev 1285584)
+++ PKGBUILD	2022-08-29 19:13:21 UTC (rev 1285585)
@@ -4,7 +4,7 @@
 _hkgname=wl-pprint-text
 pkgname=haskell-wl-pprint-text
 pkgver=1.2.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A Wadler/Leijen Pretty Printer for Text values"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -18,7 +18,7 @@
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list