2024/10/25

Newest at the top

2024-10-25 22:21:19 +0200Everything(~Everythin@178-133-77-41.mobile.vf-ua.net) ()
2024-10-25 22:21:14 +0200 <monochrom> reverse was never moved out of Prelude. You have to write a very custom-made "import Prelude(something)" or variations to lose reverse.
2024-10-25 22:21:11 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-10-25 22:21:03 +0200 <Enrico63> halloy7829, any idea about that?
2024-10-25 22:20:37 +0200ljdarj1ljdarj
2024-10-25 22:20:37 +0200ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 248 seconds)
2024-10-25 22:18:45 +0200JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2024-10-25 22:18:42 +0200ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2024-10-25 22:18:17 +0200 <tomsmeding> monochrom: yes I know about lmgtfy :p
2024-10-25 22:17:04 +0200 <monochrom> (remember someone actually made a lmgify.com too? :) )
2024-10-25 22:16:53 +0200euleritian(~euleritia@dynamic-176-006-143-043.176.6.pool.telefonica.de) (Ping timeout: 248 seconds)
2024-10-25 22:16:39 +0200 <monochrom> tomsmeding: c = confirm. "let me confirm it for you". (remember once upon a time people said "let me google it for you"? :) )
2024-10-25 22:16:03 +0200 <Enrico63> ```
2024-10-25 22:16:03 +0200 <Enrico63> failed to build.
2024-10-25 22:16:02 +0200 <Enrico63> Failed to build xmobar-0.49 because it depends on xmobar-0.49 which itself
2024-10-25 22:16:02 +0200 <Enrico63> failed to build.
2024-10-25 22:16:01 +0200 <Enrico63> Failed to build xmobar-0.49 because it depends on xmobar-0.49 which itself
2024-10-25 22:16:01 +0200 <Enrico63> itself failed to build.
2024-10-25 22:16:00 +0200 <Enrico63> Failed to build pango-0.13.11.0 because it depends on pango-0.13.11.0 which
2024-10-25 22:16:00 +0200 <Enrico63> gtk2hs-buildtools-0.13.11.0-d070feafb0e7fdf0b015cb0faa83c29b1284a540e1e4870b5393427367f41843.
2024-10-25 22:15:59 +0200 <Enrico63> Failed to build
2024-10-25 22:15:59 +0200 <Enrico63> itself failed to build.
2024-10-25 22:15:58 +0200 <Enrico63> Failed to build glib-0.13.11.0 because it depends on glib-0.13.11.0 which
2024-10-25 22:15:58 +0200 <Enrico63> cairo-0.13.11.0 which itself failed to build.
2024-10-25 22:15:57 +0200 <Enrico63> Error: cabal: Failed to build cairo-0.13.11.0 because it depends on
2024-10-25 22:15:57 +0200 <Enrico63> ```
2024-10-25 22:15:56 +0200 <Enrico63> Now I get this weird errors:
2024-10-25 22:15:56 +0200 <Enrico63> I just tried putting that import in all files using reverse.
2024-10-25 22:14:06 +0200Flerix(Flerix@user/Flerix) ()
2024-10-25 22:13:58 +0200Everything(~Everythin@178-133-77-41.mobile.vf-ua.net) Everything
2024-10-25 22:13:51 +0200Flerix(Flerix@user/Flerix) Flerix
2024-10-25 22:11:14 +0200Square(~Square@user/square) (Ping timeout: 260 seconds)
2024-10-25 22:10:48 +0200 <halloy7829> Enrico63: seems they moved something from Prelude to Data.List again. If you can edit the sources, you should add `import Data.List (reverse)` to the top of the file with the problem. If you can't, you can try downgrading ghc+base
2024-10-25 22:10:26 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2024-10-25 22:05:49 +0200merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-10-25 22:02:55 +0200alp(~alp@2001:861:e3d6:8f80:55e8:1aad:506c:464b)
2024-10-25 22:02:45 +0200 <Enrico63> Any suggestion as to how to go about it?
2024-10-25 22:02:26 +0200 <Enrico63> ```
2024-10-25 22:02:26 +0200 <Enrico63>      | ^^^^^^^^^^^^^^^
2024-10-25 22:02:25 +0200 <Enrico63> 6474 | discard_input_until_exp i tk (Prelude.reverse catch_frames_new)
2024-10-25 22:02:25 +0200 <Enrico63>      |
2024-10-25 22:02:24 +0200 <Enrico63>         ‘Prelude’ (at dist/build/CParser.hs:18:1-34).
2024-10-25 22:02:24 +0200 <Enrico63>       • Remove ‘reverse’ from the explicit hiding list in the import of
2024-10-25 22:02:23 +0200 <Enrico63>           ‘Prelude.reads’ (imported from Prelude)
2024-10-25 22:02:23 +0200 <Enrico63>           ‘Prelude.even’ (imported from Prelude),
2024-10-25 22:02:22 +0200 <Enrico63>           ‘Prelude.traverse’ (imported from Prelude),
2024-10-25 22:02:22 +0200 <Enrico63>       • Perhaps use one of these:
2024-10-25 22:02:21 +0200 <Enrico63>     Suggested fixes:
2024-10-25 22:02:21 +0200 <Enrico63>     Not in scope: ‘Prelude.reverse’
2024-10-25 22:02:20 +0200 <Enrico63> dist/build/CParser.hs:6474:46: error: [GHC-76037]