Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-boundedchan


Commits:
b4e50fd7 by Felix Yan at 2024-02-25T21:00:39+00:00
upgpkg: 1.0.3.0-3: rebuild with GHC 9.2.8

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = haskell-boundedchan
+       pkgdesc = Implementation of bounded channels.
+       pkgver = 1.0.3.0
+       pkgrel = 3
+       url = https://github.com/GaloisInc/BoundedChan
+       arch = x86_64
+       license = BSD
+       makedepends = ghc
+       depends = ghc-libs
+       source = 
https://hackage.haskell.org/packages/archive/BoundedChan/1.0.3.0/BoundedChan-1.0.3.0.tar.gz
+       sha256sums = 
531ceaed7f62844c2a63a7cbfdcab332ea5eaa218e9922ca3305580438adc46d
+
+pkgname = haskell-boundedchan


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 _hkgname=BoundedChan
 pkgname=haskell-boundedchan
 pkgver=1.0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Implementation of bounded channels."
 url="https://github.com/GaloisInc/BoundedChan";
 license=("BSD")
@@ -22,7 +22,7 @@ build() {
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie' 
 
-  runhaskell Setup build
+  runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script
   sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -31,7 +31,7 @@ build() {
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-boundedchan/-/commit/b4e50fd7a28fb2d93edd93f24e0a21513674402b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-boundedchan/-/commit/b4e50fd7a28fb2d93edd93f24e0a21513674402b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to