Date: Saturday, June 19, 2021 @ 13:11:14 Author: felixonmars Revision: 965504
upgpkg: haskell-multistate 0.8.0.3-69: rebuild with ghc 9.0.1 Modified: haskell-multistate/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-19 12:07:00 UTC (rev 965503) +++ PKGBUILD 2021-06-19 13:11:14 UTC (rev 965504) @@ -3,7 +3,7 @@ _hkgname=multistate pkgname=haskell-multistate pkgver=0.8.0.3 -pkgrel=68 +pkgrel=69 pkgdesc="Like mtl's ReaderT / WriterT / StateT, but more than one contained value/type" url="https://github.com/lspitzner/multistate" license=("BSD") @@ -15,7 +15,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u hspec $_hkgname.cabal + uusi -u base -u hspec $_hkgname.cabal } build() {
