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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 15:17:23 UTC 2022


    Date: Monday, March 21, 2022 @ 15:17:23
  Author: felixonmars
Revision: 1166974

upgpkg: haskell-ansi-wl-pprint 0.6.9-289: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 15:17:16 UTC (rev 1166973)
+++ PKGBUILD	2022-03-21 15:17:23 UTC (rev 1166974)
@@ -4,7 +4,7 @@
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
 pkgver=0.6.9
-pkgrel=288
+pkgrel=289
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="https://github.com/ekmett/ansi-wl-pprint"
 license=("BSD")
@@ -23,7 +23,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 \
             -f-example
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list