[arch-commits] Commit in haskell-validation-selective/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 14 22:58:30 UTC 2021


    Date: Friday, May 14, 2021 @ 22:58:30
  Author: felixonmars
Revision: 934446

upgpkg: haskell-validation-selective 0.1.0.1-13: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7

Modified:
  haskell-validation-selective/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-14 22:55:03 UTC (rev 934445)
+++ PKGBUILD	2021-05-14 22:58:30 UTC (rev 934446)
@@ -4,7 +4,7 @@
 _hkgname=validation-selective
 pkgname=haskell-validation-selective
 pkgver=0.1.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Lighweight pure data validation based on Applicative and Selective functors."
 url="https://github.com/kowainik/validation-selective"
 license=('MPL2')
@@ -17,6 +17,7 @@
 prepare(){
   cd $_hkgname-$pkgver
   gen-setup
+  uusi -u hspec $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list