[arch-commits] Commit in haskell-monad-dijkstra/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 23 00:19:10 UTC 2021
Date: Friday, April 23, 2021 @ 00:19:09
Author: felixonmars
Revision: 921999
upgpkg: haskell-monad-dijkstra 0.1.1.3-106: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-monad-dijkstra/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-23 00:18:11 UTC (rev 921998)
+++ PKGBUILD 2021-04-23 00:19:09 UTC (rev 921999)
@@ -3,7 +3,7 @@
_hkgname=monad-dijkstra
pkgname=haskell-monad-dijkstra
pkgver=0.1.1.3
-pkgrel=105
+pkgrel=106
pkgdesc="A monad transformer for weighted graph searches"
url="https://github.com/ennocramer/monad-dijkstra"
license=("BSD")
@@ -31,7 +31,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list