Logs: freenode/#xmonad
| 2021-04-09 09:41:03 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 252 seconds) |
| 2021-04-09 09:54:16 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-09 09:59:26 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 240 seconds) |
| 2021-04-09 10:01:02 | × | dariof4 quits (~dario@5.77.75.87) (Quit: WeeChat 3.1) |
| 2021-04-09 10:13:52 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-09 10:21:02 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 268 seconds) |
| 2021-04-09 10:33:48 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-09 10:39:41 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 240 seconds) |
| 2021-04-09 10:42:52 | → | chemiker joins (~xarch@ip5f5a05e1.dynamic.kabel-deutschland.de) |
| 2021-04-09 10:45:54 | <chemiker> | Hi. I have updated haskell and now my config don't want to compile. Logs says, that I have no random-1.2.0, but i have random-1.4. |
| 2021-04-09 10:50:49 | <chemiker> | Hmmm. After second update there is problem in xmonad-0.15 |
| 2021-04-09 10:51:59 | × | chemiker quits (~xarch@ip5f5a05e1.dynamic.kabel-deutschland.de) (Quit: Lost terminal) |
| 2021-04-09 10:53:12 | → | chemiker joins (~xarch@ip5f5a05e1.dynamic.kabel-deutschland.de) |
| 2021-04-09 10:53:47 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-09 10:58:29 | <chemiker> | Recompiling log says, that i have no xmonad. Hmmmm |
| 2021-04-09 11:05:38 | × | chemiker quits (~xarch@ip5f5a05e1.dynamic.kabel-deutschland.de) (Quit: Lost terminal) |
| 2021-04-09 11:07:33 | → | chemiker joins (~xarch@ip5f5a05e1.dynamic.kabel-deutschland.de) |
| 2021-04-09 11:14:46 | → | dariof4 joins (~dario@5.77.75.87) |
| 2021-04-09 11:19:01 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 268 seconds) |
| 2021-04-09 11:21:44 | <evilop> | how did you install ghc? |
| 2021-04-09 11:21:56 | <evilop> | and how is xmonad installed? |
| 2021-04-09 11:28:06 | → | palo1 joins (~weechat@c-base/crew/palo) |
| 2021-04-09 11:28:16 | × | palo quits (~weechat@c-base/crew/palo) (Ping timeout: 268 seconds) |
| 2021-04-09 11:28:24 | palo1 | is now known as palo |
| 2021-04-09 11:29:52 | <dariof4> | I installed it following this guide, I don't know if it's the best approach, but it works for me on archlinux |
| 2021-04-09 11:29:55 | <dariof4> | https://brianbuccola.com/how-to-install-xmonad-and-xmobar-via-stack/ |
| 2021-04-09 11:30:35 | <evilop> | when you use stack you basically have to nuke the stack and install again when you update ghc |
| 2021-04-09 11:31:24 | <evilop> | its the same as when you eg install something from aur, and a lib it depends on gets updated |
| 2021-04-09 11:31:55 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-09 11:33:16 | <evilop> | can keep the stack config and just update/rebuild |
| 2021-04-09 11:34:22 | <evilop> | hm or did you just try to compile using the ghc outside of stack instead of the one inside? |
| 2021-04-09 11:36:30 | <dariof4> | I'm not the one that was having problems, I didn't see the question above, so I tought you were asking how to install xmonad :p oops, feel free to ignore me |
| 2021-04-09 11:37:17 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 252 seconds) |
| 2021-04-09 11:38:42 | <evilop> | ah mixed the nics due to being on a phone atm |
| 2021-04-09 11:38:46 | <evilop> | was for chemiker |
| 2021-04-09 11:41:01 | × | chemiker quits (~xarch@ip5f5a05e1.dynamic.kabel-deutschland.de) (Ping timeout: 265 seconds) |
| 2021-04-09 11:41:08 | → | chemiker joins (~xarch@client00692.vpn.uni-saarland.de) |
| 2021-04-09 11:51:01 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-09 11:52:09 | <chemiker> | @evilop xmonad and ghc are with pacman installed. All was ok for mor then a month. Config is about a year old. |
| 2021-04-09 11:52:10 | <lambdabot> | Unknown command, try @list |
| 2021-04-09 11:53:31 | <chemiker> | @list |
| 2021-04-09 11:53:31 | <lambdabot> | What module? Try @listmodules for some ideas. |
| 2021-04-09 11:54:10 | <chemiker> | evilop xmonad and ghc are with pacman installed. All was ok for more then a month. Config is about a year old. |
| 2021-04-09 11:54:49 | <evilop> | chemiker: -Syu and then ghc-pkg check |
| 2021-04-09 11:55:17 | <evilop> | might have to reinstall some packages in the "correct" order due to how ghc/haskell works |
| 2021-04-09 11:58:08 | <chemiker> | evilop: ghc says, that xmonad-contrib-0.16 is broken |
| 2021-04-09 11:58:41 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 240 seconds) |
| 2021-04-09 12:04:29 | × | chemiker quits (~xarch@client00692.vpn.uni-saarland.de) (Quit: Lost terminal) |
| 2021-04-09 12:11:22 | → | chemiker joins (~xarch@client00695.vpn.uni-saarland.de) |
| 2021-04-09 12:12:20 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-09 12:14:49 | <chemiker> | So, after reinstalling xmonad-contrib and reboot nothing happend. ghc says, that contrib is broken. |
| 2021-04-09 12:16:41 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-04-09 12:17:52 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Ping timeout: 260 seconds) |
| 2021-04-09 12:20:48 | <ryjm> | i run xfce+xmonad, and the xfdesktop will periodically take over my entire screen. any tips on avoiding that? |
| 2021-04-09 12:26:58 | <ryjm> | nvm, think i fixed it - just needed to set `noDesktop = true` in my nix configuration |
| 2021-04-09 12:29:36 | <chemiker> | I have fixed my problem too. I have installed normal xmonad-contrib and deleted contrib-git. |
| 2021-04-09 12:30:44 | × | eyenx quits (~eyenxeyen@unaffiliated/eye/x-1653358) (Quit: Bridge terminating on SIGTERM) |
| 2021-04-09 12:30:54 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-09 12:32:05 | → | eyenx joins (~eyenxeyen@unaffiliated/eye/x-1653358) |
| 2021-04-09 12:41:47 | <Solid> | if you're mixing pacman's dynamically linked stuff and "normal" stack projects you're gonna have a bad time |
| 2021-04-09 12:43:09 | <geekosaur> | if you're trying to mix release and (something based on?) git you'll also have a bad time |
| 2021-04-09 12:43:37 | <Solid> | oh that's also true |
| 2021-04-09 12:44:01 | <Solid> | xmonad-0.15 and contrib-git shouldn't even compile together I think |
| 2021-04-09 12:45:05 | <chemiker> | For about a year all was ok |
| 2021-04-09 12:45:22 | <geekosaur> | the core changes relatively slowly so that's not unlikely |
| 2021-04-09 12:45:53 | <geekosaur> | but it does change and updating contrib from git will likely get you in trouble at some point |
| 2021-04-09 12:46:49 | <Solid> | if anything you should use both git versions (preferably in a cabal or stack project) |
| 2021-04-09 12:51:58 | <chemiker> | Okay. Thanks for the advice. |
| 2021-04-09 13:02:58 | × | chemiker quits (~xarch@client00695.vpn.uni-saarland.de) (Quit: leaving) |
| 2021-04-09 13:11:20 | → | drl joins (~l@64.64.121.94) |
| 2021-04-09 13:20:17 | × | davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer) |
| 2021-04-09 13:22:15 | → | davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
| 2021-04-09 13:28:25 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-04-09 13:34:20 | def_jam | is now known as eblip |
| 2021-04-09 14:02:48 | × | drl quits (~l@64.64.121.94) (Quit: Leaving) |
| 2021-04-09 14:34:22 | × | idhugo quits (~idhugo@80-62-117-65-mobile.dk.customer.tdc.net) (Ping timeout: 260 seconds) |
| 2021-04-09 14:41:14 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1) |
| 2021-04-09 14:41:53 | → | cfricke joins (~cfricke@unaffiliated/cfricke) |
| 2021-04-09 14:52:04 | → | growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-04-09 15:31:18 | → | geekosaur joins (42d52137@66.213.33.55) |
| 2021-04-09 15:32:15 | × | davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer) |
| 2021-04-09 15:33:23 | → | davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
| 2021-04-09 15:37:16 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-04-09 15:38:05 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
| 2021-04-09 15:38:31 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-04-09 15:42:52 | × | ml| quits (~ml|@unaffiliated/ml/x-3958674) (Quit: WeeChat 3.0.1) |
| 2021-04-09 15:43:11 | → | ml| joins (~ml|@unaffiliated/ml/x-3958674) |
| 2021-04-09 16:10:28 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1) |
| 2021-04-09 16:16:03 | × | geekosaur quits (42d52137@66.213.33.55) (Ping timeout: 240 seconds) |
| 2021-04-09 16:40:08 | → | geekosaur joins (42d52137@66.213.33.55) |
| 2021-04-09 16:47:38 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 258 seconds) |
| 2021-04-09 16:48:16 | → | thc202 joins (~thc202@unaffiliated/thc202) |
| 2021-04-09 16:50:27 | → | seschwar joins (~seschwar@unaffiliated/seschwar) |
| 2021-04-09 16:58:06 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 240 seconds) |
| 2021-04-09 17:03:16 | × | geekosaur quits (42d52137@66.213.33.55) (Quit: Connection closed) |
| 2021-04-09 17:09:29 | × | thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 258 seconds) |
| 2021-04-09 17:11:06 | → | geekosaur joins (42d52137@66.213.33.55) |
| 2021-04-09 17:12:56 | → | thc202 joins (~thc202@unaffiliated/thc202) |
| 2021-04-09 17:13:31 | <Solid> | newtype ComplCaseSensitivity = ComplCaseSensitive Bool |
| 2021-04-09 17:13:44 | <Solid> | I'd like to switch this to a proper sum type |
All times are in UTC.