Date: Thursday, March 4, 2021 @ 18:20:20
  Author: felixonmars
Revision: 880543

upgpkg: haskell-cborg 0.2.4.0-94: rebuild with tasty 1.4, tasty-silver 3.2, 
tasty-ant-xml 1.1.8

Modified:
  haskell-cborg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-04 18:18:44 UTC (rev 880542)
+++ PKGBUILD    2021-03-04 18:20:20 UTC (rev 880543)
@@ -3,7 +3,7 @@
 _hkgname=cborg
 pkgname=haskell-cborg
 pkgver=0.2.4.0
-pkgrel=93
+pkgrel=94
 pkgdesc="Concise Binary Object Representation (CBOR)"
 url="https://github.com/well-typed/cborg";
 license=('BSD')
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u base16-bytestring -u base64-bytestring $_hkgname.cabal
+    uusi -u base16-bytestring -u base64-bytestring -u tasty $_hkgname.cabal
     sed -i 's/fst (Base16.decode encoded16)/Base16.decodeLenient encoded16/' 
tests/Tests/Reference/TestVectors.hs
 }
 

Reply via email to