Date: Friday, May 14, 2021 @ 14:58:45 Author: felixonmars Revision: 934151
upgpkg: haskell-haddock-library 1.10.0-18: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7 Modified: haskell-haddock-library/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-14 14:54:04 UTC (rev 934150) +++ PKGBUILD 2021-05-14 14:58:45 UTC (rev 934151) @@ -3,7 +3,7 @@ _hkgname=haddock-library pkgname=haskell-haddock-library pkgver=1.10.0 -pkgrel=17 +pkgrel=18 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 optparse-applicative $_hkgname.cabal + uusi -u tree-diff -u QuickCheck -u hspec -u optparse-applicative $_hkgname.cabal } build() {
