Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→
Page 1 .. 780 781 782 783 784 785 786 787 788 789 790 .. 5022
502,152 events total
2020-10-21 17:01:46 geekosaur joins (82659a09@host154-009.vpn.uakron.edu)
2020-10-21 17:02:10 bitmapper joins (uid464869@gateway/web/irccloud.com/x-fjkcgpxmhvapxtfm)
2020-10-21 17:03:15 cole-h joins (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net)
2020-10-21 17:05:16 × caubert quits (~mrbentari@207.246.80.112) (Quit: WeeChat 2.9)
2020-10-21 17:05:27 mrbentarikau joins (~mrbentari@207.246.80.112)
2020-10-21 17:05:35 mrbentarikau is now known as caubert
2020-10-21 17:06:31 dyniec[m] joins (dyniecmatr@gateway/shell/matrix.org/x-pvfhaoakrmoprspz)
2020-10-21 17:07:20 GyroW_ joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be)
2020-10-21 17:07:20 × GyroW_ quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host)
2020-10-21 17:07:20 GyroW_ joins (~GyroW@unaffiliated/gyrow)
2020-10-21 17:07:39 britva joins (~britva@2a02:aa13:7240:2980:b1bf:9c31:7687:bea1)
2020-10-21 17:08:26 × GyroW quits (~GyroW@unaffiliated/gyrow) (Ping timeout: 260 seconds)
2020-10-21 17:09:29 dsiypl4 joins (~dsiypl4@41.251.199.43)
2020-10-21 17:09:45 geowiesnot joins (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
2020-10-21 17:14:46 × Sigyn quits (sigyn@freenode/utility-bot/sigyn) (Quit: i've seen things you people wouldn't believe. spam bots on fire off the shoulder of sigyn. i watched k-line beams glitter in the dark near the Tannhäuser Gate. all these moments will be lost in time, like tears in rain. time to /die)
2020-10-21 17:15:19 Sigyn joins (sigyn@freenode/utility-bot/sigyn)
2020-10-21 17:15:19 ChanServ sets mode +o Sigyn
2020-10-21 17:20:40 × britva quits (~britva@2a02:aa13:7240:2980:b1bf:9c31:7687:bea1) (Quit: This computer has gone to sleep)
2020-10-21 17:20:41 falafel joins (~falafel@71-34-132-121.clsp.qwest.net)
2020-10-21 17:24:18 <texasmynsted> how do I know what "base" to use?
2020-10-21 17:24:34 redeemed joins (~rd@2a02:2f0b:b20a:d200:75cb:8151:518a:825f)
2020-10-21 17:24:47 Ariakenom joins (~Ariakenom@h-82-196-111-63.NA.cust.bahnhof.se)
2020-10-21 17:25:34 <texasmynsted> Example: I did cabal init, and got "build-depends: base ^>=4.12.0.0". I do not recall why I thought that was the right base. I also do not recall what the ^ is for.
2020-10-21 17:26:00 Kaeipi joins (~Kaiepi@nwcsnbsc03w-47-55-225-82.dhcp-dynamic.fibreop.nb.bellaliant.net)
2020-10-21 17:26:15 × Kaiepi quits (~Kaiepi@nwcsnbsc03w-47-55-225-82.dhcp-dynamic.fibreop.nb.bellaliant.net) (Read error: Connection reset by peer)
2020-10-21 17:26:16 <koz_> ^>= says 'at least this version works, but a higher minor version might too'.
2020-10-21 17:26:18 × erolm_a quits (~erolm_a@62.19.60.223) (Ping timeout: 260 seconds)
2020-10-21 17:26:29 <koz_> What's your GHC version?
2020-10-21 17:26:36 <koz_> Base version and GHC version are closely connected.
2020-10-21 17:26:46 <texasmynsted> 8.8.4
2020-10-21 17:26:58 <koz_> I think you want 4.13 then?
2020-10-21 17:27:01 <texasmynsted> I just upgraded it today.
2020-10-21 17:27:05 <texasmynsted> okay
2020-10-21 17:27:13 <texasmynsted> how would I know that?
2020-10-21 17:27:24 <koz_> Because each GHC version comes with a base version.
2020-10-21 17:27:30 <koz_> There's a list somewhere.
2020-10-21 17:27:34 koz_ can't remember where.
2020-10-21 17:27:42 <merijn> https://wiki.haskell.org/Base_package
2020-10-21 17:28:23 <koz_> Yeah, that one.
2020-10-21 17:28:55 <texasmynsted> Nice! thank you
2020-10-21 17:28:58 <koz_> Pity we're not getting base 5 to go with GHC 9.
2020-10-21 17:28:58 britva joins (~britva@31-10-157-156.cgn.dynamic.upc.ch)
2020-10-21 17:29:09 <koz_> (although the degree of breakage that would induce would be legendary)
2020-10-21 17:29:24 <merijn> Well, technically that wouldn't break anything
2020-10-21 17:29:25 erolm_a joins (~erolm_a@62.19.60.223)
2020-10-21 17:29:25 <texasmynsted> too bad ghc does not have a flag for "--base"
2020-10-21 17:29:35 × Kaeipi quits (~Kaiepi@nwcsnbsc03w-47-55-225-82.dhcp-dynamic.fibreop.nb.bellaliant.net) (Remote host closed the connection)
2020-10-21 17:29:44 <merijn> It'd require manual intervention to get things to compile with the new GHC, but that's different from "breaking things"
2020-10-21 17:29:47 <monochrom> You can use "cabal gen-bounds"
2020-10-21 17:29:53 Kaeipi joins (~Kaiepi@nwcsnbsc03w-47-55-225-82.dhcp-dynamic.fibreop.nb.bellaliant.net)
2020-10-21 17:30:02 <merijn> The entire point of upperbounds is that new releases can't break things >.>
2020-10-21 17:30:30 × GyroW_ quits (~GyroW@unaffiliated/gyrow) (Remote host closed the connection)
2020-10-21 17:30:31 <texasmynsted> ist that what ^ does?
2020-10-21 17:30:47 GyroW joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be)
2020-10-21 17:30:47 × GyroW quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host)
2020-10-21 17:30:47 GyroW joins (~GyroW@unaffiliated/gyrow)
2020-10-21 17:30:53 <texasmynsted> oh
2020-10-21 17:30:58 <texasmynsted> /me facepalm
2020-10-21 17:31:00 <monochrom> No, merijn means that GHC new versions also changes language syntax and semantics and type checking.
2020-10-21 17:31:05 <texasmynsted> I see that answered above
2020-10-21 17:31:45 <merijn> "break" implies "used to work", but that's not the case for new versions
2020-10-21 17:32:00 invaser joins (~Thunderbi@31.148.23.125)
2020-10-21 17:32:12 <merijn> texasmynsted: "^>= 4.12" says "this is compatible with everything that is PVP compatible with version 4.12"
2020-10-21 17:32:16 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2020-10-21 17:32:17 × stefan-__ quits (~cri@42dots.de) (Read error: Connection reset by peer)
2020-10-21 17:32:28 <merijn> texasmynsted: Where "PVP compatible" is explained here: https://pvp.haskell.org/
2020-10-21 17:32:42 stefan-__ joins (~cri@42dots.de)
2020-10-21 17:34:06 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 260 seconds)
2020-10-21 17:35:05 × notnatebtw quits (~nate@110.138.18.157) (Quit: WeeChat 2.9)
2020-10-21 17:35:20 tzh joins (~tzh@2601:448:c500:5300::19b0)
2020-10-21 17:36:51 Plantain joins (~mdomin45@cpe-24-211-129-187.nc.res.rr.com)
2020-10-21 17:37:10 × DataComputist quits (~lumeng@static-50-43-26-251.bvtn.or.frontiernet.net) (Remote host closed the connection)
2020-10-21 17:38:34 × jneira quits (501e64fa@gateway/web/cgi-irc/kiwiirc.com/ip.80.30.100.250) (Ping timeout: 260 seconds)
2020-10-21 17:39:18 <texasmynsted> :-)
2020-10-21 17:39:23 <texasmynsted> Thank you
2020-10-21 17:39:25 × Iwawa quits (~mdomin45@cpe-24-211-129-187.nc.res.rr.com) (Ping timeout: 240 seconds)
2020-10-21 17:39:32 × MindlessDrone quits (~MindlessD@unaffiliated/mindlessdrone) (Ping timeout: 258 seconds)
2020-10-21 17:42:14 heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net)
2020-10-21 17:42:15 × britva quits (~britva@31-10-157-156.cgn.dynamic.upc.ch) (Quit: This computer has gone to sleep)
2020-10-21 17:43:35 MindlessDrone joins (~MindlessD@unaffiliated/mindlessdrone)
2020-10-21 17:44:34 × erolm_a quits (~erolm_a@62.19.60.223) (Ping timeout: 272 seconds)
2020-10-21 17:44:57 erolm_a joins (~erolm_a@62.19.60.223)
2020-10-21 17:47:19 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds)
2020-10-21 17:47:50 × oisdk quits (~oisdk@2001:bb6:3329:d100:c8f6:1bbe:8153:581f) (Ping timeout: 246 seconds)
2020-10-21 17:48:53 × mirrorbird quits (~psutcliff@2a00:801:42b:7891:16b1:e53f:55b2:15e1) (Ping timeout: 272 seconds)
2020-10-21 17:50:22 × kritzefitz quits (~kritzefit@212.86.56.80) (Ping timeout: 265 seconds)
2020-10-21 17:50:59 oisdk joins (~oisdk@2001:bb6:3329:d100:110c:4b45:443f:14f0)
2020-10-21 17:51:13 × karanlikmadde quits (~karanlikm@2a01:c22:b046:2a00:218a:97bb:be49:dab9) (Quit: karanlikmadde)
2020-10-21 17:52:49 heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net)
2020-10-21 17:53:58 karanlikmadde joins (~karanlikm@2a01:c22:b046:2a00:218a:97bb:be49:dab9)
2020-10-21 17:55:06 × mananamenos_ quits (~mananamen@84.122.202.215.dyn.user.ono.com) (Ping timeout: 260 seconds)
2020-10-21 17:55:51 is_null joins (~jpic@pdpc/supporter/professional/is-null)
2020-10-21 17:57:37 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 265 seconds)
2020-10-21 17:59:46 × jespada quits (~jespada@90.254.245.15) (Ping timeout: 260 seconds)
2020-10-21 18:00:00 britva joins (~britva@31-10-157-156.cgn.dynamic.upc.ch)
2020-10-21 18:00:02 × Hande quits (~Hande@195.206.169.184) ()
2020-10-21 18:00:37 × jlamothe quits (~jlamothe@dev.jlamothe.net) (Ping timeout: 258 seconds)
2020-10-21 18:01:36 Pitaya joins (~mdomin45@cpe-24-211-129-187.nc.res.rr.com)
2020-10-21 18:02:05 × GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie)
2020-10-21 18:02:15 GyroW joins (~GyroW@d54C03E98.access.telenet.be)

All times are in UTC.