Logs: liberachat/#haskell
| 2025-08-28 18:31:31 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-28 18:33:38 | × | ThePenguin quits (~ThePengui@cust-95-80-28-221.csbnet.se) (Remote host closed the connection) |
| 2025-08-28 18:33:49 | → | ThePenguin joins (~ThePengui@cust-95-80-28-221.csbnet.se) |
| 2025-08-28 18:37:17 | × | ThePenguin quits (~ThePengui@cust-95-80-28-221.csbnet.se) (Remote host closed the connection) |
| 2025-08-28 18:38:21 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds) |
| 2025-08-28 18:38:41 | × | notzmv quits (~umar@user/notzmv) (Ping timeout: 248 seconds) |
| 2025-08-28 18:39:12 | → | ThePenguin joins (~ThePengui@cust-95-80-28-221.csbnet.se) |
| 2025-08-28 18:40:26 | × | marinelli quits (~weechat@gateway/tor-sasl/marinelli) (Remote host closed the connection) |
| 2025-08-28 18:41:02 | → | marinelli joins (~weechat@gateway/tor-sasl/marinelli) |
| 2025-08-28 18:42:01 | trickard_ | is now known as trickard |
| 2025-08-28 18:44:11 | → | hjj123 joins (~hjj123@178.155.116.235) |
| 2025-08-28 18:44:30 | × | hjj123 quits (~hjj123@178.155.116.235) (Client Quit) |
| 2025-08-28 18:46:34 | → | jmcantrell_ joins (~weechat@user/jmcantrell) |
| 2025-08-28 18:48:35 | → | target_i joins (~target_i@user/target-i/x-6023099) |
| 2025-08-28 18:49:31 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-28 18:50:09 | × | segfaultfizzbuzz quits (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) (Ping timeout: 260 seconds) |
| 2025-08-28 18:53:28 | → | segfaultfizzbuzz joins (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) |
| 2025-08-28 18:54:09 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2025-08-28 18:54:25 | → | mreh joins (~matthew@host86-146-25-68.range86-146.btcentralplus.com) |
| 2025-08-28 19:00:00 | × | caconym747 quits (~caconym@user/caconym) (Quit: bye) |
| 2025-08-28 19:00:31 | <mreh> | I think I've broken a dependency installed with stack. Since it was installed I changed a pkg-config package, and a new project isn't linking any more. |
| 2025-08-28 19:00:41 | → | caconym747 joins (~caconym@user/caconym) |
| 2025-08-28 19:00:47 | <mreh> | Are deps cached per GHC or project? |
| 2025-08-28 19:04:16 | × | acidjnk quits (~acidjnk@p200300d6e7171930a0d4799db13e1f65.dip0.t-ipconnect.de) (Ping timeout: 255 seconds) |
| 2025-08-28 19:05:06 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-28 19:05:54 | → | acidjnk joins (~acidjnk@p200300d6e7171904ad9b21b318fd8019.dip0.t-ipconnect.de) |
| 2025-08-28 19:06:46 | × | Logio quits (~em@kapsi.fi) (Server closed connection) |
| 2025-08-28 19:06:56 | → | Logio joins (em@kapsi.fi) |
| 2025-08-28 19:07:23 | <tomsmeding> | mreh: ~/.stack/snapshots/ |
| 2025-08-28 19:07:37 | <tomsmeding> | per-snapshot |
| 2025-08-28 19:07:49 | <tomsmeding> | (meaning per-ghc because a snapshot has one particular ghc) |
| 2025-08-28 19:08:43 | <mreh> | tomsmeding: yeah, I saw that directory and have since wiped it to see if it fixes it, but I'm so confused as to why one project on the same snapshot builds, and the other doesn't |
| 2025-08-28 19:09:06 | <tomsmeding> | I have no idea what the hashes in that folder are of |
| 2025-08-28 19:09:19 | <mreh> | tomsmeding: didn't want to go their either :X |
| 2025-08-28 19:09:29 | <tomsmeding> | maybe your two projects are the same snapshot but get a different hash? /shrug/ |
| 2025-08-28 19:09:35 | × | xelxebar quits (~xelxebar@wilsonb.com) (Server closed connection) |
| 2025-08-28 19:09:56 | → | xelxebar joins (~xelxebar@wilsonb.com) |
| 2025-08-28 19:09:59 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
| 2025-08-28 19:10:04 | <mreh> | there's no tool to uninstall stack packages, other than ghc-pkg |
| 2025-08-28 19:10:31 | <mreh> | but that's too low level, and I don't understand why reinstall isn't working |
| 2025-08-28 19:10:36 | <tomsmeding> | there is one for cabal, kind of https://github.com/treblacy/cabalgc |
| 2025-08-28 19:10:41 | <tomsmeding> | (never used it) |
| 2025-08-28 19:10:58 | × | gmg quits (~user@user/gehmehgeh) (Quit: Leaving) |
| 2025-08-28 19:11:03 | <mreh> | all the cool kids use nix nowadays? |
| 2025-08-28 19:11:11 | <tomsmeding> | mreh: probably you need to not only rebuild a dependency, but also relink it |
| 2025-08-28 19:11:15 | <tomsmeding> | s/rebuild/reinstall/ |
| 2025-08-28 19:11:25 | <tomsmeding> | I'd guess that ghc-pkg will not actually do any build steps |
| 2025-08-28 19:11:54 | <tomsmeding> | I dunno, I don't use nix |
| 2025-08-28 19:11:54 | <mreh> | it'll "unregister", but `stack build` doesn't re-build after that |
| 2025-08-28 19:12:00 | <tomsmeding> | not sure if I'm cool |
| 2025-08-28 19:12:21 | <tomsmeding> | honestly if you want to rebuild installed packages, just wipe the appropriate snapshot folder |
| 2025-08-28 19:12:31 | <tomsmeding> | and if you're too lazy to figure out which one it is, wipe the whole thing |
| 2025-08-28 19:12:54 | <tomsmeding> | removing individual packages from a snapshot is risky |
| 2025-08-28 19:19:32 | <mreh> | experiments suggest it's per project, what I was expecting |
| 2025-08-28 19:20:49 | × | lightspell52 quits (~lightspel@dhcp-143-103-27-110.gobrightspeed.net) (Ping timeout: 250 seconds) |
| 2025-08-28 19:20:54 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-28 19:25:44 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
| 2025-08-28 19:26:49 | → | rvalue- joins (~rvalue@about/hackers/rvalue) |
| 2025-08-28 19:27:48 | × | rvalue quits (~rvalue@about/hackers/rvalue) (Ping timeout: 256 seconds) |
| 2025-08-28 19:32:39 | rvalue- | is now known as rvalue |
| 2025-08-28 19:33:21 | → | Lycurgus joins (~juan@user/Lycurgus) |
| 2025-08-28 19:36:40 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-28 19:41:37 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2025-08-28 19:42:38 | × | tomboy64 quits (~tomboy64@user/tomboy64) (Ping timeout: 260 seconds) |
| 2025-08-28 19:44:43 | → | tomboy64 joins (~tomboy64@user/tomboy64) |
| 2025-08-28 19:48:40 | × | itaipu quits (~itaipu@168.121.97.28) (Ping timeout: 245 seconds) |
| 2025-08-28 19:51:45 | → | itaipu joins (~itaipu@168.121.97.28) |
| 2025-08-28 19:52:28 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-28 19:57:48 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
| 2025-08-28 19:57:48 | × | itaipu quits (~itaipu@168.121.97.28) (Ping timeout: 260 seconds) |
| 2025-08-28 19:58:24 | → | itaipu joins (~itaipu@168.121.97.28) |
| 2025-08-28 20:02:24 | × | mreh quits (~matthew@host86-146-25-68.range86-146.btcentralplus.com) (Quit: Lost terminal) |
| 2025-08-28 20:03:36 | × | biberu quits (~biberu@user/biberu) (Read error: Connection reset by peer) |
| 2025-08-28 20:08:16 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-28 20:09:43 | × | juri_ quits (~juri@implicitcad.org) (Ping timeout: 256 seconds) |
| 2025-08-28 20:14:57 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds) |
| 2025-08-28 20:15:39 | → | Square3 joins (~Square4@user/square) |
| 2025-08-28 20:17:19 | → | peterbecich joins (~Thunderbi@syn-047-229-123-186.res.spectrum.com) |
| 2025-08-28 20:18:20 | × | pie_ quits (~pie_bnc@user/pie/x-2818909) (Quit: No Ping reply in 180 seconds.) |
| 2025-08-28 20:18:49 | × | Square2 quits (~Square@user/square) (Ping timeout: 260 seconds) |
| 2025-08-28 20:18:56 | × | xnbya quits (~xnbya@2a01:4f8:c17:cbdd::1) (Quit: No Ping reply in 180 seconds.) |
| 2025-08-28 20:19:06 | × | loonycyborg quits (loonycybor@wesnoth/developer/loonycyborg) (Quit: ZNC - http://znc.sourceforge.net) |
| 2025-08-28 20:19:38 | → | pie_ joins (~pie_bnc@user/pie/x-2818909) |
| 2025-08-28 20:19:41 | → | loonycyborg joins (~loonycybo@wesnoth/developer/loonycyborg) |
| 2025-08-28 20:20:02 | → | xnbya joins (~xnbya@2a01:4f8:c17:cbdd::1) |
| 2025-08-28 20:20:45 | × | jjhoo quits (jahakala@user/jjhoo) (Server closed connection) |
| 2025-08-28 20:21:01 | → | jjhoo joins (~jahakala@user/jjhoo) |
| 2025-08-28 20:21:39 | → | humasect joins (~humasect@dyn-192-249-132-90.nexicom.net) |
| 2025-08-28 20:21:43 | × | segfaultfizzbuzz quits (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) (Ping timeout: 260 seconds) |
| 2025-08-28 20:26:18 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-28 20:30:37 | × | michalz quits (~michalz@185.246.207.221) (Remote host closed the connection) |
| 2025-08-28 20:31:39 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
| 2025-08-28 20:32:30 | × | Lycurgus quits (~juan@user/Lycurgus) (Quit: alsoknownas.renjuan.org ( juan@acm.org )) |
| 2025-08-28 20:38:50 | × | acidjnk quits (~acidjnk@p200300d6e7171904ad9b21b318fd8019.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2025-08-28 20:39:17 | → | acidjnk joins (~acidjnk@p200300d6e7171904ad9b21b318fd8019.dip0.t-ipconnect.de) |
| 2025-08-28 20:39:39 | × | tzh quits (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Remote host closed the connection) |
| 2025-08-28 20:39:41 | → | tzh_ joins (~tzh@c-76-115-131-146.hsd1.or.comcast.net) |
| 2025-08-28 20:39:49 | × | peterbecich quits (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 260 seconds) |
| 2025-08-28 20:40:24 | × | myme quits (~myme@2a01:799:d5e:5f00:f3b1:73c3:e8c3:8d9a) (Ping timeout: 248 seconds) |
| 2025-08-28 20:41:13 | → | myme joins (~myme@2a01:799:d5e:5f00:9644:9a6c:745:3df) |
All times are in UTC.