2025-06-01 00:09:53 +0200 | tremon | (~tremon@83.80.159.219) (Quit: getting boxed in) |
2025-06-01 01:03:48 +0200 | todi | (~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
2025-06-01 01:04:37 +0200 | todi | (~todi@p57803331.dip0.t-ipconnect.de) todi |
2025-06-01 04:59:25 +0200 | td_ | (~td@i5387093D.versanet.de) (Ping timeout: 260 seconds) |
2025-06-01 05:00:51 +0200 | td_ | (~td@i53870925.versanet.de) td_ |
2025-06-01 08:50:07 +0200 | <spwl> | Hey, I tried to install xmonad on Arch using cabal, but it keeps complaining that it can't find the module Graphics.X11 because it is a member of a hidden package X11-1.10.3, any idea? |
2025-06-01 08:50:24 +0200 | <spwl> | I already installed and reinstalled the pacman deps to make sure it's there |
2025-06-01 08:52:50 +0200 | <spwl> | the error happened when i tried to 'xmonad --recompile' |
2025-06-01 09:14:24 +0200 | werneta | (~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 252 seconds) |
2025-06-01 10:01:14 +0200 | <spwl> | Ok solved it, turns out for my config it is just better to turn it into a proper Cabal project and specify the dependencies properly (X11 and containers) |