Date: Tuesday, February 8, 2022 @ 17:05:36 Author: felixonmars Revision: 1129272
upgpkg: haskell-haddock-library 1.10.0-95: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0 Modified: haskell-haddock-library/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-08 16:59:05 UTC (rev 1129271) +++ PKGBUILD 2022-02-08 17:05:36 UTC (rev 1129272) @@ -3,7 +3,7 @@ _hkgname=haddock-library pkgname=haskell-haddock-library pkgver=1.10.0 -pkgrel=94 +pkgrel=95 pkgdesc="A documentation-generation tool for Haskell libraries" url="https://www.haskell.org/haddock/" license=("BSD") @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u tree-diff -u QuickCheck -u hspec -u optparse-applicative $_hkgname.cabal + uusi -u base-compat -u tree-diff -u QuickCheck -u hspec -u optparse-applicative $_hkgname.cabal } build() {
