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


Commits:
c19f2376 by Felix Yan at 2024-02-25T20:55:01+00:00
upgpkg: 1.0.0-2: rebuild with GHC 9.2.8

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = haskell-time-units
+       pkgdesc = A basic library for defining units of time as types.
+       pkgver = 1.0.0
+       pkgrel = 2
+       url = https://github.com/acw/time-units
+       arch = x86_64
+       license = BSD
+       makedepends = ghc
+       depends = ghc-libs
+       source = 
https://hackage.haskell.org/packages/archive/time-units/1.0.0/time-units-1.0.0.tar.gz
+       sha256sums = 
e181997dd05321f09b21c5e0bf38524ccab51ecc588a6017253cc96db289e099
+
+pkgname = haskell-time-units


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 _hkgname=time-units
 pkgname=haskell-time-units
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A basic library for defining units of time as types."
 url="https://github.com/acw/time-units";
 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-time-units/-/commit/c19f23761d3924050daf322005e2b817acf21868

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


Reply via email to