Logs: liberachat/#haskell
| 2021-06-08 16:04:11 | → | jmcarthur joins (~jmcarthur@c-73-29-224-10.hsd1.nj.comcast.net) |
| 2021-06-08 16:04:19 | × | magthe quits (~magthe@c83-252-48-230.bredband.tele2.se) (Quit: WeeChat 3.1) |
| 2021-06-08 16:05:05 | <raehik> | Years back there was a GHC plugin (framework?) named HERMIT. I want to have a go using it due to some handy SYB optimizations, but I can see it's no longer maintained |
| 2021-06-08 16:05:55 | <raehik> | I can't find much help on using it. Anyone know about it & whether there'd be anything stopping me using it on GHC 8.x? |
| 2021-06-08 16:07:43 | × | jmcarthur quits (~jmcarthur@c-73-29-224-10.hsd1.nj.comcast.net) (Client Quit) |
| 2021-06-08 16:08:46 | × | ubert quits (~Thunderbi@2a02:8109:9880:303c:ca5b:76ff:fe29:f233) (Remote host closed the connection) |
| 2021-06-08 16:08:52 | <maerwald> | guest61: next ghcup release will allow to install stack too |
| 2021-06-08 16:08:57 | <maerwald> | until then visit their website |
| 2021-06-08 16:09:22 | <maerwald> | they have their own script that invokes sudo and whatnot :p |
| 2021-06-08 16:11:11 | → | hnOsmium0001 joins (uid453710@id-453710.stonehaven.irccloud.com) |
| 2021-06-08 16:11:31 | → | amahl joins (~amahl@dsl-jklbng12-54fbca-64.dhcp.inet.fi) |
| 2021-06-08 16:11:44 | × | jespada quits (~jespada@90.254.242.55) (Ping timeout: 245 seconds) |
| 2021-06-08 16:13:16 | → | oxide joins (~lambda@user/oxide) |
| 2021-06-08 16:13:39 | → | jespada joins (~jespada@90.254.242.55) |
| 2021-06-08 16:14:16 | <maerwald> | the #powershell channel has a bot that bridges IRC, discord and slack (not sure about matrix) |
| 2021-06-08 16:15:06 | <maerwald> | ah: https://github.com/42wim/matterbridge |
| 2021-06-08 16:15:11 | <maerwald> | maybe we need that too? |
| 2021-06-08 16:16:03 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Quit: Lost terminal) |
| 2021-06-08 16:16:25 | <maerwald> | sm[m]: what do you think |
| 2021-06-08 16:22:34 | → | safinaskar joins (~safinaska@109-252-90-89.nat.spd-mgts.ru) |
| 2021-06-08 16:23:05 | → | tromp joins (~textual@dhcp-077-249-230-040.chello.nl) |
| 2021-06-08 16:24:18 | → | Bartosz joins (~textual@24.35.90.211) |
| 2021-06-08 16:24:19 | <safinaskar> | hi. i want to have cabal upper bounds like "< 3.4", as opposed to "< 3.4.5". is it ok to use "import Test.QuickCheck(Arbitrary(..))"? i. e. is it okey to import all class methods at once or i need to name them explicitly? |
| 2021-06-08 16:26:22 | <ski> | guest61 : did you get around to take a look at <https://paste.tomsmeding.com/1AU9FcLc> ? |
| 2021-06-08 16:26:47 | × | aplainzetakind quits (~johndoe@captainludd.powered.by.lunarbnc.net) (Ping timeout: 272 seconds) |
| 2021-06-08 16:28:43 | → | ec joins (~ec@gateway/tor-sasl/ec) |
| 2021-06-08 16:29:22 | <tomsmeding> | safinaskar: given that packages are supposed to follow the PVP, there aren't supposed to be breaking changes without changing the second version number. So in general I wouldn't expect many "< 3.4.5" constraints at all |
| 2021-06-08 16:29:50 | <tomsmeding> | regarding importing all of a class: everyone does that :p |
| 2021-06-08 16:30:10 | → | aplainzetakind joins (~johndoe@captainludd.powered.by.lunarbnc.net) |
| 2021-06-08 16:30:21 | <maerwald> | tomsmeding: https://hackage.haskell.org/package/Win32-2.12.0.0/Win32.cabal |
| 2021-06-08 16:30:46 | <maerwald> | I saw one today: hsc2hs:hsc2hs > 0 && < 0.68.6 || > 0.68.6 |
| 2021-06-08 16:30:53 | <maerwald> | -- Black list hsc2hs 0.68.6 which is horribly broken. |
| 2021-06-08 16:30:55 | <maerwald> | hehe |
| 2021-06-08 16:31:13 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 272 seconds) |
| 2021-06-08 16:31:22 | × | dut quits (~dut@user/dut) (Ping timeout: 258 seconds) |
| 2021-06-08 16:31:43 | <maerwald> | from the sound of it someone wasted at least half an hour on a bug |
| 2021-06-08 16:32:51 | × | notzmv quits (~zmv@user/notzmv) (Ping timeout: 252 seconds) |
| 2021-06-08 16:33:07 | × | spatchkaa quits (~spatchkaa@S010600fc8da47b63.gv.shawcable.net) (Remote host closed the connection) |
| 2021-06-08 16:33:24 | × | oxide quits (~lambda@user/oxide) (Ping timeout: 245 seconds) |
| 2021-06-08 16:34:24 | <safinaskar> | tomsmeding: but -Wmissing-import-lists warns me about Arbitrary(..). it is ghc bug? |
| 2021-06-08 16:35:45 | → | Tuplanolla joins (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) |
| 2021-06-08 16:35:56 | → | oxide joins (~lambda@user/oxide) |
| 2021-06-08 16:36:30 | <jippiedoe> | Not exactly a bug, but there's a reason why it's not enabled by -Wall |
| 2021-06-08 16:37:48 | × | pe200012 quits (~pe200012@120.236.162.3) (Ping timeout: 250 seconds) |
| 2021-06-08 16:37:49 | → | spatchkaa joins (~spatchkaa@s010600fc8da47b63.gv.shawcable.net) |
| 2021-06-08 16:38:25 | → | xkuru joins (~xkuru@user/xkuru) |
| 2021-06-08 16:39:12 | × | safinaskar quits (~safinaska@109-252-90-89.nat.spd-mgts.ru) (Quit: Client closed) |
| 2021-06-08 16:39:45 | × | Bartosz quits (~textual@24.35.90.211) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-06-08 16:39:53 | × | glguy quits (x@libera/staff/glguy) (Quit: Quit) |
| 2021-06-08 16:40:00 | → | glguy joins (x@libera/staff/glguy) |
| 2021-06-08 16:41:34 | × | robertm quits (~robertm@rojoma.com) (*.net *.split) |
| 2021-06-08 16:41:34 | × | dyniec_ quits (~dyniec@mail.dybiec.info) (*.net *.split) |
| 2021-06-08 16:41:34 | × | totbwf quits (sid402332@highgate.irccloud.com) (*.net *.split) |
| 2021-06-08 16:41:34 | × | lightandlight quits (sid135476@brockwell.irccloud.com) (*.net *.split) |
| 2021-06-08 16:41:34 | × | c_wraith quits (~c_wraith@adjoint.us) (*.net *.split) |
| 2021-06-08 16:41:34 | × | nurupo quits (~nurupo.ga@user/nurupo) (*.net *.split) |
| 2021-06-08 16:41:34 | × | etrepum quits (sid763@highgate.irccloud.com) (*.net *.split) |
| 2021-06-08 16:41:34 | × | blades quits (~blades@204.48.29.163) (*.net *.split) |
| 2021-06-08 16:41:34 | × | welterde quits (welterde@thinkbase.srv.welterde.de) (*.net *.split) |
| 2021-06-08 16:41:35 | × | cohn quits (~noone@user/cohn) (*.net *.split) |
| 2021-06-08 16:41:35 | × | Solarion quits (~solarion@mail.digitasaru.net) (*.net *.split) |
| 2021-06-08 16:41:35 | × | kaol quits (~kaol@178.62.241.234) (*.net *.split) |
| 2021-06-08 16:41:35 | × | b20n quits (sid115913@highgate.irccloud.com) (*.net *.split) |
| 2021-06-08 16:41:35 | × | averell quits (~averell@user/averell) (*.net *.split) |
| 2021-06-08 16:41:35 | × | relrod quits (~relrod@redhat/ansible.staff.relrod) (*.net *.split) |
| 2021-06-08 16:41:35 | × | systemfault quits (sid267009@highgate.irccloud.com) (*.net *.split) |
| 2021-06-08 16:41:35 | × | jocke-l quits (jocke-l@a.x0.is) (*.net *.split) |
| 2021-06-08 16:41:35 | × | asm quits (~alexander@user/asm) (*.net *.split) |
| 2021-06-08 16:41:35 | × | davean quits (~davean@davean.sciesnet.net) (*.net *.split) |
| 2021-06-08 16:41:35 | × | mjrosenb quits (~mrosenbe@104.225.243.2) (*.net *.split) |
| 2021-06-08 16:41:35 | × | jackhill quits (~jackhill@kalessin.dragonsnail.net) (*.net *.split) |
| 2021-06-08 16:41:35 | × | edmundnoble quits (sid229620@brockwell.irccloud.com) (*.net *.split) |
| 2021-06-08 16:41:35 | × | peutri quits (~peutri@ns317027.ip-94-23-46.eu) (*.net *.split) |
| 2021-06-08 16:41:35 | × | _________ quits (~nobody@user//x-7881368) (*.net *.split) |
| 2021-06-08 16:41:35 | × | tlax quits (tlax@kapsi.fi) (*.net *.split) |
| 2021-06-08 16:41:35 | × | Clint quits (~Clint@user/clint) (*.net *.split) |
| 2021-06-08 16:41:35 | × | travv0 quits (sid293381@user/travv0) (*.net *.split) |
| 2021-06-08 16:41:35 | × | Vq quits (~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split) |
| 2021-06-08 16:41:35 | × | idnar quits (sid12240@tooting.irccloud.com) (*.net *.split) |
| 2021-06-08 16:41:35 | × | shane quits (~shane@ana.rch.ist) (*.net *.split) |
| 2021-06-08 16:41:35 | × | Taneb quits (~Taneb@runciman.hacksoc.org) (*.net *.split) |
| 2021-06-08 16:41:35 | × | ridcully quits (~ridcully@pd951f269.dip0.t-ipconnect.de) (*.net *.split) |
| 2021-06-08 16:41:35 | × | mniip quits (mniip@libera/staff/mniip) (*.net *.split) |
| 2021-06-08 16:41:39 | → | mjrosenb_ joins (~mrosenbe@nyc.schrodinger.com) |
| 2021-06-08 16:41:40 | → | peutri_ joins (~peutri@ns317027.ip-94-23-46.eu) |
| 2021-06-08 16:41:40 | → | totbwf_ joins (sid402332@id-402332.highgate.irccloud.com) |
| 2021-06-08 16:41:40 | → | shane_ joins (~shane@ana.rch.ist) |
| 2021-06-08 16:41:40 | → | jackhill_ joins (~jackhill@kalessin.dragonsnail.net) |
| 2021-06-08 16:41:42 | → | mniip joins (mniip@libera/staff/mniip) |
| 2021-06-08 16:41:44 | → | tlax joins (~ArgusTang@kapsi.fi) |
| 2021-06-08 16:41:45 | → | Vq joins (~vq@90-227-195-41-no77.tbcn.telia.com) |
| 2021-06-08 16:41:45 | → | lightandlight joins (sid135476@id-135476.brockwell.irccloud.com) |
| 2021-06-08 16:41:45 | → | b20n joins (sid115913@id-115913.highgate.irccloud.com) |
| 2021-06-08 16:41:45 | → | idnar_ joins (sid12240@id-12240.tooting.irccloud.com) |
| 2021-06-08 16:41:45 | → | Solarion joins (~solarion@mail.digitasaru.net) |
| 2021-06-08 16:41:45 | → | edmundnoble_ joins (sid229620@id-229620.brockwell.irccloud.com) |
| 2021-06-08 16:41:45 | → | cohn joins (~noone@user/cohn) |
| 2021-06-08 16:41:46 | → | Clint joins (~Clint@thumb.scru.org) |
| 2021-06-08 16:41:46 | → | _________ joins (~nobody@89-68-132-187.dynamic.chello.pl) |
| 2021-06-08 16:41:47 | → | dyniec_ joins (~dyniec@mail.dybiec.info) |
All times are in UTC.