Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-summoner-tui
Commits:
4baa07b9 by Felix Yan at 2024-02-22T04:06:46+02:00
upgpkg: 2.0.1.1-537: rebuild with relude 1.2.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-summoner-tui
pkgdesc = Tool for scaffolding fully configured batteries-included
production-level Haskell projects using TUI.
pkgver = 2.0.1.1
- pkgrel = 536
+ pkgrel = 537
url = https://github.com/kowainik/summoner
arch = x86_64
license = MPL2
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=summoner-tui
pkgname=haskell-summoner-tui
pkgver=2.0.1.1
-pkgrel=536
+pkgrel=537
pkgdesc="Tool for scaffolding fully configured batteries-included
production-level Haskell projects using TUI."
url="https://github.com/kowainik/summoner"
license=('MPL2')
@@ -20,7 +20,7 @@
sha256sums=('9f840f25d72c54b4b5ed0c5e6755e52ca71e9961759de6bd0046d567bd1f2c27'
prepare(){
cd $_hkgname-$pkgver
patch -p2 -i ../summoner-tui-relude-1.x.patch
- uusi -u base -u brick -u vty -u validation-selective -u relude
$_hkgname.cabal
+ uusi -u base -u brick -u vty -u validation-selective $_hkgname.cabal
gen-setup
sed -i 's|renderCheckbox :: Bool -> String|renderCheckbox :: (Ord n) => Bool
-> String|' src/Summoner/Tui/Field.hs
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner-tui/-/commit/4baa07b90adbf177360e9b69ff581ceaccc8972f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-summoner-tui/-/commit/4baa07b90adbf177360e9b69ff581ceaccc8972f
You're receiving this email because of your account on gitlab.archlinux.org.