Date: Wednesday, March 23, 2022 @ 11:58:44 Author: felixonmars Revision: 1171264
upgpkg: haskell-summoner-tui 2.0.1.1-316: rebuild with brick 0.66 Modified: haskell-summoner-tui/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-23 11:51:33 UTC (rev 1171263) +++ PKGBUILD 2022-03-23 11:58:44 UTC (rev 1171264) @@ -4,7 +4,7 @@ _hkgname=summoner-tui pkgname=haskell-summoner-tui pkgver=2.0.1.1 -pkgrel=315 +pkgrel=316 pkgdesc="Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI." url="https://github.com/kowainik/summoner" license=('MPL2') @@ -17,8 +17,9 @@ prepare(){ cd $_hkgname-$pkgver - echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs - uusi $_hkgname.cabal + uusi -u base -u brick -u vty $_hkgname.cabal + gen-setup + sed -i 's|renderCheckbox :: Bool -> String|renderCheckbox :: (Ord n) => Bool -> String|' src/Summoner/Tui/Field.hs } build() {
