Date: Tuesday, March 22, 2022 @ 01:18:59 Author: felixonmars Revision: 1169642
upgpkg: haskell-tomland 1.3.3.1-28: rebuild with hedgehog 1.1 Modified: haskell-tomland/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 01:18:49 UTC (rev 1169641) +++ PKGBUILD 2022-03-22 01:18:59 UTC (rev 1169642) @@ -4,7 +4,7 @@ _hkgname=tomland pkgname=haskell-tomland pkgver=1.3.3.1 -pkgrel=27 +pkgrel=28 pkgdesc="Implementation of bidirectional TOML serialization." url="https://github.com/kowainik/tomland" license=('MPL2') @@ -19,7 +19,7 @@ prepare(){ cd $_hkgname-$pkgver gen-setup - uusi -u hspec $_hkgname.cabal + uusi -u hedgehog -u hspec $_hkgname.cabal } build() {