Logs: liberachat/#haskell
| 2021-06-04 16:14:57 | <dsal> | stack is the thing specifying that. |
| 2021-06-04 16:15:04 | → | abrar joins (~abrar@static-108-2-152-54.phlapa.fios.verizon.net) |
| 2021-06-04 16:15:14 | → | danidiaz joins (~ESDPC@static-172-64-63-95.ipcom.comunitel.net) |
| 2021-06-04 16:17:01 | → | boioioing joins (~boioioing@cpe-76-84-141-127.neb.res.rr.com) |
| 2021-06-04 16:18:11 | <maralorn> | Hm, I see. I there has to be a way to override that … |
| 2021-06-04 16:19:02 | × | ddellaco_ quits (~ddellacos@86.106.143.209) (Ping timeout: 252 seconds) |
| 2021-06-04 16:19:19 | <dsal> | The docs there don't seem very rich. I don't seem to be able to use a URL in the paths thing, either. |
| 2021-06-04 16:19:37 | <maralorn> | You don’t? That’s a bummer. |
| 2021-06-04 16:20:10 | <maralorn> | A stupid solution that could at least prove viability of the approach would be checking nixpkgs out locally, manually adding an alias from ghc865 -> ghc865Binary and see what happens. |
| 2021-06-04 16:20:34 | <maralorn> | But at this point someone who actually uses stack would be more help to you … |
| 2021-06-04 16:20:53 | → | econo joins (uid147250@user/econo) |
| 2021-06-04 16:21:13 | <maralorn> | I remember peti removing 865 but I don‘t remember exactly when it happened. |
| 2021-06-04 16:22:42 | <dsal> | It might just be that I'm specifying this older packages thing incorrectly. |
| 2021-06-04 16:23:18 | <maralorn> | Somewhere between April and the 11th of February ghc865 got dropped. |
| 2021-06-04 16:26:05 | <maralorn> | dsal: Yeah, I think to use nix-path you need a local copy of nixpkgs. One way would be to add it as a nix-channel. |
| 2021-06-04 16:26:20 | <maralorn> | But that’s kinda non-local so not very cool. |
| 2021-06-04 16:26:37 | <dsal> | I tried adding https://nixos.org/channels/nixpkgs-20.09-darwin (and .03) and neither seemed to get things working. |
| 2021-06-04 16:27:22 | <maralorn> | :-( |
| 2021-06-04 16:27:46 | <dsal> | Yeah, I can't find that package. This built in The Past™ at least. |
| 2021-06-04 16:29:14 | <maralorn> | Maybe the most flexible thing you can do is writing a shell.nix without a `{ghc}` argument. That might work. And then you can just manually pick the ghc out of nixpkgs. |
| 2021-06-04 16:29:55 | × | nschoe quits (~quassel@2a01:e0a:8e:a190:4986:fc3e:f94f:76cf) (Ping timeout: 265 seconds) |
| 2021-06-04 16:29:57 | <dsal> | Oh, I *can* specify a URL in paths, but it's the same problem of not being able to find the thing. |
| 2021-06-04 16:30:35 | <maralorn> | Maybe you can paste an error message? |
| 2021-06-04 16:30:52 | <dsal> | The error message is just: error: attribute 'ghc865' missing, at (string):1:48 |
| 2021-06-04 16:31:00 | <maralorn> | Okay |
| 2021-06-04 16:31:13 | <maralorn> | What exactly did you write into the path? |
| 2021-06-04 16:31:19 | <dsal> | path: [https://nixos.org/channels/nixpkgs-20.03-darwin/nixexprs.tar.xz] |
| 2021-06-04 16:31:44 | <dsal> | That's the first thing that didn't issue a warning that it didn't work at all. I otherwise added all the nix-channels manually. |
| 2021-06-04 16:31:59 | <maralorn> | It needs to be path: [nixpkgs=https://nixos.org/channels/nixpkgs-20.03-darwin/nixexprs.tar.xz] |
| 2021-06-04 16:32:14 | <maralorn> | The other thing wouldn‘t have an effect. |
| 2021-06-04 16:32:41 | <maralorn> | And when that errors urls just don‘t work. |
| 2021-06-04 16:32:53 | <dsal> | It was giving me a warning when I got the path wrong. |
| 2021-06-04 16:33:18 | <dsal> | In any case, that didn't give the *same* error... so that's nice. |
| 2021-06-04 16:33:32 | <dsal> | This might actually be working. |
| 2021-06-04 16:33:32 | <maralorn> | \o/ |
| 2021-06-04 16:33:43 | <dsal> | I'll know in a while, I guess. Thanks! |
| 2021-06-04 16:34:13 | × | boxscape quits (~boxscape@user/boxscape) (Quit: Connection closed) |
| 2021-06-04 16:34:33 | <dsal> | Now to find out what that does on Linux... |
| 2021-06-04 16:34:48 | × | node-sh_ quits (~node-sh@2401:4900:3b35:3eeb:4436:453f:b702:b275) (Ping timeout: 272 seconds) |
| 2021-06-04 16:35:17 | × | Scotty_Trees quits (~Scotty_Tr@162-234-179-169.lightspeed.brhmal.sbcglobal.net) (Quit: Leaving) |
| 2021-06-04 16:35:58 | → | boxscape joins (~boxscape@user/boxscape) |
| 2021-06-04 16:36:53 | × | siraben quits (~siraben@user/siraben) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | psydroid quits (~psydroidm@user/psydroid) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | sm[m] quits (~sm@plaintextaccounting/sm) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | MatrixTravelerbo quits (~voyagert2@2001:470:69fc:105::22) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | ac quits (~aloiscoch@2001:470:69fc:105::65) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | maerwald[m] quits (~maerwaldm@2001:470:69fc:105::1ee) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | maralorn quits (~maralorn@2001:470:69fc:105::251) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | peddie quits (~peddie@2001:470:69fc:105::25d) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | fabfianda[m] quits (~fabfianda@2001:470:69fc:105::6db) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | fgaz quits (~fgaz@2001:470:69fc:105::842) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | the-coot[m] quits (~the-cootm@2001:470:69fc:105::95f) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | srid[m] quits (~sridmatri@2001:470:69fc:105::1c2) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | hjulle[m] quits (~hjullemat@2001:470:69fc:105::1dd) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | jaror[m] quits (~jaror@2001:470:69fc:105::265) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | cdsmith quits (~cdsmithma@2001:470:69fc:105::284) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | ru0mad[m] quits (~ru0madmat@2001:470:69fc:105::9b2) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | Drezil quits (~drezilkif@2001:470:69fc:105::7f8) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | cdepillabout[m] quits (~cdepillab@2001:470:69fc:105::3d3) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | kosmikus[m] quits (~andresloe@2001:470:69fc:105::95d) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | adziahel[m] quits (~adziahelm@2001:470:69fc:105::b4d) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | tomferon[m] quits (~tomferon@2001:470:69fc:105::268) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | Morrow[m] quits (~morrowmma@2001:470:69fc:105::1d0) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | Artem[m] quits (~artemtype@2001:470:69fc:105::75b) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | marinelli[m] quits (~marinelli@2001:470:69fc:105::2d8) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | Las[m] quits (~lasmatrix@2001:470:69fc:105::74e) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | zwro[m] quits (~zwromatri@2001:470:69fc:105::1d4) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | amesgen[m] quits (~amesgenam@2001:470:69fc:105::82b) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | Soft quits (~soft-matr@2001:470:69fc:105::c75) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | bb010g quits (~bb010gmat@2001:470:69fc:105::9a5) (Quit: node-irc says goodbye) |
| 2021-06-04 16:36:53 | × | eddiemundo quits (~eddiemund@2001:470:69fc:105::a9c) (Quit: node-irc says goodbye) |
| 2021-06-04 16:37:47 | → | maerwald[m] joins (~maerwaldm@2001:470:69fc:105::1ee) |
| 2021-06-04 16:40:01 | → | ac joins (~aloiscoch@2001:470:69fc:105::65) |
| 2021-06-04 16:40:01 | → | siraben joins (~siraben@user/siraben) |
| 2021-06-04 16:40:01 | → | sm[m] joins (~sm@plaintextaccounting/sm) |
| 2021-06-04 16:40:02 | → | MatrixTravelerbo joins (~voyagert2@2001:470:69fc:105::22) |
| 2021-06-04 16:40:02 | → | psydroid joins (~psydroidm@2001:470:69fc:105::165) |
| 2021-06-04 16:40:02 | → | fgaz joins (~fgaz@2001:470:69fc:105::842) |
| 2021-06-04 16:40:02 | → | maralorn joins (~maralorn@2001:470:69fc:105::251) |
| 2021-06-04 16:40:02 | → | peddie joins (~peddie@2001:470:69fc:105::25d) |
| 2021-06-04 16:40:02 | → | ru0mad[m] joins (~ru0madmat@2001:470:69fc:105::9b2) |
| 2021-06-04 16:40:02 | → | fabfianda[m] joins (~fabfianda@2001:470:69fc:105::6db) |
| 2021-06-04 16:40:03 | → | Las[m] joins (~lasmatrix@2001:470:69fc:105::74e) |
| 2021-06-04 16:40:03 | → | the-coot[m] joins (~the-cootm@2001:470:69fc:105::95f) |
| 2021-06-04 16:40:13 | → | hjulle[m] joins (~hjullemat@2001:470:69fc:105::1dd) |
| 2021-06-04 16:40:14 | → | Morrow[m] joins (~morrowmma@2001:470:69fc:105::1d0) |
| 2021-06-04 16:40:14 | → | tomferon[m] joins (~tomferon@2001:470:69fc:105::268) |
| 2021-06-04 16:40:14 | → | srid[m] joins (~sridmatri@2001:470:69fc:105::1c2) |
| 2021-06-04 16:40:14 | → | zwro[m] joins (~zwromatri@2001:470:69fc:105::1d4) |
| 2021-06-04 16:40:14 | → | marinelli[m] joins (~marinelli@2001:470:69fc:105::2d8) |
| 2021-06-04 16:40:15 | → | cdepillabout[m] joins (~cdepillab@2001:470:69fc:105::3d3) |
| 2021-06-04 16:40:15 | → | adziahel[m] joins (~adziahelm@2001:470:69fc:105::b4d) |
| 2021-06-04 16:40:15 | → | cdsmith joins (~cdsmithma@2001:470:69fc:105::284) |
| 2021-06-04 16:40:15 | → | bb010g joins (~bb010gmat@2001:470:69fc:105::9a5) |
| 2021-06-04 16:40:15 | → | Drezil joins (~drezilkif@2001:470:69fc:105::7f8) |
| 2021-06-04 16:40:15 | → | Artem[m] joins (~artemtype@2001:470:69fc:105::75b) |
| 2021-06-04 16:40:15 | → | amesgen[m] joins (~amesgenam@2001:470:69fc:105::82b) |
| 2021-06-04 16:40:15 | → | kosmikus[m] joins (~andresloe@2001:470:69fc:105::95d) |
| 2021-06-04 16:40:15 | → | eddiemundo joins (~eddiemund@2001:470:69fc:105::a9c) |
| 2021-06-04 16:40:15 | → | Soft joins (~soft-matr@2001:470:69fc:105::c75) |
All times are in UTC.