Date: Wednesday, February 8, 2023 @ 21:49:05
  Author: felixonmars
Revision: 1396555

upgpkg: haskell-broadcast-chan 0.2.1.2-2: rebuild with unliftio-core 0.2.1.0

Modified:
  haskell-broadcast-chan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-08 21:48:28 UTC (rev 1396554)
+++ PKGBUILD    2023-02-08 21:49:05 UTC (rev 1396555)
@@ -3,7 +3,7 @@
 _hkgname=broadcast-chan
 pkgname=haskell-broadcast-chan
 pkgver=0.2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Closable, fair, single-wakeup channel type that avoids 0 reader space 
leaks"
 url="https://github.com/merijn/broadcast-chan";
 license=('BSD')
@@ -22,7 +22,7 @@
     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
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script

Reply via email to