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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 7 22:39:21 UTC 2022


    Date: Monday, March 7, 2022 @ 22:39:21
  Author: felixonmars
Revision: 1145213

upgpkg: haskell-validation-selective 0.1.0.1-70: rebuild with doctest 0.19.0

Modified:
  haskell-validation-selective/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-07 22:32:57 UTC (rev 1145212)
+++ PKGBUILD	2022-03-07 22:39:21 UTC (rev 1145213)
@@ -4,7 +4,7 @@
 _hkgname=validation-selective
 pkgname=haskell-validation-selective
 pkgver=0.1.0.1
-pkgrel=69
+pkgrel=70
 pkgdesc="Lighweight pure data validation based on Applicative and Selective functors."
 url="https://github.com/kowainik/validation-selective"
 license=('MPL2')
@@ -17,7 +17,7 @@
 prepare(){
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u hspec -u selective $_hkgname.cabal
+  uusi -u doctest -u hspec -u selective $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list