2024/10/23

Newest at the top

2024-10-23 13:18:43 +0200ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 265 seconds)
2024-10-23 13:15:52 +0200Smiles(uid551636@id-551636.lymington.irccloud.com) Smiles
2024-10-23 13:11:55 +0200xff0x(~xff0x@2405:6580:b080:900:4e61:3b0b:e25d:c6d4)
2024-10-23 13:07:36 +0200merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2024-10-23 13:04:36 +0200 <mauke> what do you mean by TH being ambiguous?
2024-10-23 13:03:20 +0200merijn(~merijn@77.242.116.146) merijn
2024-10-23 13:01:09 +0200merijn(~merijn@77.242.116.146) (Ping timeout: 248 seconds)
2024-10-23 12:58:09 +0200morsinichi(~morsinich@61.4.97.157) (Quit: morsinichi)
2024-10-23 12:57:24 +0200emmanuelux(~emmanuelu@user/emmanuelux) (Quit: au revoir)
2024-10-23 12:57:04 +0200JamesMowery45JamesMowery4
2024-10-23 12:57:03 +0200JamesMowery4(~JamesMowe@ip98-167-207-182.ph.ph.cox.net) (Ping timeout: 245 seconds)
2024-10-23 12:55:32 +0200JamesMowery45(~JamesMowe@ip98-167-207-182.ph.ph.cox.net) JamesMowery
2024-10-23 12:51:06 +0200merijn(~merijn@77.242.116.146) merijn
2024-10-23 12:47:25 +0200CiaoSen(~Jura@2a05:5800:2d7:c100:ca4b:d6ff:fec1:99da) (Ping timeout: 252 seconds)
2024-10-23 12:45:30 +0200Digit(~user@user/digit) (Ping timeout: 246 seconds)
2024-10-23 12:45:13 +0200lortabac(~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) lortabac
2024-10-23 12:42:22 +0200 <ash3en> ah thank you again :)
2024-10-23 12:42:07 +0200ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2024-10-23 12:41:34 +0200merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2024-10-23 12:41:28 +0200mari-estel(~mari-este@user/mari-estel) (Remote host closed the connection)
2024-10-23 12:36:39 +0200ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 244 seconds)
2024-10-23 12:34:42 +0200 <tomsmeding> (as is 'text', by the way, but text is reinstallable as far as I know (meaning that you can build a different version from hackage and use that), whereas template-haskell is bound to the compiler)
2024-10-23 12:34:36 +0200merijn(~merijn@77.242.116.146) merijn
2024-10-23 12:34:01 +0200 <tomsmeding> ash3en: so I wouldn't worry about that particular dependency :)
2024-10-23 12:33:50 +0200 <tomsmeding> template-haskell is a boot library: it's installed with GHC. So it doesn't incur a download or build for your users
2024-10-23 12:27:22 +0200morsinichi(~morsinich@61.4.97.157)
2024-10-23 12:26:50 +0200merijn(~merijn@77.242.116.146) (Ping timeout: 244 seconds)
2024-10-23 12:24:22 +0200gioyik(~gioyik@gateway/tor-sasl/gioyik) gioyik
2024-10-23 12:24:09 +0200 <ash3en> I do ask myself why template haskell is everywhere btw. even with Data.Text, TH is a direct dependency. that seems not too elegant to me, since TH is very ambiguous to say at least afaik.
2024-10-23 12:24:08 +0200mari-estel(~mari-este@user/mari-estel) mari-estel
2024-10-23 12:22:03 +0200Square2(~Square4@user/square) (Ping timeout: 245 seconds)
2024-10-23 12:20:59 +0200euleritian(~euleritia@dynamic-176-004-241-059.176.4.pool.telefonica.de)
2024-10-23 12:20:39 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) (Ping timeout: 252 seconds)
2024-10-23 12:20:22 +0200 <ash3en> thank you :)
2024-10-23 12:20:07 +0200merijn(~merijn@77.242.116.146) merijn
2024-10-23 12:19:41 +0200ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2024-10-23 12:19:20 +0200ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en)
2024-10-23 12:18:40 +0200 <Leary> ash3en: If your package is an executable, you can vendor a cut-down version of the dependency. You could also submit a PR to the dep splitting out the parts that need the transitive dep into a public sublibrary, so people who don't want to depend on it can avoid doing so.
2024-10-23 12:17:37 +0200alexherbo2(~alexherbo@2a02-8440-310b-6bee-c9e9-77ca-ca4e-516d.rev.sfr.net) (Remote host closed the connection)
2024-10-23 12:16:51 +0200gioyik(~gioyik@gateway/tor-sasl/gioyik) (Ping timeout: 260 seconds)
2024-10-23 12:16:31 +0200 <ash3en> ok, dependencies are going wild, so i'm asking
2024-10-23 12:15:52 +0200 <haskellbridge> <magic_rb> ash3en: Without forking the library, no afaik
2024-10-23 12:13:12 +0200 <ash3en> hi, can i avoid dependencies of a library if I just don't use functions that need e.g. template haskell in the library? so my program is free of template haskell as a dependency?
2024-10-23 12:11:18 +0200ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2024-10-23 12:10:56 +0200CrunchyFlakes(~CrunchyFl@ip1f13e94e.dynamic.kabel-deutschland.de)
2024-10-23 12:09:43 +0200CrunchyFlakes(~CrunchyFl@ip1f13e94e.dynamic.kabel-deutschland.de) (Ping timeout: 264 seconds)
2024-10-23 12:08:53 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 248 seconds)
2024-10-23 12:07:45 +0200merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2024-10-23 12:03:04 +0200alexherbo2(~alexherbo@2a02-8440-310b-6bee-c9e9-77ca-ca4e-516d.rev.sfr.net) alexherbo2
2024-10-23 12:03:01 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de)