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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 22 23:54:28 UTC 2021


    Date: Wednesday, December 22, 2021 @ 23:54:27
  Author: felixonmars
Revision: 1082954

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

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-22 23:52:46 UTC (rev 1082953)
+++ PKGBUILD	2021-12-22 23:54:27 UTC (rev 1082954)
@@ -2,7 +2,7 @@
 
 _hkgname=ghc-trace-events
 pkgname=haskell-ghc-trace-events
-pkgver=0.1.2.3
+pkgver=0.1.2.4
 pkgrel=1
 pkgdesc="Faster traceEvent and traceMarker, and binary object logging for eventlog"
 url="https://github.com/maoe/ghc-trace-events"
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('0fb748dd47bec822ffe525c66dc890b76e53098c57334e4608bc9739964a3cd0feac99d8cc3f1afc3db61dbea580d3368287b4d1f0bf61f0b5355e099a7f14a0')
+sha512sums=('aca34ae1ea4031d841b0e20c09294b84ccdd8497737bffff109b6896e6c9008e72032743249c03fa9ad8939a3df89a2d34f8b322218ee39db00bf4fb5c8df15e')
 
 build() {
   cd $_hkgname-$pkgver
@@ -18,7 +18,7 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
     --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --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