From 3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 5 Jun 2020 08:44:48 +0100 Subject: [PATCH] x11-misc/xmobar: allow stm-2.5 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich --- x11-misc/xmobar/xmobar-0.24.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-misc/xmobar/xmobar-0.24.3.ebuild b/x11-misc/xmobar/xmobar-0.24.3.ebuild index 9c2fcc1f822d3..62173b3a33558 100644 --- a/x11-misc/xmobar/xmobar-0.24.3.ebuild +++ b/x11-misc/xmobar/xmobar-0.24.3.ebuild @@ -67,6 +67,9 @@ src_prepare() { # cycle). # Be careful when remove it :] HCFLAGS+=" -with-rtsopts=-V0" + + cabal_chdeps \ + 'stm >= 2.3 && < 2.5' 'stm >= 2.3' } src_configure() {