Logs: freenode/#haskell
| 2020-10-25 16:05:38 | → | steve_ joins (~quassel@ool-18b99d28.dyn.optonline.net) |
| 2020-10-25 16:06:27 | → | hnOsmium0001 joins (uid453710@gateway/web/irccloud.com/x-qyqbjvcihvkvillz) |
| 2020-10-25 16:06:35 | <asheshambasta> | fendor: I think what would also help a lot is if cabal could specify where-from/why it required these bounds. |
| 2020-10-25 16:07:25 | <fendor> | asheshambasta, totally agree, but explaining a build-plan is a ton of work. It already tries, but its output is mainly readable by experts |
| 2020-10-25 16:07:51 | × | nbloomf quits (~nbloomf@2600:1700:ad14:3020:e9e0:8366:ee4d:bc13) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-10-25 16:08:08 | → | damianfral joins (~damianfra@18.red-37-12-231.dynamicip.rima-tde.net) |
| 2020-10-25 16:10:22 | × | HarveyPwca quits (~HarveyPwc@c-98-220-98-201.hsd1.il.comcast.net) (Quit: Leaving) |
| 2020-10-25 16:12:57 | × | shadowdao quits (~user@unaffiliated/shadowdaemon) (Ping timeout: 260 seconds) |
| 2020-10-25 16:13:05 | × | steve_ quits (~quassel@ool-18b99d28.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2020-10-25 16:14:56 | → | shadowdao joins (~user@unaffiliated/shadowdaemon) |
| 2020-10-25 16:15:48 | × | elliott_ quits (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) (Read error: Connection reset by peer) |
| 2020-10-25 16:16:05 | → | elliott_ joins (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) |
| 2020-10-25 16:19:25 | → | cole-h joins (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) |
| 2020-10-25 16:19:30 | <asheshambasta> | fendor: yeah, I think I'd just be happy with some indication of the cabal file it read those bounds from. It seems to say that bulmex needs a range of reflex versions, but I find no mention of these bounds in the locally checked out bulmex directoryl. |
| 2020-10-25 16:20:09 | <asheshambasta> | I suspect these reflex version bounds come from a rejected version of bulmex, it does say that it rejects a set of bulmex versions. |
| 2020-10-25 16:24:20 | → | ddellacosta joins (~dd@86.106.121.168) |
| 2020-10-25 16:25:41 | × | Guest63439 quits (5a319fdb@lfbn-nan-1-68-219.w90-49.abo.wanadoo.fr) (Remote host closed the connection) |
| 2020-10-25 16:26:40 | × | DavidEichmann quits (~david@43.240.198.146.dyn.plus.net) (Ping timeout: 246 seconds) |
| 2020-10-25 16:27:01 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 260 seconds) |
| 2020-10-25 16:27:05 | × | voso534 quits (5cf785e2@92.247.133.226) (Remote host closed the connection) |
| 2020-10-25 16:27:26 | → | wroathe joins (~wroathe@c-73-24-27-54.hsd1.mn.comcast.net) |
| 2020-10-25 16:29:12 | × | Kaiepi quits (~Kaiepi@nwcsnbsc03w-47-55-225-82.dhcp-dynamic.fibreop.nb.bellaliant.net) (Remote host closed the connection) |
| 2020-10-25 16:32:12 | × | shadowdao quits (~user@unaffiliated/shadowdaemon) (Ping timeout: 260 seconds) |
| 2020-10-25 16:32:24 | × | son0p quits (~son0p@181.136.122.143) (Quit: leaving) |
| 2020-10-25 16:33:14 | → | kish joins (~oracle@unaffiliated/oracle) |
| 2020-10-25 16:33:50 | × | bitmagie quits (~Thunderbi@200116b806e0ec008c2e48c416af9de6.dip.versatel-1u1.de) (Quit: bitmagie) |
| 2020-10-25 16:33:59 | → | cebola joins (~cebola@2804:14d:149a:a093:90f7:1d75:5efb:291d) |
| 2020-10-25 16:34:38 | <asheshambasta> | fendor: there's this discussion too: https://www.reddit.com/r/haskell/comments/9rmh9s/how_to_read_cabal_solver_failure_output/ |
| 2020-10-25 16:35:25 | <fendor> | yeah, I guess one issue is that dependency solving is NP hard and the certificate for a negative instance can explode so incredibly... |
| 2020-10-25 16:35:50 | <cebola> | is there a ghc extension that allows turning an arbitrary expression into an infix op: [1] `(liftA2 (:))` [[]] |
| 2020-10-25 16:36:46 | <monsterchrom> | No. |
| 2020-10-25 16:38:02 | <asheshambasta> | fendor: but I still think that this error message is misleading. Given that I'm 100% sure that there's no mention of version bounds on reflex inside of servant-reflex (I've even grepped the entire tree), cabal should be telling me why it wants reflex == 0.7.1.0 for servant-reflex. |
| 2020-10-25 16:38:53 | → | christo joins (~chris@81.96.113.213) |
| 2020-10-25 16:40:28 | <asheshambasta> | I even verified that I'm not being an idiot and importing the source from a directory on my local machine with `callCabal2nix`. There's also no `package.yaml` etc in the servant-reflex tree (callCabal2nix secretly using hpack when it sees a package.yaml has also been a huge source of grief for me) |
| 2020-10-25 16:41:17 | × | Raito_Bezarius quits (~Raito_Bez@unaffiliated/raito-bezarius/x-8764578) (Ping timeout: 272 seconds) |
| 2020-10-25 16:41:20 | <asheshambasta> | (in all honesty, callCabal2nix when using hpack does output some hpack output, but that quickly gets lost since nix outputs are quite verbose.) |
| 2020-10-25 16:41:50 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-25 16:43:22 | → | alp joins (~alp@2a01:e0a:58b:4920:6453:4aff:d7be:611b) |
| 2020-10-25 16:44:30 | → | slack1256 joins (~slack1256@dvc-146-190-101-190.movil.vtr.net) |
| 2020-10-25 16:50:59 | → | dcoutts_ joins (~duncan@33.14.75.194.dyn.plus.net) |
| 2020-10-25 16:51:57 | × | ClaudiusMaximus quits (~claude@unaffiliated/claudiusmaximus) (Quit: ->) |
| 2020-10-25 16:53:14 | × | tefter quits (~bmaxa@87.250.59.115) (Quit: WeeChat 2.9) |
| 2020-10-25 16:54:04 | → | Lycurgus joins (~niemand@98.4.96.235) |
| 2020-10-25 16:55:57 | × | elliott_ quits (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) (Ping timeout: 260 seconds) |
| 2020-10-25 16:57:19 | → | solonarv joins (~solonarv@astrasbourg-552-1-23-6.w90-13.abo.wanadoo.fr) |
| 2020-10-25 16:58:58 | → | danza joins (~francesco@host-95-250-101-166.retail.telecomitalia.it) |
| 2020-10-25 16:59:02 | → | Raito_Bezarius joins (~Raito@unaffiliated/raito-bezarius/x-8764578) |
| 2020-10-25 16:59:58 | → | dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2020-10-25 17:01:14 | × | tungki quits (uid469991@gateway/web/irccloud.com/x-eyynitaofwtlmrqb) (Quit: Connection closed for inactivity) |
| 2020-10-25 17:02:58 | → | honkhonk joins (5cf785e2@92.247.133.226) |
| 2020-10-25 17:03:33 | → | elliott_ joins (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) |
| 2020-10-25 17:04:25 | × | dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 240 seconds) |
| 2020-10-25 17:10:28 | × | honkhonk quits (5cf785e2@92.247.133.226) (Remote host closed the connection) |
| 2020-10-25 17:12:35 | → | kish` joins (~oracle@unaffiliated/oracle) |
| 2020-10-25 17:15:05 | × | kish quits (~oracle@unaffiliated/oracle) (Ping timeout: 240 seconds) |
| 2020-10-25 17:15:50 | → | dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2020-10-25 17:17:59 | → | coot joins (~coot@37.30.54.23.nat.umts.dynamic.t-mobile.pl) |
| 2020-10-25 17:18:05 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie) |
| 2020-10-25 17:18:25 | → | GyroW joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) |
| 2020-10-25 17:18:25 | × | GyroW quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host) |
| 2020-10-25 17:18:25 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-25 17:20:46 | × | dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 256 seconds) |
| 2020-10-25 17:22:27 | × | asheshambasta quits (~user@ptr-e1lysawl9rr13i61o92.18120a2.ip6.access.telenet.be) (Ping timeout: 272 seconds) |
| 2020-10-25 17:22:45 | × | invaser quits (~Thunderbi@31.148.23.125) (Ping timeout: 240 seconds) |
| 2020-10-25 17:22:48 | → | Kaiepi joins (~Kaiepi@nwcsnbsc03w-47-55-225-82.dhcp-dynamic.fibreop.nb.bellaliant.net) |
| 2020-10-25 17:24:21 | × | alp quits (~alp@2a01:e0a:58b:4920:6453:4aff:d7be:611b) (Ping timeout: 272 seconds) |
| 2020-10-25 17:25:25 | × | danza quits (~francesco@host-95-250-101-166.retail.telecomitalia.it) (Ping timeout: 240 seconds) |
| 2020-10-25 17:26:05 | → | alp joins (~alp@2a01:e0a:58b:4920:f48d:46ec:9666:d0b1) |
| 2020-10-25 17:27:15 | → | nbloomf joins (~nbloomf@2600:1700:ad14:3020:e9e0:8366:ee4d:bc13) |
| 2020-10-25 17:27:21 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie) |
| 2020-10-25 17:27:27 | hackage | j 0.1.2.0 - J in Haskell https://hackage.haskell.org/package/j-0.1.2.0 (vmchale) |
| 2020-10-25 17:27:32 | → | GyroW joins (~GyroW@d54C03E98.access.telenet.be) |
| 2020-10-25 17:27:32 | × | GyroW quits (~GyroW@d54C03E98.access.telenet.be) (Changing host) |
| 2020-10-25 17:27:32 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-25 17:28:31 | × | nschoe quits (~quassel@2a01:e0a:3c4:c7b0:f4b9:93d:93b4:5b2e) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) |
| 2020-10-25 17:30:22 | → | danza joins (~francesco@host-95-250-101-166.retail.telecomitalia.it) |
| 2020-10-25 17:32:24 | × | Peter_Storm quits (uid288816@gateway/web/irccloud.com/x-gkmprezcyzjwjcxm) (Quit: Connection closed for inactivity) |
| 2020-10-25 17:33:17 | × | slack1256 quits (~slack1256@dvc-146-190-101-190.movil.vtr.net) (Ping timeout: 260 seconds) |
| 2020-10-25 17:35:09 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Ping timeout: 260 seconds) |
| 2020-10-25 17:35:40 | → | GyroW joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) |
| 2020-10-25 17:35:40 | × | GyroW quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host) |
| 2020-10-25 17:35:40 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-25 17:36:59 | → | geowiesnot joins (~user@87-89-181-157.abo.bbox.fr) |
| 2020-10-25 17:40:17 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds) |
| 2020-10-25 17:40:27 | × | justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 260 seconds) |
| 2020-10-25 17:43:05 | × | danza quits (~francesco@host-95-250-101-166.retail.telecomitalia.it) (Ping timeout: 260 seconds) |
| 2020-10-25 17:44:14 | × | nbloomf quits (~nbloomf@2600:1700:ad14:3020:e9e0:8366:ee4d:bc13) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-10-25 17:45:41 | → | dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2020-10-25 17:45:45 | → | bitmapper joins (~bitmapper@159.2.190.215) |
| 2020-10-25 17:46:03 | → | nbloomf joins (~nbloomf@2600:1700:ad14:3020:e9e0:8366:ee4d:bc13) |
| 2020-10-25 17:47:55 | → | Zetagon joins (~leo@c151-177-52-233.bredband.comhem.se) |
| 2020-10-25 17:49:20 | → | Sgeo joins (~Sgeo@ool-18b982ad.dyn.optonline.net) |
| 2020-10-25 17:50:43 | → | DavidEichmann joins (~david@43.240.198.146.dyn.plus.net) |
| 2020-10-25 17:51:56 | × | amx quits (amx@percival.namespace.at) (Quit: WeeChat 2.8) |
| 2020-10-25 17:54:31 | → | thir joins (~thir@p4febc07a.dip0.t-ipconnect.de) |
| 2020-10-25 17:54:32 | → | texasmynsted joins (~texasmyns@99.96.221.112) |
| 2020-10-25 17:55:05 | × | elliott_ quits (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) (Ping timeout: 240 seconds) |
| 2020-10-25 17:56:57 | hackage | cut-the-crap 2.1.2 - Cuts out uninteresting parts of videos by detecting silences. https://hackage.haskell.org/package/cut-the-crap-2.1.2 (Jappie) |
| 2020-10-25 17:57:37 | × | texasmynsted quits (~texasmyns@99.96.221.112) (Remote host closed the connection) |
| 2020-10-25 17:59:07 | × | thir quits (~thir@p4febc07a.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
All times are in UTC.