Logs: liberachat/#haskell
| 2021-05-28 22:10:06 | <boxscape> | monochrom actually it turns out Data.Functor.Compose already imports GHC.Generics to derive Generic |
| 2021-05-28 22:10:06 | → | jaevanko joins (~jaevanko@2600:1700:1330:2bef:1c80:6870:d96d:577b) |
| 2021-05-28 22:10:31 | <monochrom> | Haha that's sad. |
| 2021-05-28 22:13:19 | allbery_b | is now known as geekosaur |
| 2021-05-28 22:13:42 | × | jaevanko quits (~jaevanko@2600:1700:1330:2bef:1c80:6870:d96d:577b) (Client Quit) |
| 2021-05-28 22:14:18 | × | hgolden quits (~hgolden2@cpe-172-114-84-61.socal.res.rr.com) (Quit: Konversation terminated!) |
| 2021-05-28 22:17:27 | × | fizbin quits (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net) (Remote host closed the connection) |
| 2021-05-28 22:17:52 | → | hgolden joins (~hgolden2@cpe-172-114-84-61.socal.res.rr.com) |
| 2021-05-28 22:18:21 | → | argento joins (~argent0@168.227.96.51) |
| 2021-05-28 22:19:07 | × | michalz quits (~user@185.246.204.55) (Remote host closed the connection) |
| 2021-05-28 22:19:56 | × | __monty__ quits (~toonn@user/toonn) (Quit: leaving) |
| 2021-05-28 22:21:27 | → | ddellacosta joins (~ddellacos@86.106.121.17) |
| 2021-05-28 22:21:40 | → | janus joins (janus@anubis.0x90.dk) |
| 2021-05-28 22:22:11 | × | oxide quits (~lambda@user/oxide) (Ping timeout: 252 seconds) |
| 2021-05-28 22:22:15 | <janus> | how do i have ghcup install the links from ghc to ghc-8.6.5? i have to manually tell cabal which ghc to use... |
| 2021-05-28 22:22:33 | <maerwald> | janus: ghcup set ghc 8.6.5 |
| 2021-05-28 22:22:38 | × | rahguzar quits (~rahguzar@dynamic-adsl-84-220-228-254.clienti.tiscali.it) (Ping timeout: 248 seconds) |
| 2021-05-28 22:22:41 | <monochrom> | or ghcup tui |
| 2021-05-28 22:22:45 | × | tromp quits (~textual@dhcp-077-249-230-040.chello.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
| 2021-05-28 22:22:55 | <janus> | ooh ok. i tried "ghcup set" and it gave me a ParseBundleError that i couldn't understand |
| 2021-05-28 22:23:03 | × | waleee quits (~waleee@2001:9b0:216:8200:d457:9189:7843:1dbd) (Ping timeout: 272 seconds) |
| 2021-05-28 22:23:24 | <maerwald> | janus: cool, can you paste the error? |
| 2021-05-28 22:23:33 | × | dunham quits (~dunham@97-113-35-16.tukw.qwest.net) (Ping timeout: 244 seconds) |
| 2021-05-28 22:23:33 | <maerwald> | @where paste |
| 2021-05-28 22:23:33 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
| 2021-05-28 22:23:48 | <janus> | it is probably because i tried making the links myself... |
| 2021-05-28 22:23:58 | <maerwald> | not a good idea :D |
| 2021-05-28 22:24:15 | <maerwald> | but it seems to be rather frequent |
| 2021-05-28 22:24:20 | <janus> | paste.tomsmeding.com/MsDYRqM3 |
| 2021-05-28 22:24:25 | → | dy joins (~dy@user/dy) |
| 2021-05-28 22:24:29 | <janus> | https://paste.tomsmeding.com/MsDYRqM3 |
| 2021-05-28 22:25:06 | × | smatting quits (~stefan@p200300cd7715d600c9b2f2eb3b03ae08.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
| 2021-05-28 22:25:06 | <maerwald> | that looks like an absolute path? |
| 2021-05-28 22:25:12 | → | waleee joins (~waleee@2001:9b0:216:8200:d457:9189:7843:1dbd) |
| 2021-05-28 22:25:48 | <monochrom> | :| |
| 2021-05-28 22:25:51 | <maerwald> | anyway |
| 2021-05-28 22:25:53 | <janus> | my pwd is on a separate line, that is just my shell. or are you referring to something from the error message |
| 2021-05-28 22:25:58 | oats | is now known as moats |
| 2021-05-28 22:26:02 | moats | is now known as oats |
| 2021-05-28 22:26:11 | <maerwald> | just wondering what your symlink looked like |
| 2021-05-28 22:26:12 | <janus> | i'll just try and clean up those links |
| 2021-05-28 22:26:13 | × | ddellacosta quits (~ddellacos@86.106.121.17) (Ping timeout: 265 seconds) |
| 2021-05-28 22:26:22 | <janus> | i'll tell you how they look |
| 2021-05-28 22:26:44 | <maerwald> | if it's a valid link, the parser can be adjusted to be more lax |
| 2021-05-28 22:27:18 | skius | is now known as SoF |
| 2021-05-28 22:27:27 | × | glider quits (~glider@user/glider) (Quit: ZNC 1.9.x-git-111-f2cdc3db - https://znc.in) |
| 2021-05-28 22:28:20 | <janus> | maerwald: here is the contents of .ghcup/bin : https://paste.tomsmeding.com/jIzpsN1l . i will now look in my bash history and delete all the links i made |
| 2021-05-28 22:29:45 | <maerwald> | is that before or after you ran `ghcup set ghc`? |
| 2021-05-28 22:30:12 | <janus> | i did that before you taught my about that feature :P so that is why i corrupted that |
| 2021-05-28 22:30:21 | <maerwald> | ah, I guess I know |
| 2021-05-28 22:30:34 | <maerwald> | haddock -> haddock-8.6 |
| 2021-05-28 22:30:46 | <janus> | would be awesome if cabal somehow knew if it was installed from ghcup, then it could hint at that command... |
| 2021-05-28 22:30:57 | <janus> | when you do "cabal build" and it just says "can't find compiler" |
| 2021-05-28 22:31:07 | <maerwald> | janus: there was an idea to add hooks to cabal, but it was never executed |
| 2021-05-28 22:31:21 | <janus> | i think the issue is that i originally installed one compiler, installed another, and deleted the first. so maybe that's why the original ghc link was removed? |
| 2021-05-28 22:31:35 | → | fizbin joins (~fizbin@2601:82:c380:87a:542e:7fe0:1120:cb8e) |
| 2021-05-28 22:32:05 | <maerwald> | you shouldn't change the symlinks manually |
| 2021-05-28 22:32:11 | <janus> | right right, i know that now |
| 2021-05-28 22:33:29 | × | mc47 quits (~yecinem@89.246.239.190) (Quit: Leaving) |
| 2021-05-28 22:35:46 | <janus> | all right, i fixed it, "ghcup set" works now |
| 2021-05-28 22:36:10 | × | fizbin quits (~fizbin@2601:82:c380:87a:542e:7fe0:1120:cb8e) (Ping timeout: 264 seconds) |
| 2021-05-28 22:36:17 | → | dunham joins (~dunham@97-113-35-16.tukw.qwest.net) |
| 2021-05-28 22:36:37 | <janus> | thanks for the help maerwald and sorry for the disturbance :) i will leave the symlinks automatically managed |
| 2021-05-28 22:38:33 | → | fizbin joins (~fizbin@2601:82:c380:87a:542e:7fe0:1120:cb8e) |
| 2021-05-28 22:38:36 | → | ddellacosta joins (~ddellacos@86.106.121.100) |
| 2021-05-28 22:38:40 | → | glider joins (~glider@user/glider) |
| 2021-05-28 22:42:21 | <maerwald> | Any good alternatives for Fedora? They just broke all packages thas use c2hs: https://bugzilla.redhat.com/show_bug.cgi?id=1957233 |
| 2021-05-28 22:42:43 | <maerwald> | and they don't provide multiple gcc versions |
| 2021-05-28 22:43:22 | × | ddellacosta quits (~ddellacos@86.106.121.100) (Ping timeout: 264 seconds) |
| 2021-05-28 22:43:27 | <maerwald> | or a non-nix way to have a working gcc for haskell |
| 2021-05-28 22:44:13 | <monochrom> | dockerize? :) |
| 2021-05-28 22:45:02 | <maerwald> | I'm running a windows VM, so I already have a disk size killer |
| 2021-05-28 22:45:03 | × | imdoor quits (~imdoor@balticom-142-78-50.balticom.lv) (Quit: imdoor) |
| 2021-05-28 22:46:03 | × | fizbin quits (~fizbin@2601:82:c380:87a:542e:7fe0:1120:cb8e) (Remote host closed the connection) |
| 2021-05-28 22:46:08 | <monochrom> | yikes |
| 2021-05-28 22:47:26 | → | fizbin joins (~fizbin@2601:82:c380:87a:542e:7fe0:1120:cb8e) |
| 2021-05-28 22:47:36 | <geekosaur> | well, this explains some recent arch bug reports as well |
| 2021-05-28 22:47:42 | <maerwald> | anaconda? |
| 2021-05-28 22:47:52 | <maerwald> | they seem to have a lovely team: https://fedoraproject.org/wiki/Anaconda#Anaconda_Team |
| 2021-05-28 22:49:13 | × | ubert quits (~Thunderbi@p200300ecdf259d1274882ed522245916.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
| 2021-05-28 22:51:53 | × | fizbin quits (~fizbin@2601:82:c380:87a:542e:7fe0:1120:cb8e) (Ping timeout: 252 seconds) |
| 2021-05-28 22:52:34 | → | lavaman joins (~lavaman@98.38.249.169) |
| 2021-05-28 22:56:00 | <sclv> | looks like chak needs to patch c2hs https://github.com/haskell/c2hs/issues/268 |
| 2021-05-28 22:56:34 | × | argento quits (~argent0@168.227.96.51) (Quit: leaving) |
| 2021-05-28 22:56:46 | × | amahl quits (~amahl@dxv5skyy95x-mzmyd9kkt-3.rev.dnainternet.fi) (Ping timeout: 248 seconds) |
| 2021-05-28 22:57:15 | × | lavaman quits (~lavaman@98.38.249.169) (Ping timeout: 272 seconds) |
| 2021-05-28 22:58:57 | ← | janus parts (janus@anubis.0x90.dk) () |
| 2021-05-28 22:59:00 | → | falafel joins (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) |
| 2021-05-28 22:59:03 | × | autophagy quits (~mika@user/autophagy) (Quit: WeeChat 3.1) |
| 2021-05-28 22:59:21 | × | waleee quits (~waleee@2001:9b0:216:8200:d457:9189:7843:1dbd) (Ping timeout: 272 seconds) |
| 2021-05-28 23:01:02 | × | alx741 quits (~alx741@186.178.109.84) (Ping timeout: 248 seconds) |
| 2021-05-28 23:01:08 | → | winter joins (~winter@cpe-76-181-9-255.columbus.res.rr.com) |
| 2021-05-28 23:01:13 | → | waleee joins (~waleee@h-98-128-228-119.NA.cust.bahnhof.se) |
| 2021-05-28 23:02:46 | × | boxscape quits (~boxscape@user/boxscape) (Quit: Connection closed) |
| 2021-05-28 23:03:09 | → | boxscape joins (~boxscape@user/boxscape) |
| 2021-05-28 23:03:22 | × | zeenk quits (~zeenk@2a02:2f04:a310:b600:b098:bf18:df4d:4c41) (Quit: Konversation terminated!) |
| 2021-05-28 23:10:57 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-05-28 23:12:45 | × | winter quits (~winter@cpe-76-181-9-255.columbus.res.rr.com) (Quit: WeeChat 3.1) |
| 2021-05-28 23:12:48 | × | Tuplanolla quits (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) (Quit: Leaving.) |
| 2021-05-28 23:13:40 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
All times are in UTC.