Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→
Page 1 .. 372 373 374 375 376 377 378 379 380 381 382 .. 5022
502,152 events total
2020-10-02 16:50:50 × conal quits (~conal@107.181.166.148) (Client Quit)
2020-10-02 16:51:06 Franciman joins (~francesco@host-212-171-42-250.retail.telecomitalia.it)
2020-10-02 16:51:20 nineonine joins (~nineonine@216.81.48.202)
2020-10-02 16:51:28 conal joins (~conal@107.181.166.148)
2020-10-02 16:51:38 × conal quits (~conal@107.181.166.148) (Client Quit)
2020-10-02 16:51:59 × slack1256 quits (~slack1256@181.203.37.183) (Remote host closed the connection)
2020-10-02 16:52:17 snakemasterflex joins (~snakemast@213.100.206.23)
2020-10-02 16:52:35 × jb55 quits (~jb55@gateway/tor-sasl/jb55) (Remote host closed the connection)
2020-10-02 16:52:57 × st8less quits (~st8less@2603:a060:11fd:0:f15a:c857:2711:378c) (Ping timeout: 260 seconds)
2020-10-02 16:53:09 × alp quits (~alp@2a01:e0a:58b:4920:6d5a:70ac:290e:8fbe) (Ping timeout: 272 seconds)
2020-10-02 16:53:54 conal joins (~conal@107.181.166.148)
2020-10-02 16:54:01 × conal quits (~conal@107.181.166.148) (Client Quit)
2020-10-02 16:54:05 reallymemorable joins (~quassel@ip68-9-215-56.ri.ri.cox.net)
2020-10-02 16:55:10 mav1 joins (~mav@i59F456E0.versanet.de)
2020-10-02 16:55:10 × carlomagno quits (~cararell@inet-hqmc02-o.oracle.com) (Remote host closed the connection)
2020-10-02 16:57:40 × madjestic quits (~madjestic@86-88-72-244.fixed.kpn.net) (Ping timeout: 246 seconds)
2020-10-02 16:58:05 × John20 quits (~John@82.46.59.122) (Ping timeout: 240 seconds)
2020-10-02 16:59:15 × coot quits (~coot@37.30.49.34.nat.umts.dynamic.t-mobile.pl) (Remote host closed the connection)
2020-10-02 16:59:18 × reallymemorable quits (~quassel@ip68-9-215-56.ri.ri.cox.net) (Remote host closed the connection)
2020-10-02 16:59:55 coot joins (~coot@37.30.49.34.nat.umts.dynamic.t-mobile.pl)
2020-10-02 17:00:11 × ym555 quits (~ym@156.199.76.92) (Ping timeout: 240 seconds)
2020-10-02 17:00:25 × cr3 quits (~cr3@192-222-143-195.qc.cable.ebox.net) (Ping timeout: 240 seconds)
2020-10-02 17:03:30 × coot quits (~coot@37.30.49.34.nat.umts.dynamic.t-mobile.pl) (Client Quit)
2020-10-02 17:03:47 conal joins (~conal@107.181.166.148)
2020-10-02 17:03:49 worc3131 joins (~quassel@2a02:c7f:c026:9500:7d0b:65d0:38a4:4786)
2020-10-02 17:06:30 MaoZeDong_ joins (~sweety@176.59.33.165)
2020-10-02 17:07:35 Kirana joins (76658b6a@118.101.139.106)
2020-10-02 17:10:43 × Kirana quits (76658b6a@118.101.139.106) (Remote host closed the connection)
2020-10-02 17:11:25 jb55 joins (~jb55@gateway/tor-sasl/jb55)
2020-10-02 17:11:37 Gurkenglas joins (~Gurkengla@unaffiliated/gurkenglas)
2020-10-02 17:13:59 John20 joins (~John@82.46.59.122)
2020-10-02 17:15:16 cr3 joins (~cr3@192-222-143-195.qc.cable.ebox.net)
2020-10-02 17:16:28 hackage vivid 0.4.2.4 - Sound synthesis with SuperCollider https://hackage.haskell.org/package/vivid-0.4.2.4 (TomMurphy)
2020-10-02 17:19:06 × thir quits (~thir@p200300f27f0fc60004d129737887aa72.dip0.t-ipconnect.de) (Ping timeout: 244 seconds)
2020-10-02 17:24:50 × wroathe quits (~wroathe@c-73-24-27-54.hsd1.mn.comcast.net) (Ping timeout: 256 seconds)
2020-10-02 17:25:12 thir joins (~thir@p200300f27f0fc60004d129737887aa72.dip0.t-ipconnect.de)
2020-10-02 17:27:22 alp joins (~alp@2a01:e0a:58b:4920:508d:ea72:5dcf:184b)
2020-10-02 17:27:27 <maralorn> Is there something nicer than "fold <$> sequence [pure "a", pure "b"]"?
2020-10-02 17:29:25 × thir quits (~thir@p200300f27f0fc60004d129737887aa72.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
2020-10-02 17:30:25 ubert joins (~Thunderbi@91.141.3.51.wireless.dyn.drei.com)
2020-10-02 17:30:37 Carl69 joins (726cdb9f@114.108.219.159)
2020-10-02 17:30:42 × tbreslein quits (~tbreslein@2a02:8108:140:44f8::901) (Remote host closed the connection)
2020-10-02 17:31:00 <tomjaguarpaw> Nicer in what way? "ab" is pretty nice.
2020-10-02 17:31:02 <ski> do you have those `pure's in your code ?
2020-10-02 17:31:16 Carl69 is now known as Carl20
2020-10-02 17:32:38 <ski> note that `sequence (fmap pure as) = pure as' (at least when `as' is finite)
2020-10-02 17:33:37 <Carl20> Hello good evening, I tried to install chocolatey but only 4/5 packages succeeded, ghc failed to install, hoping for some help, thanks!
2020-10-02 17:37:41 × p-core quits (~Thunderbi@2001:718:1e03:5128:2ab7:7f35:48a1:8515) (Quit: p-core)
2020-10-02 17:38:13 <lordcirth_> Carl20, was there an error message?
2020-10-02 17:39:23 × snakemasterflex quits (~snakemast@213.100.206.23) (Ping timeout: 240 seconds)
2020-10-02 17:40:54 × geekosaur quits (42d52102@66.213.33.2) (Ping timeout: 245 seconds)
2020-10-02 17:44:36 × ryansmccoy quits (~ryansmcco@68.235.48.108) (Ping timeout: 256 seconds)
2020-10-02 17:44:36 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2020-10-02 17:44:38 <Carl20> It only showed this one: ghc (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\ghc\tools\chocolateyInstall.ps1'
2020-10-02 17:44:47 <Carl20> lordcirth_
2020-10-02 17:44:47 ryansmccoy joins (~ryansmcco@193.37.254.27)
2020-10-02 17:45:52 Carl20 is now known as C20
2020-10-02 17:46:43 × zacts quits (~zacts@dragora/developer/zacts) (Quit: leaving)
2020-10-02 17:46:47 × aarvar quits (~foewfoiew@50.35.43.33) (Ping timeout: 258 seconds)
2020-10-02 17:46:58 <C20> Within the chocolatey.log, it only showed this one: The install of ghc was NOT successful.
2020-10-02 17:47:01 zacts joins (~zacts@dragora/developer/zacts)
2020-10-02 17:47:50 × jb55 quits (~jb55@gateway/tor-sasl/jb55) (Remote host closed the connection)
2020-10-02 17:49:27 Buntspecht joins (~user@unaffiliated/siracusa)
2020-10-02 17:49:59 <lordcirth_> C20, maybe you should ask on chocolatey help how to get better logs
2020-10-02 17:50:16 × ubert quits (~Thunderbi@91.141.3.51.wireless.dyn.drei.com) (Ping timeout: 272 seconds)
2020-10-02 17:51:34 juri__ is now known as juri_
2020-10-02 17:53:13 frdg joins (47b88ff9@pool-71-184-143-249.bstnma.fios.verizon.net)
2020-10-02 17:54:58 hackage structs 0.1.4 - Strict GC'd imperative object-oriented programming with cheap pointers. https://hackage.haskell.org/package/structs-0.1.4 (ryanglscott)
2020-10-02 17:55:25 × Neuromancer quits (~Neuromanc@unaffiliated/neuromancer) (Ping timeout: 246 seconds)
2020-10-02 17:55:53 × C20 quits (726cdb9f@114.108.219.159) (Remote host closed the connection)
2020-10-02 17:56:55 <frdg> I am trying to use lenses and I am not understanding what I need to do. `:t (^.) :: s -> Getting a s a -> a`. To me I should get back a string with this function (which is what I want) but I am not really sure what I am getting. https://dpaste.org/xYe9
2020-10-02 17:57:56 coot joins (~coot@37.30.49.34.nat.umts.dynamic.t-mobile.pl)
2020-10-02 17:58:04 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2020-10-02 17:58:07 <[exa]> frdg: the lens is usually not called _time
2020-10-02 17:58:27 <[exa]> (as a first guess, can you try just `time` ?)
2020-10-02 17:58:48 <[exa]> _time is the accessor function which is certainly not going to work in that place
2020-10-02 17:58:52 <frdg> [exa]: yup
2020-10-02 17:58:58 <frdg> thanks
2020-10-02 17:59:12 × dyeplexer quits (~lol@unaffiliated/terpin) (Remote host closed the connection)
2020-10-02 18:00:02 × yost3d quits (~yost3d@193.56.252.210) ()
2020-10-02 18:02:54 × raichoo quits (~raichoo@213.240.178.58) (Quit: Lost terminal)
2020-10-02 18:06:31 × dhouthoo quits (~dhouthoo@ptr-eiv6509pb4ifhdr9lsd.18120a2.ip6.access.telenet.be) (Quit: WeeChat 2.8)
2020-10-02 18:10:33 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 260 seconds)
2020-10-02 18:11:36 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2020-10-02 18:11:42 heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net)
2020-10-02 18:11:47 borne joins (~fritjof@200116b86454500007933c164a08810c.dip.versatel-1u1.de)
2020-10-02 18:13:27 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2020-10-02 18:13:42 heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net)
2020-10-02 18:14:38 × frdg quits (47b88ff9@pool-71-184-143-249.bstnma.fios.verizon.net) (Remote host closed the connection)
2020-10-02 18:16:25 × Franciman quits (~francesco@host-212-171-42-250.retail.telecomitalia.it) (Ping timeout: 240 seconds)
2020-10-02 18:16:51 Franciman joins (~francesco@host-212-171-42-250.pool212171.interbusiness.it)
2020-10-02 18:17:48 jle` joins (~mstksg@cpe-23-240-75-236.socal.res.rr.com)
2020-10-02 18:17:48 × jle` quits (~mstksg@cpe-23-240-75-236.socal.res.rr.com) (Changing host)
2020-10-02 18:17:48 jle` joins (~mstksg@unaffiliated/mstksg)
2020-10-02 18:18:06 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 256 seconds)
2020-10-02 18:20:43 snakemasterflex joins (~snakemast@213.100.206.23)
2020-10-02 18:21:16 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2020-10-02 18:22:31 ThunderChicken1 joins (~ThunderCh@185.244.214.216)
2020-10-02 18:22:37 thir joins (~thir@p200300f27f0fc60004d129737887aa72.dip0.t-ipconnect.de)
2020-10-02 18:22:45 chaosmasttter joins (~chaosmast@p200300c4a711ea011d677dd0bd985d37.dip0.t-ipconnect.de)

All times are in UTC.