2024/10/15

Newest at the top

2024-10-15 15:14:11 +0200 <[exa]> kqr: it's sometimes more useful to ask "why it didn't install this exact better version", add the version constraint to the .cabal file and see&analyze the error raised
2024-10-15 15:12:27 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2024-10-15 15:12:08 +0200 <[exa]> hellwolf: among other concerns, there's a tradeoff between simplicity and windows compatibility :D
2024-10-15 15:10:51 +0200 <[exa]> hellwolf: there has been a lot of complaints about the process creation here (afaik the last big issues were raised by merijn?)
2024-10-15 15:10:50 +0200merijn(~merijn@77.242.116.146) merijn
2024-10-15 15:08:51 +0200alioguzhan(~Thunderbi@78.173.89.238) (Remote host closed the connection)
2024-10-15 15:08:40 +0200merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2024-10-15 14:45:11 +0200mari-estel(~mari-este@user/danza) danza
2024-10-15 14:44:50 +0200petrichor(~znc-user@user/petrichor) (Ping timeout: 252 seconds)
2024-10-15 14:32:18 +0200billchenchina-(~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe) billchenchina
2024-10-15 14:22:57 +0200Leonard26(~Leonard26@49.236.10.26) (Quit: Client closed)
2024-10-15 14:21:34 +0200petrichor(~znc-user@user/petrichor) petrichor
2024-10-15 14:19:53 +0200petrichor(~znc-user@user/petrichor) (Quit: ZNC 1.8.2 - https://znc.in)
2024-10-15 14:14:29 +0200srazkvt(~sarah@user/srazkvt) srazkvt
2024-10-15 14:11:00 +0200 <kqr> How can I find out why cabal resolves a particular package to a specific version without manually reading through the transitive graph of dependencies on Hackage?
2024-10-15 14:07:29 +0200euleritian(~euleritia@dynamic-176-003-036-091.176.3.pool.telefonica.de)
2024-10-15 13:51:49 +0200acidjnk_new(~acidjnk@p200300d6e72cfb542c8efbde008dc5a2.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2024-10-15 13:50:18 +0200 <haskellbridge> <hellwolf> I am having a hardtime to figure out the behaviour of "withCreateProcess", probably I should read into the code instead. So far, I cannot simply change createProcess to withCreateProcess with similar code.
2024-10-15 13:48:59 +0200acidjnk_new3(~acidjnk@p200300d6e72cfb5435abe4c8369aafbe.dip0.t-ipconnect.de) acidjnk
2024-10-15 13:31:50 +0200malte(~malte@mal.tc) malte
2024-10-15 13:30:43 +0200malte(~malte@mal.tc) (Remote host closed the connection)
2024-10-15 13:30:33 +0200Smiles(uid551636@id-551636.lymington.irccloud.com) Smiles
2024-10-15 13:28:54 +0200CiaoSen(~Jura@2a05:5800:211:b700:ca4b:d6ff:fec1:99da) CiaoSen
2024-10-15 13:26:31 +0200alp_(~alp@2001:861:e3d6:8f80:f9e:2c92:2bc3:5a6b)
2024-10-15 13:24:40 +0200gentauro(~gentauro@user/gentauro) gentauro
2024-10-15 13:23:05 +0200ystael(~ystael@user/ystael) ystael
2024-10-15 13:23:02 +0200xff0x(~xff0x@2405:6580:b080:900:d191:a1f6:84eb:b17f)
2024-10-15 13:20:53 +0200petrichor(~znc-user@user/petrichor) petrichor
2024-10-15 13:18:35 +0200petrichor(~znc-user@user/petrichor) (Quit: ZNC 1.8.2 - https://znc.in)
2024-10-15 13:18:07 +0200gentauro(~gentauro@user/gentauro) (Ping timeout: 264 seconds)
2024-10-15 13:11:57 +0200rdcdr(~rdcdr@user/rdcdr) rdcdr
2024-10-15 13:11:31 +0200rdcdr_(~rdcdr@97-113-202-179.tukw.qwest.net) (Ping timeout: 264 seconds)
2024-10-15 13:09:24 +0200petrichor(~znc-user@user/petrichor) petrichor
2024-10-15 13:09:21 +0200Athas(athas@sigkill.dk)
2024-10-15 13:07:53 +0200rdcdr(~rdcdr@user/rdcdr) (Ping timeout: 245 seconds)
2024-10-15 13:07:51 +0200 <Leonard26> Thank you :]
2024-10-15 13:06:57 +0200rdcdr_(~rdcdr@97-113-202-179.tukw.qwest.net)
2024-10-15 13:06:56 +0200athan(~athan@syn-173-042-095-241.biz.spectrum.com) (Ping timeout: 252 seconds)
2024-10-15 13:06:15 +0200euleritian(~euleritia@dynamic-176-000-146-080.176.0.pool.telefonica.de) (Ping timeout: 246 seconds)
2024-10-15 13:03:50 +0200 <tomsmeding> (like `struct` in C creates a new type that is distinct from all other types)
2024-10-15 13:03:39 +0200 <tomsmeding> note that this is different from `newtype` and `data`, which create actual new _types_ that are distinct for all other types
2024-10-15 13:03:38 +0200shryke(~shryke@91.103.43.254) shryke
2024-10-15 13:02:44 +0200 <tomsmeding> these can have parameters too: `type T a = Maybe [a]`, for example
2024-10-15 13:02:37 +0200caconym(~caconym@user/caconym) caconym
2024-10-15 13:02:29 +0200 <tomsmeding> Leonard26: for a simple type alias, you can use `type T = Maybe Int`
2024-10-15 13:00:05 +0200caconym(~caconym@user/caconym) (Quit: bye)
2024-10-15 12:59:55 +0200athan(~athan@syn-173-042-095-241.biz.spectrum.com) athan
2024-10-15 12:59:31 +0200synchromesh(~john@2406:5a00:2497:300:acce:5ad8:3e10:a59d) synchromesh
2024-10-15 12:59:30 +0200 <Leonard26> I was wondering if you could give me an example of how to translate a 'type def' from C/C++ to Haskell? I'm currently working with a language binding and I need to use a 'type def' but I'm having some trouble :/
2024-10-15 12:59:30 +0200 <Leonard26> Hello everyone! How are you? :]