Logs: liberachat/#haskell
| 2021-08-08 20:24:38 | → | takuan joins (~takuan@178-116-218-225.access.telenet.be) |
| 2021-08-08 20:27:56 | × | _ht quits (~quassel@82-169-194-8.biz.kpn.net) (Remote host closed the connection) |
| 2021-08-08 20:28:52 | × | mei quits (~mei@user/mei) (Ping timeout: 245 seconds) |
| 2021-08-08 20:31:40 | × | oxide quits (~lambda@user/oxide) (Ping timeout: 250 seconds) |
| 2021-08-08 20:32:18 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-08-08 20:33:00 | → | oxide joins (~lambda@user/oxide) |
| 2021-08-08 20:34:57 | × | vicfred quits (~vicfred@user/vicfred) (Quit: Leaving) |
| 2021-08-08 20:37:18 | × | machinedgod quits (~machinedg@24.105.81.50) (Ping timeout: 250 seconds) |
| 2021-08-08 20:39:10 | → | vysn joins (~vysn@user/vysn) |
| 2021-08-08 20:42:37 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 245 seconds) |
| 2021-08-08 20:43:17 | → | troydm joins (~troydm@host-176-37-124-197.b025.la.net.ua) |
| 2021-08-08 20:43:44 | × | enoq quits (~enoq@194-208-179-35.lampert.tv) (Quit: enoq) |
| 2021-08-08 20:46:42 | → | benin03693 joins (~benin@183.82.205.178) |
| 2021-08-08 20:58:45 | → | wroathe joins (~wroathe@96-88-30-181-static.hfc.comcastbusiness.net) |
| 2021-08-08 21:06:22 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 245 seconds) |
| 2021-08-08 21:07:55 | × | jgeerds quits (~jgeerds@55d45555.access.ecotel.net) (Remote host closed the connection) |
| 2021-08-08 21:10:06 | <__monty__> | What do you mean? There's a cabal file so you should be able to hack on it without nix? |
| 2021-08-08 21:16:04 | → | jgeerds joins (~jgeerds@55d45555.access.ecotel.net) |
| 2021-08-08 21:16:14 | <sm> | __monty__: it refers to unreleased packages. Maybe nix is used to get around that |
| 2021-08-08 21:17:39 | → | hendursa1 joins (~weechat@user/hendursaga) |
| 2021-08-08 21:19:12 | <davean> | sm: cabal.project does that |
| 2021-08-08 21:19:39 | <__monty__> | Yeah, maybe they forgot to check it in? |
| 2021-08-08 21:19:50 | <__monty__> | Nothing in the nix files catches my eye. |
| 2021-08-08 21:19:56 | <sm> | yes, that or a stack.yaml would make this accessible to a lot more folks |
| 2021-08-08 21:20:42 | × | hendursaga quits (~weechat@user/hendursaga) (Ping timeout: 244 seconds) |
| 2021-08-08 21:23:52 | <__monty__> | Maybe you mean the vendored dependencies in deps/? |
| 2021-08-08 21:24:30 | <__monty__> | Because it doesn't look like they're fetching any dependencies from other sources than hackage. |
| 2021-08-08 21:25:10 | × | gehmehgeh quits (~user@user/gehmehgeh) (Quit: Leaving) |
| 2021-08-08 21:25:30 | <__monty__> | *dep/, sorry |
| 2021-08-08 21:25:38 | → | fresheyeball joins (~fresheyeb@c-71-237-105-37.hsd1.co.comcast.net) |
| 2021-08-08 21:25:48 | × | eggplantade quits (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2021-08-08 21:26:12 | <__monty__> | Would still need a cabal.project though. |
| 2021-08-08 21:26:32 | → | markpythonicbitc joins (~markpytho@2601:647:5a00:35:2926:cf7f:9d4d:10a0) |
| 2021-08-08 21:26:49 | <__monty__> | If only they were using haskell.nix, then it'd be natural to get it to work with plain cabal first. |
| 2021-08-08 21:30:17 | → | lavaman joins (~lavaman@98.38.249.169) |
| 2021-08-08 21:30:29 | × | amahl quits (~amahl@dsl-jklbng12-54fbca-64.dhcp.inet.fi) (Remote host closed the connection) |
| 2021-08-08 21:31:02 | <sm> | __monty__: where are you seeing *dep/ ? |
| 2021-08-08 21:32:00 | <__monty__> | sm: https://github.com/srid/neuron/tree/master/dep |
| 2021-08-08 21:32:24 | <sm> | oh, I'm talking about https://github.com/srid/emanote |
| 2021-08-08 21:32:39 | → | Nahra joins (~user@static.161.95.99.88.clients.your-server.de) |
| 2021-08-08 21:36:17 | <__monty__> | Ah, apologies. I saw Neuron and assumed. |
| 2021-08-08 21:36:51 | <sm> | np |
| 2021-08-08 21:37:12 | <__monty__> | I guess they just prefer Nix and haven't yet had an incentive to support plain cabal/stack. |
| 2021-08-08 21:37:30 | <sm> | yup |
| 2021-08-08 21:38:14 | × | oxide quits (~lambda@user/oxide) (Quit: oxide) |
| 2021-08-08 21:40:02 | <sm> | lechner, I got it to build with this stack.yaml: https://termbin.com/tv9i |
| 2021-08-08 21:40:04 | × | vysn quits (~vysn@user/vysn) (Remote host closed the connection) |
| 2021-08-08 21:40:37 | <sm> | (& srid, in case you're interested) |
| 2021-08-08 21:40:42 | × | lavaman quits (~lavaman@98.38.249.169) (Remote host closed the connection) |
| 2021-08-08 21:41:32 | → | mastarija joins (~mastarija@78-3-210-70.adsl.net.t-com.hr) |
| 2021-08-08 21:41:42 | <sm> | works too :-O |
| 2021-08-08 21:41:54 | → | PinealGlandOptic joins (~PinealGla@37.115.210.35) |
| 2021-08-08 21:44:39 | → | phma joins (~phma@host-67-44-208-203.hnremote.net) |
| 2021-08-08 21:47:17 | × | __monty__ quits (~toonn@user/toonn) (Quit: leaving) |
| 2021-08-08 21:48:29 | → | shailangsa joins (~shailangs@host86-185-58-139.range86-185.btcentralplus.com) |
| 2021-08-08 21:49:10 | ← | jakalx parts (~jakalx@base.jakalx.net) (Error from remote client) |
| 2021-08-08 21:51:15 | → | eggplantade joins (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-08-08 21:53:12 | × | notzmv quits (~zmv@user/notzmv) (Ping timeout: 258 seconds) |
| 2021-08-08 22:00:29 | × | mastarija quits (~mastarija@78-3-210-70.adsl.net.t-com.hr) (Read error: Connection reset by peer) |
| 2021-08-08 22:01:45 | → | burnsidesLlama joins (~burnsides@client-8-91.eduroam.oxuni.org.uk) |
| 2021-08-08 22:05:10 | × | kayprish quits (~kayprish@cable-188-2-229-172.dynamic.sbb.rs) (Read error: Connection reset by peer) |
| 2021-08-08 22:05:57 | × | burnsidesLlama quits (~burnsides@client-8-91.eduroam.oxuni.org.uk) (Ping timeout: 245 seconds) |
| 2021-08-08 22:11:13 | ← | meltedbrain_y2k parts (~tekserf@45.152.183.52) () |
| 2021-08-08 22:11:26 | → | lavaman joins (~lavaman@98.38.249.169) |
| 2021-08-08 22:11:30 | × | hendursa1 quits (~weechat@user/hendursaga) (Quit: hendursa1) |
| 2021-08-08 22:12:03 | → | hendursaga joins (~weechat@user/hendursaga) |
| 2021-08-08 22:12:48 | → | machinedgod joins (~machinedg@24.105.81.50) |
| 2021-08-08 22:13:39 | → | jakalx joins (~jakalx@base.jakalx.net) |
| 2021-08-08 22:15:06 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-08-08 22:15:07 | × | cheater quits (~Username@user/cheater) (Ping timeout: 245 seconds) |
| 2021-08-08 22:18:11 | × | eggplantade quits (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2021-08-08 22:19:27 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-08-08 22:20:04 | → | eggplantade joins (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-08-08 22:22:06 | × | lavaman quits (~lavaman@98.38.249.169) (Ping timeout: 272 seconds) |
| 2021-08-08 22:25:06 | → | cheater joins (~Username@user/cheater) |
| 2021-08-08 22:25:26 | × | Tuplanolla quits (~Tuplanoll@91-159-69-50.elisa-laajakaista.fi) (Quit: Leaving.) |
| 2021-08-08 22:25:45 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-08-08 22:28:49 | × | jumper149 quits (~jumper149@80.240.31.34) (Quit: WeeChat 3.2) |
| 2021-08-08 22:36:50 | × | jgeerds quits (~jgeerds@55d45555.access.ecotel.net) (Ping timeout: 252 seconds) |
| 2021-08-08 22:38:59 | kar1[m] | is now known as kar1 |
| 2021-08-08 22:39:44 | × | eggplantade quits (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2021-08-08 22:41:02 | × | kar1 quits (~kar1matri@2001:470:69fc:105::c308) (Quit: Reconnecting) |
| 2021-08-08 22:41:17 | → | kar1 joins (~kar1matri@2001:470:69fc:105::c308) |
| 2021-08-08 22:42:33 | → | flouflou joins (~flouflou@modemcable032.110-177-173.mc.videotron.ca) |
| 2021-08-08 22:44:25 | × | kar1 quits (~kar1matri@2001:470:69fc:105::c308) (Client Quit) |
| 2021-08-08 22:44:40 | → | kar1 joins (~kar1@2001:470:69fc:105::c308) |
| 2021-08-08 22:46:25 | × | flouflou quits (~flouflou@modemcable032.110-177-173.mc.videotron.ca) (Client Quit) |
| 2021-08-08 22:46:46 | → | cjb joins (~cjb@user/cjb) |
| 2021-08-08 22:58:34 | × | sander quits (~sander@user/sander) (Ping timeout: 256 seconds) |
| 2021-08-08 22:59:30 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
| 2021-08-08 23:04:48 | × | wroathe quits (~wroathe@96-88-30-181-static.hfc.comcastbusiness.net) (Ping timeout: 256 seconds) |
| 2021-08-08 23:08:51 | × | takuan quits (~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection) |
| 2021-08-08 23:08:52 | × | machinedgod quits (~machinedg@24.105.81.50) (Ping timeout: 245 seconds) |
| 2021-08-08 23:09:17 | × | Gurkenglas quits (~Gurkengla@dslb-002-203-144-156.002.203.pools.vodafone-ip.de) (Ping timeout: 252 seconds) |
| 2021-08-08 23:23:09 | → | dajoer joins (~david@user/gvx) |
| 2021-08-08 23:25:27 | × | fresheyeball quits (~fresheyeb@c-71-237-105-37.hsd1.co.comcast.net) (Quit: WeeChat 2.9) |
| 2021-08-08 23:28:56 | × | alx741 quits (~alx741@181.196.68.21) (Quit: alx741) |
| 2021-08-08 23:31:30 | × | slowButPresent quits (~slowButPr@user/slowbutpresent) (Ping timeout: 250 seconds) |
| 2021-08-08 23:31:56 | → | alx741 joins (~alx741@181.196.68.21) |
| 2021-08-08 23:33:31 | → | slowButPresent joins (~slowButPr@user/slowbutpresent) |
All times are in UTC.