[arch-commits] Commit in haskell-serialise/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 22 21:28:38 UTC 2021
Date: Thursday, April 22, 2021 @ 21:28:37
Author: felixonmars
Revision: 921757
upgpkg: haskell-serialise 0.2.3.0-125: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-serialise/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-22 21:26:53 UTC (rev 921756)
+++ PKGBUILD 2021-04-22 21:28:37 UTC (rev 921757)
@@ -3,7 +3,7 @@
_hkgname=serialise
pkgname=haskell-serialise
pkgver=0.2.3.0
-pkgrel=124
+pkgrel=125
pkgdesc="A binary serialisation library for Haskell values"
url="https://github.com/well-typed/cborg"
license=('BSD')
@@ -35,7 +35,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list