Logs: freenode/#haskell
| 2021-05-19 19:42:53 | <Schrostfutz> | Hi, I'm writing a parser with attoparsec. My parse function currently returns an empty string as the remaining unparsed input. When I append `endOfInput` to my parser, I only get a partial result instead. Am I misunderstanding the behavior of endOfInput or is something wrong here? |
| 2021-05-19 19:42:59 | <altern> | geekosaur, ❯ cabal new-install haskeline --lib |
| 2021-05-19 19:42:59 | <altern> | Wrote tarball sdist to |
| 2021-05-19 19:43:00 | <altern> | /home/[username]/Projects/[projectname]/dist-newstyle/sdist/[projectname]-3.0.0.tar.gz |
| 2021-05-19 19:43:00 | <altern> | Wrote tarball sdist to |
| 2021-05-19 19:43:00 | <altern> | /home/[username]/Projects/[projectname]/dist-newstyle/sdist/test-[projectname]-3.0.0.tar.gz |
| 2021-05-19 19:43:02 | <altern> | Resolving dependencies... |
| 2021-05-19 19:43:04 | <altern> | Up to date |
| 2021-05-19 19:43:17 | × | gawen quits (~gawen@movzbl.root.sx) (Quit: cya) |
| 2021-05-19 19:43:25 | × | RusAlex quits (~Chel@unaffiliated/rusalex) (Quit: WeeChat 3.0) |
| 2021-05-19 19:43:36 | → | gawen joins (~gawen@movzbl.root.sx) |
| 2021-05-19 19:43:41 | × | kjak quits (~kjak@pool-108-45-56-21.washdc.fios.verizon.net) (Client Quit) |
| 2021-05-19 19:43:48 | <geekosaur> | right, because it had already been built once so all it had to do was register it so it'll be visible outside of projects |
| 2021-05-19 19:44:05 | × | ptrcmd quits (~ptrcmd@unaffiliated/petercommand) (Client Quit) |
| 2021-05-19 19:44:14 | → | ptrcmd joins (~ptrcmd@unaffiliated/petercommand) |
| 2021-05-19 19:44:30 | → | ystael joins (~ystael@208.sub-174-196-200.myvzw.com) |
| 2021-05-19 19:44:43 | → | kjak joins (~kjak@pool-108-45-56-21.washdc.fios.verizon.net) |
| 2021-05-19 19:44:46 | <geekosaur> | if you're using a project then you don''t need --lib and should be able to update the dependency in your own project's cabal file to include the newer haskeline |
| 2021-05-19 19:45:04 | × | winny quits (~winny@fsf/member/winstonw) (Quit: WeeChat 2.8) |
| 2021-05-19 19:45:13 | × | cr3 quits (~cr3@192-222-143-195.qc.cable.ebox.net) (Quit: leaving) |
| 2021-05-19 19:45:14 | <altern> | geekosaur, I already did that |
| 2021-05-19 19:45:17 | <geekosaur> | otherwise it'll keep using the old one, in my experience |
| 2021-05-19 19:45:30 | <monochrom> | In face, if you're using a project, then --lib doesn't help you. |
| 2021-05-19 19:45:42 | <altern> | I updated it with haskeline == 0.8.*, |
| 2021-05-19 19:45:45 | <geekosaur> | so are you still having problems with it finding MonadMask? |
| 2021-05-19 19:45:51 | <altern> | yes |
| 2021-05-19 19:45:56 | <monochrom> | Then again, "project" admits like 3 conflicting interpretations. |
| 2021-05-19 19:46:00 | → | tdammers joins (~tdammers@77.109.72.213.res.static.edpnet.net) |
| 2021-05-19 19:46:00 | × | tdammers quits (~tdammers@77.109.72.213.res.static.edpnet.net) (Changing host) |
| 2021-05-19 19:46:00 | → | tdammers joins (~tdammers@unaffiliated/tdammers) |
| 2021-05-19 19:46:19 | <altern> | because ghc-pkg list shows old version of the library even though I installed the new one |
| 2021-05-19 19:46:49 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-19 19:46:53 | × | star_cloud quits (~star_clou@ec2-52-11-151-184.us-west-2.compute.amazonaws.com) (Ping timeout: 268 seconds) |
| 2021-05-19 19:46:56 | × | ChaoticSun quits (~ChaoticSu@024-217-077-163.res.spectrum.com) (Quit: Leaving) |
| 2021-05-19 19:47:10 | → | winny joins (~winny@fsf/member/winstonw) |
| 2021-05-19 19:47:25 | × | gawen quits (~gawen@movzbl.root.sx) (Client Quit) |
| 2021-05-19 19:47:43 | → | ChaoticSun joins (~ChaoticSu@024-217-077-163.res.spectrum.com) |
| 2021-05-19 19:47:44 | → | gawen joins (~gawen@movzbl.root.sx) |
| 2021-05-19 19:47:45 | <monochrom> | How did the old version enter into the system? It would stand in the way. |
| 2021-05-19 19:48:16 | <altern> | monochrom, I guess with the old cabal install |
| 2021-05-19 19:48:49 | × | Lycurgus quits (~niemand@cpe-45-46-140-49.buffalo.res.rr.com) (Quit: Exeunt) |
| 2021-05-19 19:51:03 | × | geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Ping timeout: 240 seconds) |
| 2021-05-19 19:51:06 | → | RusAlex joins (~Chel@unaffiliated/rusalex) |
| 2021-05-19 19:51:33 | → | kenran joins (~kenran@i59F67B7D.versanet.de) |
| 2021-05-19 19:51:36 | ← | muttonmitten parts (~muttonmit@unaffiliated/muttonmitten) () |
| 2021-05-19 19:51:49 | <altern> | cabal new-buld fails with the message: Perhaps you haven't installed the profiling libraries for package ‘primitive-0.6.4.0’? |
| 2021-05-19 19:52:03 | × | tdammers quits (~tdammers@unaffiliated/tdammers) (Quit: WeeChat 2.3) |
| 2021-05-19 19:52:11 | × | nuncanada quits (~dude@179.235.160.168) (Quit: Leaving) |
| 2021-05-19 19:52:38 | → | knupfer joins (~Thunderbi@200116b8225ee900f69634fffef0b45f.dip.versatel-1u1.de) |
| 2021-05-19 19:52:59 | → | tdammers joins (~tdammers@77.109.72.213.res.static.edpnet.net) |
| 2021-05-19 19:52:59 | × | tdammers quits (~tdammers@77.109.72.213.res.static.edpnet.net) (Changing host) |
| 2021-05-19 19:52:59 | → | tdammers joins (~tdammers@unaffiliated/tdammers) |
| 2021-05-19 19:53:24 | × | Aquazi quits (uid312403@gateway/web/irccloud.com/x-llrwtwjbkwdbgfbp) (Quit: Connection closed for inactivity) |
| 2021-05-19 19:53:34 | <edwardk> | [exa]: np. i've been growing steadily more nervous about things over the last week or so |
| 2021-05-19 19:53:41 | × | qwerty2o_ quits (~qwerty2o@89-138-23-24.bb.netvision.net.il) (Ping timeout: 240 seconds) |
| 2021-05-19 19:54:04 | → | star_cloud joins (~star_clou@ec2-52-11-151-184.us-west-2.compute.amazonaws.com) |
| 2021-05-19 19:56:03 | <monochrom> | I want to comfort you by telling that a long time ago I survived very deliberate, elaborate spambot attacks on efnet #math. |
| 2021-05-19 19:56:20 | <monochrom> | They spammed like crazy, I banned like crazy in kind. |
| 2021-05-19 19:56:31 | <[exa]> | judging from what I saw in the letters I guess this has worked out quite well |
| 2021-05-19 19:56:41 | × | nut quits (~nut@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 240 seconds) |
| 2021-05-19 19:56:54 | <oats> | damn, it made vice |
| 2021-05-19 19:56:55 | → | geekosaur joins (930099da@rrcs-147-0-153-218.central.biz.rr.com) |
| 2021-05-19 19:56:58 | <oats> | https://www.vice.com/en/article/m7ev8y/freenode-open-source-korea-crown-prince-takeover |
| 2021-05-19 19:57:07 | <monochrom> | I also got to "negotiate with the terrorist" like crazy for a bit. (Don't worry, their demand was too ridiculous. No deal.) |
| 2021-05-19 19:57:09 | <geekosaur> | sorry, local network dropped |
| 2021-05-19 19:57:45 | × | Achylles quits (~Achylles@2804:431:d724:bb0f:1729:d8d9:f9e6:f367) (Quit: Leaving) |
| 2021-05-19 19:57:49 | <monochrom> | So if something similar happens to this channel, I could just do the same. |
| 2021-05-19 19:57:53 | <geekosaur> | anyway ghc-pkg list won't show you what cabal sees inside the project, use "cabal exec -- ghc-pkg list" for that |
| 2021-05-19 19:58:16 | <geekosaur> | but a global package install from, say, a system package manager might still interfere |
| 2021-05-19 19:58:20 | <monochrom> | Now, I want to unsettle you a bit by saying that a long time ago I was jobless. Today I have a job, I won't be around that much. |
| 2021-05-19 19:58:29 | <monochrom> | Every silver lining has tarnish. >:) |
| 2021-05-19 19:59:09 | × | Raito_Bezarius quits (~Raito@unaffiliated/raito-bezarius/x-8764578) (Ping timeout: 245 seconds) |
| 2021-05-19 20:00:03 | <monochrom> | I have doubts about "cabal exec -- ghc-pkg list". |
| 2021-05-19 20:01:10 | <monochrom> | Indeed, it isn't different from vanilla "ghc-pkg list" at all. |
| 2021-05-19 20:01:31 | × | connrs quits (~connrs@mail.connolley.uk) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-05-19 20:01:42 | <monochrom> | I just tried in my recent directory that has a HUnit dependency. Doesn't show up. |
| 2021-05-19 20:01:59 | × | RusAlex quits (~Chel@unaffiliated/rusalex) (Quit: WeeChat 3.0) |
| 2021-05-19 20:02:02 | × | kenran quits (~kenran@i59F67B7D.versanet.de) (Quit: leaving) |
| 2021-05-19 20:02:13 | × | star_cloud quits (~star_clou@ec2-52-11-151-184.us-west-2.compute.amazonaws.com) (Ping timeout: 240 seconds) |
| 2021-05-19 20:02:18 | <geekosaur> | sigh, thought the whole point of cabal exec was it configured things so packages would be visible. so what is it these days? |
| 2021-05-19 20:02:29 | × | tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection) |
| 2021-05-19 20:02:37 | → | connrs joins (~connrs@mail.connolley.uk) |
| 2021-05-19 20:02:55 | <monochrom> | People dream big and implement procrastination. |
| 2021-05-19 20:03:06 | → | Wamanuz joins (~wamanuz@78-70-34-81-no84.tbcn.telia.com) |
| 2021-05-19 20:03:29 | <monochrom> | I mean, it happened to my thesis too. "When it is finished, it will solve this big big problem..." |
| 2021-05-19 20:03:31 | → | star_cloud joins (~star_clou@ec2-52-11-151-184.us-west-2.compute.amazonaws.com) |
| 2021-05-19 20:03:47 | <monochrom> | It is finished, but it only solves a big problem, not a big big problem. |
| 2021-05-19 20:04:23 | <monochrom> | "I didn't have time. Future work." |
| 2021-05-19 20:04:33 | <johnw> | altern: I don't know how, that's not how I select packages... |
| 2021-05-19 20:05:14 | → | TK__ joins (~cinch@2601:1c0:5201:2100:9992:f75f:4988:2a3c) |
| 2021-05-19 20:05:16 | × | finn_elija quits (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (Remote host closed the connection) |
| 2021-05-19 20:05:40 | <monochrom> | Wait a second, Korea has a crown prince?! I thought Korea is a republic. |
| 2021-05-19 20:05:41 | × | Wamanuz3 quits (~wamanuz@78-70-34-81-no84.tbcn.telia.com) (Ping timeout: 240 seconds) |
| 2021-05-19 20:05:49 | <monochrom> | Both of them. |
| 2021-05-19 20:07:45 | × | Iceland_jack quits (~user@95.149.219.38) (Remote host closed the connection) |
| 2021-05-19 20:08:04 | × | _ht quits (~quassel@82-169-194-8.biz.kpn.net) (Remote host closed the connection) |
| 2021-05-19 20:08:19 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 265 seconds) |
| 2021-05-19 20:08:28 | <oats> | huh, lee was briefly a student at my school |
| 2021-05-19 20:08:31 | <oats> | (Purdue) |
| 2021-05-19 20:08:35 | <oats> | interdesting |
All times are in UTC.