Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→
Page 1 .. 42 43 44 45 46 47 48 49 50 51 52 .. 5022
502,152 events total
2020-09-18 07:04:31 <dminuoso> Ultimately, with lens I think you cant get around saying: input & key "a" .~ object ["b" .= object [c .= object []]]
2020-09-18 07:04:41 <dminuoso> Ah, missing some quotes around c in there
2020-09-18 07:05:07 <dminuoso> You could, make a fold out of this presumably
2020-09-18 07:05:32 × tzh quits (~tzh@2601:448:c500:5300::ad1c) (Quit: zzz)
2020-09-18 07:05:35 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 258 seconds)
2020-09-18 07:05:40 polyphem joins (~p0lyph3m@2a02:810d:640:776c:76d7:55f6:f85b:c889)
2020-09-18 07:06:29 alp joins (~alp@2a01:e0a:58b:4920:e598:963f:8091:11f3)
2020-09-18 07:06:31 × xff0x_ quits (~fox@2001:1a81:533d:7300:1455:ac5b:134:42e8) (Ping timeout: 244 seconds)
2020-09-18 07:07:30 × xerox_ quits (~xerox@unaffiliated/xerox) (Ping timeout: 258 seconds)
2020-09-18 07:08:44 <dminuoso> let emptyChain xs = fold (\l r -> object [l .= r]) xs []
2020-09-18 07:09:10 <dminuoso> in emptyChain ["a", "b", "c"]
2020-09-18 07:09:24 <dminuoso> oh with foldr as well.
2020-09-18 07:09:47 <dansho> does stack work on MSYS2? can't install cabal https://hastebin.com/muzaxovove
2020-09-18 07:09:51 <dminuoso> So let emptyChain xs = foldr (\l r -> object [l .= r]) [] xs in emptyChain ["a", "b", "c]
2020-09-18 07:10:14 ubert1 joins (~Thunderbi@77.119.130.195.wireless.dyn.drei.com)
2020-09-18 07:10:51 × mmohammadi9812 quits (~mmohammad@5.238.164.128) (Ping timeout: 256 seconds)
2020-09-18 07:10:58 × ubert quits (~Thunderbi@178.165.131.132.wireless.dyn.drei.com) (Ping timeout: 272 seconds)
2020-09-18 07:10:58 ubert1 is now known as ubert
2020-09-18 07:13:40 × mirrorbird quits (~psutcliff@m83-187-171-240.cust.tele2.se) (Quit: Leaving)
2020-09-18 07:15:45 × kleisli__ quits (~kleisli@172-8-147-49.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
2020-09-18 07:15:56 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 256 seconds)
2020-09-18 07:16:48 gestone joins (~gestone@c-73-97-137-216.hsd1.wa.comcast.net)
2020-09-18 07:17:18 <[exa]> dansho: that doesn't really look like msys2-specific error
2020-09-18 07:17:49 xerox_ joins (~xerox@unaffiliated/xerox)
2020-09-18 07:19:48 mirrorbird joins (~psutcliff@2a00:801:44b:8959:8d6c:276b:332b:1c71)
2020-09-18 07:21:18 × gestone quits (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) (Ping timeout: 260 seconds)
2020-09-18 07:22:49 × polyrain quits (~polyrain@2001:8003:e501:6901:509a:2e52:9bdc:3438) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2020-09-18 07:22:55 jespada joins (~jespada@90.254.241.6)
2020-09-18 07:23:31 polyrain joins (~polyrain@2001:8003:e501:6901:509a:2e52:9bdc:3438)
2020-09-18 07:23:39 × knupfer quits (~Thunderbi@i5E86B44C.versanet.de) (Ping timeout: 260 seconds)
2020-09-18 07:23:46 kritzefitz joins (~kritzefit@fw-front.credativ.com)
2020-09-18 07:25:16 ahmr88 joins (~ahmr88@cpc85006-haye22-2-0-cust131.17-4.cable.virginm.net)
2020-09-18 07:27:23 × falafel quits (~falafel@2605:e000:1527:d491:f090:20fe:cddf:2a1a) (Remote host closed the connection)
2020-09-18 07:27:46 falafel joins (~falafel@2605:e000:1527:d491:f090:20fe:cddf:2a1a)
2020-09-18 07:28:06 arcticmetal joins (~arcticmet@178.162.204.238)
2020-09-18 07:29:18 × falafel quits (~falafel@2605:e000:1527:d491:f090:20fe:cddf:2a1a) (Remote host closed the connection)
2020-09-18 07:29:42 × ahmr88 quits (~ahmr88@cpc85006-haye22-2-0-cust131.17-4.cable.virginm.net) (Ping timeout: 256 seconds)
2020-09-18 07:30:09 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2020-09-18 07:31:52 × olligobber quits (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Ping timeout: 272 seconds)
2020-09-18 07:32:20 × denisse quits (~spaceCat@gateway/tor-sasl/alephzer0) (Remote host closed the connection)
2020-09-18 07:32:33 denisse_ joins (~spaceCat@gateway/tor-sasl/alephzer0)
2020-09-18 07:32:49 <dansho> [exa], it's a fresh install of stack with 'curl -sSL https://get.haskellstack.org/ | sh'
2020-09-18 07:33:49 <dansho> i don't use stack normally so i may be missing something, the installation instructions dont mention any more steps: https://docs.haskellstack.org/en/stable/install_and_upgrade/
2020-09-18 07:34:15 denisse_ is now known as denisse
2020-09-18 07:34:17 lateef joins (~lateef@cpe-174-109-67-227.nc.res.rr.com)
2020-09-18 07:34:31 <[exa]> my immediately-unhelpful opinion would be to avoid stack, but I guess that doesn't help you immediately
2020-09-18 07:35:07 <[exa]> can you do with say just ghcup?
2020-09-18 07:35:39 <maerwald> installing cabal-install from hackage has always been a bit shaky... better just get the binary
2020-09-18 07:35:54 <[exa]> +1
2020-09-18 07:36:37 <dansho> [exa], tried that: Unknown platform: MSYS_NT-10.0-19041
2020-09-18 07:37:08 <dansho> or in a mingw64 shell: Unknown platform: MINGW64_NT-10.0-19041
2020-09-18 07:37:23 × polyrain quits (~polyrain@2001:8003:e501:6901:509a:2e52:9bdc:3438) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2020-09-18 07:37:39 gestone joins (~gestone@c-73-97-137-216.hsd1.wa.comcast.net)
2020-09-18 07:37:50 × heatsink quits (~heatsink@2600:1700:bef1:5e10:b0dc:6c54:247b:ece) (Remote host closed the connection)
2020-09-18 07:38:41 × wavemode quits (~wavemode@097-070-075-143.res.spectrum.com) (Ping timeout: 260 seconds)
2020-09-18 07:39:09 × bitmagie quits (~Thunderbi@200116b806ae350060a80b5dfb4575b9.dip.versatel-1u1.de) (Quit: bitmagie)
2020-09-18 07:40:05 <dansho> i guess i have access to ghc through 'stack ghc'
2020-09-18 07:42:13 × gestone quits (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) (Ping timeout: 264 seconds)
2020-09-18 07:43:49 olligobber joins (olligobber@gateway/vpn/privateinternetaccess/olligobber)
2020-09-18 07:44:42 cfricke joins (~cfricke@unaffiliated/cfricke)
2020-09-18 07:46:06 × danvet quits (~danvet@2a02:168:57f4:0:5f80:650d:c6e6:3453) (Quit: Leaving)
2020-09-18 07:46:08 Lycurgus joins (~niemand@98.4.96.130)
2020-09-18 07:46:59 ahmr88 joins (~ahmr88@cpc85006-haye22-2-0-cust131.17-4.cable.virginm.net)
2020-09-18 07:47:54 borne joins (~fritjof@200116b864c7150022497ba62715fb72.dip.versatel-1u1.de)
2020-09-18 07:51:45 × ahmr88 quits (~ahmr88@cpc85006-haye22-2-0-cust131.17-4.cable.virginm.net) (Ping timeout: 260 seconds)
2020-09-18 07:53:06 × borne quits (~fritjof@200116b864c7150022497ba62715fb72.dip.versatel-1u1.de) (Ping timeout: 244 seconds)
2020-09-18 07:55:10 borne joins (~fritjof@83.135.81.245)
2020-09-18 07:58:29 × jedws quits (~jedws@101.184.170.244) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2020-09-18 07:58:33 gestone joins (~gestone@c-73-97-137-216.hsd1.wa.comcast.net)
2020-09-18 08:03:05 jedws joins (~jedws@101.184.170.244)
2020-09-18 08:03:32 × gestone quits (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) (Ping timeout: 272 seconds)
2020-09-18 08:03:54 xff0x_ joins (~fox@217.110.198.158)
2020-09-18 08:03:59 × da39a3ee5e6b4b0d quits (~textual@171.5.162.140) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2020-09-18 08:07:23 chele joins (~chele@ip5b416ea2.dynamic.kabel-deutschland.de)
2020-09-18 08:18:39 eric_ joins (~eric@2804:431:c7d4:402a:a8db:f69d:78a8:deb3)
2020-09-18 08:18:44 × eric_ quits (~eric@2804:431:c7d4:402a:a8db:f69d:78a8:deb3) (Remote host closed the connection)
2020-09-18 08:19:23 gestone joins (~gestone@c-73-97-137-216.hsd1.wa.comcast.net)
2020-09-18 08:19:35 mdunnio joins (~mdunnio@208.59.170.5)
2020-09-18 08:20:13 × bahamas quits (~lucian@unaffiliated/bahamas) (Ping timeout: 260 seconds)
2020-09-18 08:22:33 × Sgeo__ quits (~Sgeo@ool-18b982ad.dyn.optonline.net) (Read error: Connection reset by peer)
2020-09-18 08:24:19 × mdunnio quits (~mdunnio@208.59.170.5) (Ping timeout: 272 seconds)
2020-09-18 08:24:26 × gestone quits (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) (Ping timeout: 272 seconds)
2020-09-18 08:28:15 DavidEichmann joins (~david@43.240.198.146.dyn.plus.net)
2020-09-18 08:29:38 × cole-h quits (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Quit: Goodbye)
2020-09-18 08:29:49 gestone joins (~gestone@c-73-97-137-216.hsd1.wa.comcast.net)
2020-09-18 08:32:46 ph88 joins (~ph88@ip5f5af726.dynamic.kabel-deutschland.de)
2020-09-18 08:32:59 csaba_hruska joins (~csaba@188-167-252-60.dynamic.chello.sk)
2020-09-18 08:34:27 <Unhammer> Do I need more than 16G RAM to run haskell-language-server ?
2020-09-18 08:35:05 × datajerk quits (~datajerk@sense.net) (Ping timeout: 272 seconds)
2020-09-18 08:35:19 <Unhammer> free -m says 5588, but I keep getting "libpthread.so.0: failed to map segment from shared object" or "mmap: failed. errno = 12" or (if I do ulimit -Sv unlimited) "allocatestack.c:384: advise_stack_range: Assertion `freesize < size' failed"
2020-09-18 08:36:14 <maerwald> Unhammer: you need more than 16G ram to run GHC
2020-09-18 08:37:10 <Unhammer> uh no?
2020-09-18 08:37:18 <maerwald> yes
2020-09-18 08:37:27 <Unhammer> I compile things all the time
2020-09-18 08:37:31 <maerwald> depends on the project you're working on ofc :)
2020-09-18 08:38:04 <maerwald> I've hit ram limit very frequently on some projects with ghc and 16g
2020-09-18 08:38:28 <maerwald> so 32 is more reasonable and there's a chance the language server fits into it
2020-09-18 08:38:38 heatsink joins (~heatsink@2600:1700:bef1:5e10:b0dc:6c54:247b:ece)
2020-09-18 08:38:48 <Unhammer> well, my project compiles fine in ghc with <4G free, but haskell-language-server keeps failing. Guess I'll try dante.
2020-09-18 08:39:27 hackage pgf2 1.2.1 - Bindings to the C version of the PGF runtime https://hackage.haskell.org/package/pgf2-1.2.1 (JohnCamilleri)
←Prev  Next→
Page 1 .. 42 43 44 45 46 47 48 49 50 51 52 .. 5022

All times are in UTC.