[arch-commits] Commit in haskell-ghc-trace-events/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 16 08:40:55 UTC 2022


    Date: Tuesday, August 16, 2022 @ 08:40:55
  Author: felixonmars
Revision: 1266548

upgpkg: haskell-ghc-trace-events 0.1.2.6-1: rebuild with ghc-trace-events 0.1.2.6

Modified:
  haskell-ghc-trace-events/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-16 08:40:30 UTC (rev 1266547)
+++ PKGBUILD	2022-08-16 08:40:55 UTC (rev 1266548)
@@ -2,7 +2,7 @@
 
 _hkgname=ghc-trace-events
 pkgname=haskell-ghc-trace-events
-pkgver=0.1.2.5
+pkgver=0.1.2.6
 pkgrel=1
 pkgdesc="Faster traceEvent and traceMarker, and binary object logging for eventlog"
 url="https://github.com/maoe/ghc-trace-events"
@@ -11,13 +11,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('081a5eb1a042fb9643baf922e8eaf48f39ba2bfa4ec51ae55829b6138208d98a92ea018b3469dff014e062f0be290f1d09d6245673dfbf2943865a81640caa45')
+sha512sums=('492ae81684afde313e6a3796236ab1251436df67b8863fbfb1e2db0bbcac8f1f6164b463d761b9882d19473390e418a8e97b4f6d05003804f1b1f446397035af')
 
 build() {
   cd $_hkgname-$pkgver
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-    --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
     --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'



More information about the arch-commits mailing list