[arch-commits] Commit in haskell-type-errors-pretty/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 7 18:28:10 UTC 2022


    Date: Monday, March 7, 2022 @ 18:28:10
  Author: felixonmars
Revision: 1144718

upgpkg: haskell-type-errors-pretty 0.0.1.2-33: rebuild with doctest 0.19.0

Modified:
  haskell-type-errors-pretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-07 18:24:50 UTC (rev 1144717)
+++ PKGBUILD	2022-03-07 18:28:10 UTC (rev 1144718)
@@ -3,7 +3,7 @@
 _hkgname=type-errors-pretty
 pkgname=haskell-type-errors-pretty
 pkgver=0.0.1.2
-pkgrel=32
+pkgrel=33
 pkgdesc="Combinators for writing pretty type errors easily"
 url="https://github.com/kowainik/type-errors-pretty"
 license=('MPL2')
@@ -16,6 +16,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     gen-setup
+    uusi -u doctest $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list