Date: Tuesday, June 22, 2021 @ 03:28:38 Author: felixonmars Revision: 966737
upgpkg: haskell-floskell 0.10.5-103: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0 Modified: haskell-floskell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-22 03:20:54 UTC (rev 966736) +++ PKGBUILD 2021-06-22 03:28:38 UTC (rev 966737) @@ -3,7 +3,7 @@ _hkgname=floskell pkgname=haskell-floskell pkgver=0.10.5 -pkgrel=102 +pkgrel=103 pkgdesc="A flexible Haskell source code pretty printer" url="https://github.com/ennocramer/floskell" license=("BSD") @@ -17,7 +17,7 @@ prepare() { cd $_hkgname-floskell-$pkgver - uusi -u attoparsec -u hspec $_hkgname.cabal + uusi -u attoparsec -u base -u ghc-prim -u hspec $_hkgname.cabal } build() {
