Logs: liberachat/#haskell
| 2026-03-23 09:05:48 | → | marinelli joins (~weechat@brrr.fr) |
| 2026-03-23 09:08:58 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-03-23 09:13:12 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-03-23 09:15:14 | → | takuan joins (~takuan@d8D86B9E9.access.telenet.be) |
| 2026-03-23 09:15:19 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-03-23 09:15:41 | × | pavonia quits (~user@user/siracusa) (Quit: Bye!) |
| 2026-03-23 09:20:07 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-03-23 09:30:39 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-03-23 09:34:54 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2026-03-23 09:41:09 | → | __monty__ joins (~toonn@user/toonn) |
| 2026-03-23 09:42:46 | → | czan joins (~czan@user/mange) |
| 2026-03-23 09:46:01 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-03-23 09:50:44 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-03-23 09:51:33 | → | karenw joins (~karenw@user/karenw) |
| 2026-03-23 09:54:35 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-03-23 09:56:18 | <[exa]> | Freakie: you might want this https://cabal.readthedocs.io/en/stable/cabal-package-description-file.html#foreign-libraries |
| 2026-03-23 09:56:27 | <[exa]> | (resent) |
| 2026-03-23 09:57:33 | <[exa]> | (oh whoops "resent" is not a good shortcut for "transmitted again") |
| 2026-03-23 09:58:55 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2026-03-23 09:59:13 | <Freakie> | that's what I've been using which at least lets it *compile* (at least if I forcefeed cabal the right arguments to turn off profiling) |
| 2026-03-23 09:59:34 | <Freakie> | but I still have the issue of trying to actually link it on the cpp side |
| 2026-03-23 09:59:51 | × | CiaoSen quits (~Jura@p549cb690.dip0.t-ipconnect.de) (Ping timeout: 255 seconds) |
| 2026-03-23 10:00:26 | <Freakie> | also side note: the file structure of build systems makes me irrationally tired at times |
| 2026-03-23 10:08:06 | <[exa]> | ok, might be useful to see the cabal config and commands |
| 2026-03-23 10:08:43 | <[exa]> | btw you get the haskell lib as one big .so in the end? |
| 2026-03-23 10:09:39 | × | humasect quits (~humasect@dyn-192-249-132-90.nexicom.net) (Quit: Leaving...) |
| 2026-03-23 10:09:58 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-03-23 10:12:50 | <Freakie> | yeah |
| 2026-03-23 10:13:07 | <Freakie> | I've tried to look around the cabal documentation but frankly I don't think it's been very helpful |
| 2026-03-23 10:13:38 | <Freakie> | not sure why it wouldn't automatically put the symbols in the output library to begin with though |
| 2026-03-23 10:15:04 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-03-23 10:21:05 | <[exa]> | Freakie: that would mean it's linking somewhat statically (kinda half-statically) |
| 2026-03-23 10:21:05 | <[exa]> | but I think there should be a way to do that |
| 2026-03-23 10:21:05 | × | xff0x quits (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 268 seconds) |
| 2026-03-23 10:21:05 | <[exa]> | if you didn't try forcing a static build on that, I'd suggest giving it a shot |
| 2026-03-23 10:21:55 | × | preflex quits (~preflex@user/mauke/bot/preflex) (Ping timeout: 264 seconds) |
| 2026-03-23 10:22:06 | → | preflex joins (~preflex@user/mauke/bot/preflex) |
| 2026-03-23 10:27:55 | × | mjrosenb quits (~mjrosenb@pool-71-190-143-170.nycmny.fios.verizon.net) (Ping timeout: 264 seconds) |
| 2026-03-23 10:28:31 | × | DragonMaus quits (~DragonMau@user/dragonmaus) (Ping timeout: 264 seconds) |
| 2026-03-23 10:30:16 | <Freakie> | okay I did pass -staticlib to ghc for that particular library |
| 2026-03-23 10:30:55 | × | koz quits (~koz@121.99.240.58) (Ping timeout: 264 seconds) |
| 2026-03-23 10:33:55 | × | yin quits (~zero@user/zero) (Ping timeout: 264 seconds) |
| 2026-03-23 10:33:55 | → | koz joins (~koz@121.99.240.58) |
| 2026-03-23 10:34:03 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-03-23 10:34:04 | <Freakie> | I did it trying to bypass a compilation error that I see now may not be necessary |
| 2026-03-23 10:34:04 | <Freakie> | looks like not passing -statliclib was the fix I needed, now I feel silly. |
| 2026-03-23 10:34:04 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-03-23 10:34:04 | <[exa]> | oh did that work? |
| 2026-03-23 10:34:04 | × | lisbeths quits (uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity) |
| 2026-03-23 10:34:04 | → | acidjnk_new joins (~acidjnk@p200300d6e700e5084ed1466085b55f77.dip0.t-ipconnect.de) |
| 2026-03-23 10:37:31 | × | albet70 quits (~xxx@172-233-90-118.ip.linodeusercontent.com) (Ping timeout: 264 seconds) |
| 2026-03-23 10:37:31 | × | foul_owl quits (~kerry@94.156.149.92) (Ping timeout: 264 seconds) |
| 2026-03-23 10:38:43 | × | koz quits (~koz@121.99.240.58) (Ping timeout: 264 seconds) |
| 2026-03-23 10:44:43 | × | chele quits (~chele@user/chele) (*.net *.split) |
| 2026-03-23 10:44:43 | × | michalz quits (~michalz@185.246.207.200) (*.net *.split) |
| 2026-03-23 10:44:43 | × | gabiruh quits (~gabiruh@vps19177.publiccloud.com.br) (*.net *.split) |
| 2026-03-23 10:44:43 | × | husixu quits (~husixu@2406:3003:2007:fe4:68ee:9c53:6141:39ea) (*.net *.split) |
| 2026-03-23 10:44:43 | × | pabs3 quits (~pabs3@user/pabs3) (*.net *.split) |
| 2026-03-23 10:44:43 | × | xdej_ quits (~xdej@quatramaran.salle-s.org) (*.net *.split) |
| 2026-03-23 10:44:43 | × | hadronized quits (~hadronize@2001:41d0:a:fe76::1) (*.net *.split) |
| 2026-03-23 10:44:43 | × | Franciman quits (~Franciman@mx1.fracta.dev) (*.net *.split) |
| 2026-03-23 10:44:43 | × | nitrix quits (~nitrix@user/meow/nitrix) (*.net *.split) |
| 2026-03-23 10:44:43 | × | vulpine quits (xfnw@user/meow/xfnw) (*.net *.split) |
| 2026-03-23 10:44:43 | × | NiKaN quits (sid385034@id-385034.helmsley.irccloud.com) (*.net *.split) |
| 2026-03-23 10:44:43 | × | ThePenguin quits (~ThePengui@cust-95-80-28-221.csbnet.se) (*.net *.split) |
| 2026-03-23 10:44:44 | × | tv quits (~tv@user/tv) (*.net *.split) |
| 2026-03-23 10:44:44 | × | JSharp quits (sid4580@user/JSharp) (*.net *.split) |
| 2026-03-23 10:44:44 | × | bryanv quits (~quassel@2603:c028:4503:7500:45b7:933:ab17:bc10) (*.net *.split) |
| 2026-03-23 10:44:44 | × | shawwwn quits (uid6132@id-6132.helmsley.irccloud.com) (*.net *.split) |
| 2026-03-23 10:44:44 | × | Zowlyfon quits (sid346067@user/Zowlyfon) (*.net *.split) |
| 2026-03-23 10:44:44 | × | arkeet quits (arkeet@moriya.ca) (*.net *.split) |
| 2026-03-23 10:44:44 | × | koala_man quits (~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split) |
| 2026-03-23 10:44:44 | × | dsal quits (sid13060@id-13060.lymington.irccloud.com) (*.net *.split) |
| 2026-03-23 10:44:44 | × | tnks quits (sid412124@id-412124.helmsley.irccloud.com) (*.net *.split) |
| 2026-03-23 10:44:44 | × | darkling quits (~darkling@2001-ba8-1f1-f0e6-0-0-0-2.autov6rev.bitfolk.space) (*.net *.split) |
| 2026-03-23 10:44:44 | × | Igloo quits (~ian@81.2.99.210) (*.net *.split) |
| 2026-03-23 10:44:44 | × | werneta_ quits (~werneta@71.83.160.242) (*.net *.split) |
| 2026-03-23 10:44:44 | × | [_________] quits (~oos95GWG@user/oos95GWG) (*.net *.split) |
| 2026-03-23 10:44:44 | × | krei-se quits (~krei-se@p5dea1d59.dip0.t-ipconnect.de) (*.net *.split) |
| 2026-03-23 10:44:45 | × | op_4 quits (~tslil@user/op-4/x-9116473) (*.net *.split) |
| 2026-03-23 10:44:45 | × | down200 quits (~down200@shell.lug.mtu.edu) (*.net *.split) |
| 2026-03-23 10:44:45 | × | bliminse quits (~bliminse@user/bliminse) (*.net *.split) |
| 2026-03-23 10:44:45 | × | terrorjack quits (~terrorjac@2a01:4f8:271:2d98::2) (*.net *.split) |
| 2026-03-23 10:44:45 | × | cawfee quits (root@2401:c080:3800:3460::babe) (*.net *.split) |
| 2026-03-23 10:44:45 | × | Beowulf quits (florian@sleipnir.bandrate.org) (*.net *.split) |
| 2026-03-23 10:44:45 | × | smalltalkman quits (uid545680@id-545680.hampstead.irccloud.com) (*.net *.split) |
| 2026-03-23 10:44:45 | × | inedia quits (~irc@2600:3c00:e000:287::1) (*.net *.split) |
| 2026-03-23 10:44:45 | × | cptaffe quits (~cptaffe@user/cptaffe) (*.net *.split) |
| 2026-03-23 10:44:45 | × | bionade24 quits (~quassel@server2.oscloud.info) (*.net *.split) |
| 2026-03-23 10:44:45 | × | PHO` quits (~pho@akari.cielonegro.org) (*.net *.split) |
| 2026-03-23 10:44:45 | × | Hafydd quits (~Hafydd@user/hafydd) (*.net *.split) |
| 2026-03-23 10:44:45 | × | srk quits (~sorki@user/srk) (*.net *.split) |
| 2026-03-23 10:44:45 | × | Freakie quits (~Freakie@185.45.22.133) (*.net *.split) |
| 2026-03-23 10:44:45 | × | Enrico63 quits (~Enrico63@host-79-18-154-39.retail.telecomitalia.it) (*.net *.split) |
| 2026-03-23 10:44:45 | × | litharge quits (litharge@libera/bot/litharge) (*.net *.split) |
| 2026-03-23 10:44:45 | × | sord937 quits (~sord937@gateway/tor-sasl/sord937) (*.net *.split) |
| 2026-03-23 10:44:45 | × | bitdex quits (~bitdex@gateway/tor-sasl/bitdex) (*.net *.split) |
| 2026-03-23 10:44:45 | × | tusko quits (~uwu@user/tusko) (*.net *.split) |
| 2026-03-23 10:44:45 | × | ChaiTRex quits (~ChaiTRex@user/chaitrex) (*.net *.split) |
| 2026-03-23 10:44:46 | × | chexum quits (~quassel@gateway/tor-sasl/chexum) (*.net *.split) |
All times are in UTC.