Logs: liberachat/#haskell
| 2021-08-26 14:21:04 | fendor_ | is now known as fendor |
| 2021-08-26 14:21:45 | → | shapr joins (~user@pool-100-36-247-68.washdc.fios.verizon.net) |
| 2021-08-26 14:23:58 | sszark1 | is now known as sszark |
| 2021-08-26 14:24:27 | <sszark> | that's true, does nvim not have any remote protocol like emacs? janus |
| 2021-08-26 14:24:33 | × | pretty_dumm_guy quits (trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) (Ping timeout: 248 seconds) |
| 2021-08-26 14:26:02 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-08-26 14:26:02 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Changing host) |
| 2021-08-26 14:26:02 | → | wroathe joins (~wroathe@user/wroathe) |
| 2021-08-26 14:26:32 | <maerwald> | pretty sure it does |
| 2021-08-26 14:26:48 | <maerwald> | that was the entire point of the fork |
| 2021-08-26 14:28:35 | → | d0ku joins (~d0ku@178.43.56.75.ipv4.supernova.orange.pl) |
| 2021-08-26 14:33:07 | × | NinjaTrappeur quits (~ninja@user/ninjatrappeur) (Ping timeout: 250 seconds) |
| 2021-08-26 14:33:31 | → | NinjaTrappeur joins (~ninja@user/ninjatrappeur) |
| 2021-08-26 14:39:06 | × | MoC quits (~moc@user/moc) (Quit: Konversation terminated!) |
| 2021-08-26 14:41:32 | → | eggplantade joins (~Eggplanta@2600:1700:bef1:5e10:c68:9e4d:912c:4792) |
| 2021-08-26 14:41:46 | <kuribas> | ugh, now I have to manually insert all packages with transitive dependencies in my stack.yaml, because I use packages which aren't in the curated set... |
| 2021-08-26 14:43:58 | <maerwald> | curated set... |
| 2021-08-26 14:44:49 | × | ubert1 quits (~Thunderbi@77.119.215.189.wireless.dyn.drei.com) (Ping timeout: 250 seconds) |
| 2021-08-26 14:45:40 | × | eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:c68:9e4d:912c:4792) (Ping timeout: 240 seconds) |
| 2021-08-26 14:48:17 | <kuribas> | I have a perfectly working .ghc.environment, but stack is rejecting it. |
| 2021-08-26 14:48:25 | <kuribas> | hurray for solving dependency hell... |
| 2021-08-26 14:49:04 | <kuribas> | In the dependencies for cassava-0.5.2.0: bytestring-0.10.8.2 from stack configuration does not match >=0.9.2 && <0.10.4 (latest matching version is 0.10.2.0) |
| 2021-08-26 14:49:04 | <kuribas> | |
| 2021-08-26 14:49:33 | <kuribas> | yet, this works for newbuild |
| 2021-08-26 14:50:45 | × | quantum quits (~quantum@user/quantum/x-8556232) (Quit: Reconnecting) |
| 2021-08-26 14:51:02 | → | quantum joins (~quantum@user/quantum/x-8556232) |
| 2021-08-26 14:51:13 | × | Neuromancer quits (~Neuromanc@user/neuromancer) (Ping timeout: 248 seconds) |
| 2021-08-26 14:51:39 | <maerwald> | what are you even building |
| 2021-08-26 14:54:33 | × | fef quits (~thedawn@user/thedawn) (Ping timeout: 276 seconds) |
| 2021-08-26 14:54:40 | <kuribas> | maerwald: some script for loading csv in the database |
| 2021-08-26 14:54:47 | <siers> | is monomorphization just type variable application at the type level? (application of what? type lambdas?) |
| 2021-08-26 14:55:12 | <kuribas> | siers: you can think of a forall as a type lambda, yes... |
| 2021-08-26 14:55:36 | <kuribas> | maerwald: this constraint is bullshit, the one in hackage is: bytestring (>=0.9.2 && <0.12), |
| 2021-08-26 14:55:44 | <kuribas> | maerwald: maybe stack has the wrong constraint? |
| 2021-08-26 14:55:59 | → | fef joins (~thedawn@user/thedawn) |
| 2021-08-26 14:57:02 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.2) |
| 2021-08-26 14:57:06 | <maerwald> | I dunno what you're building |
| 2021-08-26 14:57:50 | <kuribas> | maerwald: why do you need to know? |
| 2021-08-26 14:57:53 | <kuribas> | it's not relevant |
| 2021-08-26 14:58:07 | <maerwald> | I don't, but it's all guessing from this point |
| 2021-08-26 14:59:02 | <kuribas> | guessing what? |
| 2021-08-26 14:59:32 | <kuribas> | I think it's very concrete: stack is failing on a bullshit constraint |
| 2021-08-26 14:59:58 | × | ubert quits (~Thunderbi@77.119.215.189.wireless.dyn.drei.com) (Ping timeout: 252 seconds) |
| 2021-08-26 15:00:26 | <maerwald> | guessing what you're building :D |
| 2021-08-26 15:00:36 | <merijn> | kuribas: Stack ignores hackage revisions |
| 2021-08-26 15:00:47 | <maerwald> | merijn: huh? |
| 2021-08-26 15:00:58 | <maerwald> | you can specify the revision afaik |
| 2021-08-26 15:01:31 | <merijn> | You coudn't last I checked, but maybe it changed |
| 2021-08-26 15:02:05 | × | [itchyjunk] quits (~itchyjunk@user/itchyjunk/x-7353470) (Quit: Leaving) |
| 2021-08-26 15:02:35 | <kuribas> | merijn: so where does it get them? |
| 2021-08-26 15:02:59 | <maerwald> | - acme-missiles-0.3@rev:0 |
| 2021-08-26 15:03:46 | <maerwald> | https://hackage.haskell.org/package/pantry-0.5.2.3/docs/Pantry.html#t:CabalFileInfo |
| 2021-08-26 15:03:52 | <maerwald> | clearly supports revision |
| 2021-08-26 15:04:50 | → | zebrag joins (~chris@user/zebrag) |
| 2021-08-26 15:05:03 | → | lavaman joins (~lavaman@98.38.249.169) |
| 2021-08-26 15:07:04 | <maerwald> | hash is an implicit revision |
| 2021-08-26 15:07:16 | <maerwald> | it'll just look through all of them I think |
| 2021-08-26 15:09:07 | × | lavaman quits (~lavaman@98.38.249.169) (Ping timeout: 240 seconds) |
| 2021-08-26 15:09:22 | <kuribas> | it doesn't matter if I give a revision, if stack is refusing it because of constraints. |
| 2021-08-26 15:09:37 | <kuribas> | I don't get where stack gets ">=0.9.2 && <0.10.4" |
| 2021-08-26 15:09:49 | <maerwald> | kuribas: well, either you tell us what you're building or... :p |
| 2021-08-26 15:09:50 | <kuribas> | for cassava-0.5.2.0 |
| 2021-08-26 15:09:59 | <maerwald> | link to git repo |
| 2021-08-26 15:10:03 | <kuribas> | maerwald: I just told you. |
| 2021-08-26 15:10:09 | <kuribas> | maerwald: no, it's not open source... |
| 2021-08-26 15:10:11 | <maerwald> | can't clone your thoughts |
| 2021-08-26 15:10:20 | <kuribas> | it's company property |
| 2021-08-26 15:10:21 | <maerwald> | I can sign an NDA |
| 2021-08-26 15:11:20 | × | lortabac quits (~lortabac@151.73.13.59) (Quit: WeeChat 2.8) |
| 2021-08-26 15:12:33 | × | alx741 quits (~alx741@186.178.109.43) (Ping timeout: 248 seconds) |
| 2021-08-26 15:15:22 | × | hannessteffenhag quits (~hannesste@77.20.255.200) (Ping timeout: 252 seconds) |
| 2021-08-26 15:15:57 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-08-26 15:18:04 | × | azeem quits (~azeem@dynamic-adsl-78-13-253-103.clienti.tiscali.it) (Ping timeout: 250 seconds) |
| 2021-08-26 15:19:56 | → | azeem joins (~azeem@176.201.15.223) |
| 2021-08-26 15:20:16 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Remote host closed the connection) |
| 2021-08-26 15:20:20 | ← | drd parts (~drd@2001:b07:a70:9f1f:1562:34de:f50f:77d4) (ERC (IRC client for Emacs 28.0.50)) |
| 2021-08-26 15:20:25 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-08-26 15:22:11 | <kuribas> | maerwald: if you don't know the question, it's fine... |
| 2021-08-26 15:22:25 | <kuribas> | I mean the answer to my question. |
| 2021-08-26 15:25:23 | → | alx741 joins (~alx741@181.196.68.187) |
| 2021-08-26 15:26:14 | → | jespada_ joins (~jespada@90.254.245.194) |
| 2021-08-26 15:27:12 | → | ec_ joins (~ec@gateway/tor-sasl/ec) |
| 2021-08-26 15:29:27 | × | jespada quits (~jespada@90.254.245.194) (Ping timeout: 250 seconds) |
| 2021-08-26 15:30:44 | → | Hydrazer joins (~Hydrazer@S010684c9b26eee6d.cg.shawcable.net) |
| 2021-08-26 15:31:10 | → | burnsidesLlama joins (~burnsides@dhcp168-011.wadham.ox.ac.uk) |
| 2021-08-26 15:31:27 | × | stiell quits (~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection) |
| 2021-08-26 15:31:48 | → | waleee joins (~waleee@2001:9b0:216:8200:d457:9189:7843:1dbd) |
| 2021-08-26 15:32:04 | → | stiell joins (~stiell@gateway/tor-sasl/stiell) |
| 2021-08-26 15:32:13 | <Hydrazer> | does anyone know how to get the difference between 2 dates in year month day format in the data.time.calender library? i used diffdays but it only gave me the days |
| 2021-08-26 15:32:28 | × | burnsidesLlama quits (~burnsides@dhcp168-011.wadham.ox.ac.uk) (Remote host closed the connection) |
| 2021-08-26 15:32:31 | → | tzh joins (~tzh@c-24-21-73-154.hsd1.or.comcast.net) |
| 2021-08-26 15:33:12 | → | burnsidesLlama joins (~burnsides@dhcp168-011.wadham.ox.ac.uk) |
| 2021-08-26 15:34:43 | × | markpythonicbtc quits (~textual@2601:647:5a00:35:d556:b617:7067:a615) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-08-26 15:34:44 | × | raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Quit: WeeChat 3.2) |
| 2021-08-26 15:34:53 | <Hydrazer> | well send me a message if you find out |
| 2021-08-26 15:36:33 | → | gambpang joins (~ishipman@207.181.230.156) |
| 2021-08-26 15:36:39 | → | raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-08-26 15:37:07 | × | burnsidesLlama quits (~burnsides@dhcp168-011.wadham.ox.ac.uk) (Ping timeout: 240 seconds) |
| 2021-08-26 15:40:49 | × | jespada_ quits (~jespada@90.254.245.194) (Read error: Connection reset by peer) |
| 2021-08-26 15:41:07 | → | jespada joins (~jespada@90.254.245.194) |
All times are in UTC.