Home liberachat/#haskell: Logs Calendar

Logs: liberachat/#haskell

←Prev  Next→ 1,799,497 events total
2026-02-03 06:54:30 × merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2026-02-03 06:59:58 <geekosaur> cabal target
2026-02-03 07:00:22 prdak joins (~Thunderbi@user/prdak)
2026-02-03 07:02:02 merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl)
2026-02-03 07:02:35 <Axman6> Ah, that would explain why I couldn't find it in --help, apparently we're using an old cabal in this project
2026-02-03 07:03:14 <geekosaur> oh, yeh, that's fairly recent
2026-02-03 07:04:55 <geekosaur> in fact it looks like it only got released in 3.16
2026-02-03 07:05:00 <Axman6> yeah we're using 3.12
2026-02-03 07:05:05 <geekosaur> I thought it was at least in 314, sorry
2026-02-03 07:06:26 × Sgeo quits (~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2026-02-03 07:07:17 × merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2026-02-03 07:11:09 × prdak quits (~Thunderbi@user/prdak) (Ping timeout: 265 seconds)
2026-02-03 07:14:47 × ft quits (~ft@p508db4c0.dip0.t-ipconnect.de) (Quit: leaving)
2026-02-03 07:16:55 prdak joins (~Thunderbi@user/prdak)
2026-02-03 07:17:50 merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl)
2026-02-03 07:20:01 tromp joins (~textual@2001:1c00:3487:1b00:f98f:1dd0:f6a4:cb56)
2026-02-03 07:21:07 × prdak quits (~Thunderbi@user/prdak) (Ping timeout: 244 seconds)
2026-02-03 07:22:40 × merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2026-02-03 07:24:31 × emmanuelux quits (~em@user/emmanuelux) (Ping timeout: 240 seconds)
2026-02-03 07:24:34 emmanuelux_ joins (~em@92-184-105-38.mobile.fr.orangecustomers.net)
2026-02-03 07:27:20 sus032 joins (zero@user/zeromomentum)
2026-02-03 07:28:46 × sus03 quits (zero@user/zeromomentum) (Read error: Connection reset by peer)
2026-02-03 07:28:46 sus032 is now known as sus03
2026-02-03 07:33:00 × andreas303 quits (andreas303@is.drunk.and.ready-to.party) (Ping timeout: 244 seconds)
2026-02-03 07:33:37 merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl)
2026-02-03 07:36:02 trickard_ is now known as trickard
2026-02-03 07:38:35 × merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2026-02-03 07:44:30 × emmanuelux_ quits (~em@92-184-105-38.mobile.fr.orangecustomers.net) (Read error: Connection reset by peer)
2026-02-03 07:45:09 emmanuelux joins (~em@user/emmanuelux)
2026-02-03 07:46:10 × vanishingideal quits (~vanishing@user/vanishingideal) (Ping timeout: 245 seconds)
2026-02-03 07:49:25 merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl)
2026-02-03 07:50:18 prdak joins (~Thunderbi@user/prdak)
2026-02-03 07:53:24 × prdak quits (~Thunderbi@user/prdak) (Remote host closed the connection)
2026-02-03 07:53:37 prdak joins (~Thunderbi@user/prdak)
2026-02-03 07:54:15 × merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 250 seconds)
2026-02-03 07:58:23 × trickard quits (~trickard@cpe-85-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2026-02-03 07:58:36 trickard joins (~trickard@cpe-85-98-47-163.wireline.com.au)
2026-02-03 08:00:11 CiaoSen joins (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db)
2026-02-03 08:01:24 × CalimeroTeknik quits (~calimero@user/calimeroteknik) (Remote host closed the connection)
2026-02-03 08:02:34 CalimeroTeknik joins (~calimero@ctkarch.org)
2026-02-03 08:03:03 merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl)
2026-02-03 08:04:39 × CiaoSen quits (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) (Ping timeout: 252 seconds)
2026-02-03 08:07:43 × merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2026-02-03 08:15:46 × tzh quits (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz)
2026-02-03 08:27:11 Enrico63 joins (~Enrico63@148.252.128.12)
2026-02-03 08:31:53 sord937 joins (~sord937@gateway/tor-sasl/sord937)
2026-02-03 08:37:08 × emmanuelux quits (~em@user/emmanuelux) (Read error: Connection reset by peer)
2026-02-03 08:46:54 <tomsmeding> Axman6: a cheapo trick is `cabal run`; if you have multiple executable targets, that will complain you're being ambiguous and list the options
2026-02-03 08:47:04 <tomsmeding> will only list executable targets though (executables, test suites and benchmarks)
2026-02-03 08:48:37 <Axman6> Sadly that doesn't seem to work when there's multiple packages in the project, "No targets given and there is no package in the current directory. Specify packages or components by name or location."
2026-02-03 08:49:38 <tomsmeding> ah sad
2026-02-03 08:50:00 <Axman6> I'll keep it in mind though, I'm sure I'll need that in the future
2026-02-03 08:50:11 <tomsmeding> it's a hack :p
2026-02-03 08:50:31 <tomsmeding> (wait until you're down to one executable, and then suddenly your target listing command runs the thing)
2026-02-03 08:50:47 <Axman6> :')
2026-02-03 08:53:06 <tomsmeding> geekosaur: `cabal target --help` misses a newline at the end of the output
2026-02-03 08:58:18 merijn joins (~merijn@77.242.116.146)
2026-02-03 09:02:07 hayhaystack parts (~husshpupp@user/husshpuppy) ()
2026-02-03 09:04:45 ljdarj joins (~Thunderbi@user/ljdarj)
2026-02-03 09:06:27 lucabtz joins (~lucabtz@user/lucabtz)
2026-02-03 09:10:55 × CalimeroTeknik quits (~calimero@ctkarch.org) (Changing host)
2026-02-03 09:10:55 CalimeroTeknik joins (~calimero@user/calimeroteknik)
2026-02-03 09:13:35 chele joins (~chele@user/chele)
2026-02-03 09:27:47 × trickard quits (~trickard@cpe-85-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2026-02-03 09:28:00 trickard_ joins (~trickard@cpe-85-98-47-163.wireline.com.au)
2026-02-03 09:29:34 humasect joins (~humasect@dyn-192-249-132-90.nexicom.net)
2026-02-03 09:34:18 × humasect quits (~humasect@dyn-192-249-132-90.nexicom.net) (Ping timeout: 260 seconds)
2026-02-03 09:42:06 × trickard_ quits (~trickard@cpe-85-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2026-02-03 09:44:51 trickard_ joins (~trickard@cpe-85-98-47-163.wireline.com.au)
2026-02-03 10:06:21 × xff0x quits (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 244 seconds)
2026-02-03 10:07:45 × trickard_ quits (~trickard@cpe-85-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2026-02-03 10:07:58 trickard_ joins (~trickard@cpe-85-98-47-163.wireline.com.au)
2026-02-03 10:08:22 × prdak quits (~Thunderbi@user/prdak) (Read error: Connection reset by peer)
2026-02-03 10:08:35 prdak joins (~Thunderbi@user/prdak)
2026-02-03 10:12:35 × trickard_ quits (~trickard@cpe-85-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2026-02-03 10:18:24 trickard_ joins (~trickard@cpe-85-98-47-163.wireline.com.au)
2026-02-03 10:27:56 mange joins (~mange@user/mange)
2026-02-03 10:30:24 trickard_ is now known as trickard
2026-02-03 10:33:16 haritz joins (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8)
2026-02-03 10:33:16 × haritz quits (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) (Changing host)
2026-02-03 10:33:16 haritz joins (~hrtz@user/haritz)
2026-02-03 10:37:32 × jzargo2 quits (~jzargo@user/jzargo) (Read error: Connection reset by peer)
2026-02-03 10:37:57 jzargo2 joins (~jzargo@user/jzargo)
2026-02-03 10:41:50 fp joins (~Thunderbi@2001:708:20:1406::10c5)
2026-02-03 10:46:40 × Enrico63 quits (~Enrico63@148.252.128.12) (Quit: Client closed)
2026-02-03 10:48:20 andreas303 joins (andreas303@is.drunk.and.ready-to.party)
2026-02-03 10:49:49 × housemate quits (~housemate@202.7.248.67) (Quit: https://ineedsomeacidtocalmmedown.space/)
2026-02-03 10:50:50 × timide quits (~timide@user/timide) (Read error: Connection reset by peer)
2026-02-03 10:51:17 timide joins (~timide@user/timide)
2026-02-03 10:56:11 Enrico63 joins (~Enrico63@148.252.128.12)
2026-02-03 10:59:52 housemate joins (~housemate@202.7.248.67)
2026-02-03 11:09:51 xff0x joins (~xff0x@2405:6580:b080:900:e10b:1e35:aa5b:abb9)
2026-02-03 11:15:26 qqq_ joins (~qqq@185.54.21.178)
2026-02-03 11:38:48 × trickard quits (~trickard@cpe-85-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2026-02-03 11:41:34 trickard_ joins (~trickard@cpe-85-98-47-163.wireline.com.au)
2026-02-03 11:44:14 × _JusSx_ quits (~jussx@78.209.171.207) (Ping timeout: 265 seconds)
2026-02-03 11:45:39 _JusSx_ joins (~jussx@78.211.92.21)
2026-02-03 12:01:59 × vetkat quits (~vetkat@user/vetkat) (Read error: Connection reset by peer)
2026-02-03 12:02:21 vetkat joins (~vetkat@user/vetkat)
2026-02-03 12:10:10 trickard_ is now known as trickard

All times are in UTC.