Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / xmonad
Commits: 55d41950 by Felix Yan at 2025-10-15T20:22:12+08:00 add ghc-libs dep for better dependency inspection - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -11,7 +11,7 @@ pkgdesc='Lightweight X11 tiled window manager written in Haskell' url='https://xmonad.org/' arch=('x86_64') license=('BSD-3-Clause') -depends=('ghc' 'haskell-x11' 'haskell-data-default-class' 'haskell-setlocale') +depends=('ghc' 'ghc-libs' 'haskell-x11' 'haskell-data-default-class' 'haskell-setlocale') makedepends=('gendesk' 'pandoc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-quickcheck-classes') optdepends=('xorg-xmessage: for displaying visual error messages') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xmonad/-/commit/55d41950e472b536e3c58a71456b24dcaa44171b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xmonad/-/commit/55d41950e472b536e3c58a71456b24dcaa44171b You're receiving this email because of your account on gitlab.archlinux.org.
