2026/03/31

Newest at the top

2026-03-31 12:50:43 +0200danza(~danza@user/danza) (Remote host closed the connection)
2026-03-31 12:48:58 +0200marinelli(~weechat@gateway/tor-sasl/marinelli) marinelli
2026-03-31 12:48:35 +0200marinelli(~weechat@gateway/tor-sasl/marinelli) (Remote host closed the connection)
2026-03-31 12:46:43 +0200divlamir(~divlamir@user/divlamir) divlamir
2026-03-31 12:45:19 +0200terrorjack(~terrorjac@2a01:4f8:271:2d98::2) terrorjack
2026-03-31 12:42:22 +0200haritz(~hrtz@user/haritz) haritz
2026-03-31 12:42:22 +0200haritz(~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) (Changing host)
2026-03-31 12:42:22 +0200haritz(~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8)
2026-03-31 12:40:50 +0200divlamir_(~divlamir@user/divlamir) (Ping timeout: 248 seconds)
2026-03-31 12:36:53 +0200humasect(~humasect@dyn-192-249-132-90.nexicom.net) humasect
2026-03-31 12:36:16 +0200divlamir(~divlamir@user/divlamir) (Ping timeout: 256 seconds)
2026-03-31 12:36:16 +0200divlamir_(~divlamir@user/divlamir) divlamir
2026-03-31 12:31:19 +0200 <tomsmeding> stack.yaml corresponds to cabal.project, package.yaml is read by hpack (called by stack) to produce yourthing.cabal
2026-03-31 12:30:57 +0200 <tomsmeding> gentauro: don't confuse stack.yaml with package.yaml
2026-03-31 12:30:29 +0200mcfrdy(~mcfrdy@user/mcfrdy) (Quit: quit)
2026-03-31 12:23:39 +0200Square2(~Square4@user/square) (Ping timeout: 268 seconds)
2026-03-31 12:23:37 +0200acidjnk_new3(~acidjnk@p200300d6e700e586cf86a3ab51f9bf20.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
2026-03-31 12:23:07 +0200tri(~tri@ool-44c70bcb.dyn.optonline.net)
2026-03-31 12:20:27 +0200acidjnk_new(~acidjnk@p200300d6e700e57349db68dd44053d60.dip0.t-ipconnect.de)
2026-03-31 12:15:20 +0200qqq(~qqq@185.54.20.216) (Remote host closed the connection)
2026-03-31 12:07:14 +0200tri(~tri@ool-44c70bcb.dyn.optonline.net) (Ping timeout: 248 seconds)
2026-03-31 12:05:09 +0200marinelli(~weechat@gateway/tor-sasl/marinelli) marinelli
2026-03-31 12:04:42 +0200ChaiTRex(~ChaiTRex@user/chaitrex) ChaiTRex
2026-03-31 12:03:32 +0200czan(~czan@user/mange) (Quit: Zzz...)
2026-03-31 12:03:28 +0200marinelli(~weechat@gateway/tor-sasl/marinelli) (Ping timeout: 265 seconds)
2026-03-31 12:02:59 +0200ChaiTRex(~ChaiTRex@user/chaitrex) (Ping timeout: 265 seconds)
2026-03-31 11:54:08 +0200xff0x(~xff0x@2405:6580:b080:900:637c:4b69:bd45:f373)
2026-03-31 11:52:02 +0200oskarw(~user@user/oskarw) (Remote host closed the connection)
2026-03-31 11:40:55 +0200__monty__(~toonn@user/toonn) toonn
2026-03-31 11:38:14 +0200Guest14(~Guest14@mm-197-96-84-93.static.mgts.by) (Quit: Client closed)
2026-03-31 11:32:10 +0200 <Guest14> sup
2026-03-31 11:26:40 +0200srazkvt(~sarah@user/srazkvt) srazkvt
2026-03-31 11:26:28 +0200Guest14(~Guest14@mm-197-96-84-93.static.mgts.by)
2026-03-31 11:21:29 +0200Square2(~Square4@user/square) Square
2026-03-31 11:07:52 +0200gentauro«The beauty of Haskell is charming enough, but there is a whole swath of operational and organizational reality beyond it, and if you ignore that reality for too long, your company will likely fire the whole Haskell team2 and start writing PHP or something instead». It reminds me when I watched Kris Jenkins saying we SHOULD use PHP. Asin PureScript (FE) + Haskell (BE) + PostgreSQL (DS)
2026-03-31 11:05:06 +0200 <gentauro> mesaoptimizer: really good read
2026-03-31 11:05:03 +0200 <gentauro> 01:21 < mesaoptimizer> https://blog.haskell.org/a-couple-million-lines-of-haskell/
2026-03-31 10:56:09 +0200ft(~ft@p508db341.dip0.t-ipconnect.de) (Quit: leaving)
2026-03-31 10:51:52 +0200 <sclv> this is a feature of haskell packages, which are defined with .cabal files. stack the tool and cabal-install the tool both respect cabal files.
2026-03-31 10:51:21 +0200 <haskellbridge> <sm> stack uses the same cabal files as cabal, gentauro
2026-03-31 10:50:22 +0200gentaurobut if I'm right, I'm no longer team stack but all onboard team cabal xD
2026-03-31 10:50:05 +0200 <gentauro> tomsmeding: is it correct to assume that this is a "cabal" thing? I recall using `stack` and there were no way to enforce hidden modules? (I might be wrong)
2026-03-31 10:42:08 +0200mistiv1a(~mistivia@user/mistivia) mistivia
2026-03-31 10:28:22 +0200jreicher(~joelr@user/jreicher) jreicher
2026-03-31 10:26:16 +0200 <tomsmeding> gentauro: other-modules in general are hidden to consumers, not just those named `Internal`
2026-03-31 10:22:47 +0200chele(~chele@user/chele) chele
2026-03-31 10:12:54 +0200mistivia(~mistivia@user/mistivia) (Ping timeout: 256 seconds)
2026-03-31 10:12:18 +0200mistiv1a(~mistivia@user/mistivia) (Remote host closed the connection)
2026-03-31 10:10:11 +0200merijn(~merijn@77.242.116.146) merijn
2026-03-31 10:10:06 +0200mistiv1a(~mistivia@user/mistivia) mistivia