Logs: freenode/#haskell
| 2020-10-09 03:09:49 | <Axman6> | #MonadFailFail |
| 2020-10-09 03:10:11 | <spinnylights> | darn, csound-expression-5.3.3 and fungen have conflicting dependencies :/ |
| 2020-10-09 03:10:29 | <koz_> | spinnylights: What conflicts? |
| 2020-10-09 03:10:33 | <spinnylights> | sm[m]: how hard do you think it would be to bring fungen up-to-date? :P is that overly ambitious? |
| 2020-10-09 03:10:35 | <Axman6> | --allow-newer-yolo |
| 2020-10-09 03:10:55 | <koz_> | spinnylights: There's a mission MonadFail instance required for 8.10. |
| 2020-10-09 03:11:00 | <koz_> | For 8.8, I'm about to find out. |
| 2020-10-09 03:12:18 | <sm[m]> | spinnylights: sorry was afk. I though my I updated it for maybe 8.6 in the git repo. It shouldn't be hard to update |
| 2020-10-09 03:13:12 | <Axman6> | https://matrix.hackage.haskell.org/#/package/FunGEn makes me sad |
| 2020-10-09 03:13:24 | <spinnylights> | ah well i got the build process to start again at least |
| 2020-10-09 03:14:04 | <koz_> | 8.8.4 works. |
| 2020-10-09 03:14:14 | <koz_> | (you need --allow-newer I think, but it works) |
| 2020-10-09 03:14:20 | <koz_> | Oh wait never mind. |
| 2020-10-09 03:14:23 | <koz_> | Same MonadFail issue. |
| 2020-10-09 03:14:30 | <spinnylights> | no worries, if it's easy that would be awesome—i'm happy to help/submit a patch too |
| 2020-10-09 03:15:06 | <Axman6> | MonadFail issues aren't hard to solve though |
| 2020-10-09 03:15:12 | <koz_> | spinnylights: Basically, you gotta add an instance of MonadFail for IOGame GameAttribute ObjectAttribute GameState TileAttribute |
| 2020-10-09 03:15:19 | <koz_> | That's the most obvious issue. |
| 2020-10-09 03:15:20 | <sm[m]> | I don't have time, even to review right now - travelling. Help welcome |
| 2020-10-09 03:15:59 | <koz_> | Also, the cabal file doesn't indicate Paths_FunGEn, but that's also easy to fix. |
| 2020-10-09 03:16:14 | <spinnylights> | okay i'll take a look |
| 2020-10-09 03:16:19 | <spinnylights> | yeah i just got there myself |
| 2020-10-09 03:16:28 | → | darjeeling_ joins (~darjeelin@122.245.210.138) |
| 2020-10-09 03:16:38 | → | polyrain joins (~polyrain@2001:8003:e501:6901:d439:cec4:3811:73e4) |
| 2020-10-09 03:16:46 | <sm[m]> | but at least it should be usable with lts-whateveritis |
| 2020-10-09 03:16:56 | <spinnylights> | csound builds okay—lots of warnings but it came together |
| 2020-10-09 03:17:23 | <koz_> | Is there even an LTS for 8.10.*? |
| 2020-10-09 03:17:25 | <spinnylights> | luckily at least so far the issue is in the worms example so at least that's pretty simple |
| 2020-10-09 03:17:39 | <spinnylights> | not yet i don't think |
| 2020-10-09 03:18:02 | <sm[m]> | it'll be obsolete soon :( |
| 2020-10-09 03:18:25 | <sm[m]> | but I guess it's not exactly stable yet |
| 2020-10-09 03:18:45 | <sm[m]> | (ghc 8.10) |
| 2020-10-09 03:19:06 | <sm[m]> | one of these statements must be wrong eh |
| 2020-10-09 03:19:12 | <spinnylights> | heh :P |
| 2020-10-09 03:20:49 | <koz_> | But yeah, sm[m] is right, this is an easyish fix. |
| 2020-10-09 03:21:10 | <koz_> | It's not like the kind of gore I had to involve myself with when I lifted my Real Job For Real Money codebase to 8.8. |
| 2020-10-09 03:21:15 | <koz_> | That was... *shudders* |
| 2020-10-09 03:21:52 | → | jpcw1 joins (~jpcw@195.206.169.184) |
| 2020-10-09 03:23:13 | <sm[m]> | hehe wishful thinking on my part.. I last updated it to ghc 8.0 |
| 2020-10-09 03:27:38 | → | drbean joins (~drbean@TC210-63-209-62.static.apol.com.tw) |
| 2020-10-09 03:34:26 | → | proofofme joins (~proofofme@184-96-74-65.hlrn.qwest.net) |
| 2020-10-09 03:38:09 | <ski> | @remember monochrom Any sufficiently insider joke is indistinguishable from sufficiently advanced knowledge. |
| 2020-10-09 03:38:10 | <lambdabot> | Done. |
| 2020-10-09 03:44:44 | <spinnylights> | ooh i think i got it ^^ |
| 2020-10-09 03:45:15 | <spinnylights> | it was pretty simple in the end, yeah :P |
| 2020-10-09 03:46:22 | <spinnylights> | sm[m]: would you accept a pull request if i submitted one? it's like two lines of code :P |
| 2020-10-09 03:46:37 | × | falafel quits (~falafel@2605:e000:1527:d491:1ccf:5c8d:7928:e9cc) (Ping timeout: 260 seconds) |
| 2020-10-09 03:46:41 | <spinnylights> | trivial monadfail instance for iogame |
| 2020-10-09 03:51:45 | × | mirrorbird quits (~psutcliff@2a00:801:3f8:10df:3fb2:3ec3:6676:3873) (Ping timeout: 272 seconds) |
| 2020-10-09 03:52:11 | <spinnylights> | i'll just go ahead and put one together, it won't take long anyway |
| 2020-10-09 03:52:41 | → | conal joins (~conal@64.71.133.70) |
| 2020-10-09 03:55:07 | × | Tario quits (~Tario@201.192.165.173) (Read error: Connection reset by peer) |
| 2020-10-09 03:55:14 | → | shafox joins (~shafox@106.51.234.111) |
| 2020-10-09 03:55:43 | → | Tario joins (~Tario@201.192.165.173) |
| 2020-10-09 03:57:23 | × | Tario quits (~Tario@201.192.165.173) (Client Quit) |
| 2020-10-09 03:57:38 | → | Tario joins (~Tario@201.192.165.173) |
| 2020-10-09 03:57:42 | × | Saukk quits (~Saukk@2001:998:f1:3963:1c59:9bb5:b94c:2) (Remote host closed the connection) |
| 2020-10-09 04:00:13 | × | zebrag quits (~inkbottle@aaubervilliers-654-1-112-132.w86-198.abo.wanadoo.fr) (Ping timeout: 264 seconds) |
| 2020-10-09 04:00:16 | → | inkbottle joins (~inkbottle@aaubervilliers-654-1-114-176.w86-198.abo.wanadoo.fr) |
| 2020-10-09 04:01:20 | → | Rudd0 joins (~Rudd0@185.189.115.108) |
| 2020-10-09 04:01:44 | → | fresheyeball joins (~isaac@c-71-237-105-37.hsd1.co.comcast.net) |
| 2020-10-09 04:03:16 | × | conal quits (~conal@64.71.133.70) (Quit: Computer has gone to sleep.) |
| 2020-10-09 04:04:06 | → | conal joins (~conal@64.71.133.70) |
| 2020-10-09 04:04:23 | × | conal quits (~conal@64.71.133.70) (Client Quit) |
| 2020-10-09 04:09:07 | × | Buntspecht quits (~user@unaffiliated/siracusa) (Quit: Bye!) |
| 2020-10-09 04:09:36 | × | Jeanne-Kamikaze quits (~Jeanne-Ka@68.235.43.158) (Ping timeout: 272 seconds) |
| 2020-10-09 04:09:59 | × | ddellacosta quits (~dd@86.106.121.168) (Ping timeout: 260 seconds) |
| 2020-10-09 04:11:23 | × | g-belmonte quits (~g-belmont@2804:14c:8786:9312:3638:eaf5:dc36:146d) (Quit: Leaving) |
| 2020-10-09 04:13:27 | × | polyphem quits (~p0lyph3m@2a02:810d:640:776c:76d7:55f6:f85b:c889) (Ping timeout: 260 seconds) |
| 2020-10-09 04:13:28 | <sm[m]> | spinnylights: sure! Think I can handle that :) |
| 2020-10-09 04:14:15 | × | dsf quits (~dsf@cpe-75-82-64-167.socal.res.rr.com) (Quit: Konversation terminated!) |
| 2020-10-09 04:14:37 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:9d42:ed56:2b0:8ee0) (Ping timeout: 260 seconds) |
| 2020-10-09 04:15:39 | × | Dungdv quits (abf4bce2@gateway/web/cgi-irc/kiwiirc.com/ip.171.244.188.226) (Quit: Connection closed) |
| 2020-10-09 04:23:21 | → | HaskellYogi joins (~vivekrama@49.207.212.129) |
| 2020-10-09 04:24:39 | → | Dungdv joins (abf4bce2@gateway/web/cgi-irc/kiwiirc.com/ip.171.244.188.226) |
| 2020-10-09 04:26:30 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:841d:b2f8:a54e:9827) |
| 2020-10-09 04:30:47 | × | Tario quits (~Tario@201.192.165.173) (Ping timeout: 240 seconds) |
| 2020-10-09 04:34:04 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie) |
| 2020-10-09 04:34:15 | → | GyroW joins (~GyroW@d54C03E98.access.telenet.be) |
| 2020-10-09 04:34:15 | × | GyroW quits (~GyroW@d54C03E98.access.telenet.be) (Changing host) |
| 2020-10-09 04:34:15 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-09 04:35:46 | → | day_ joins (~Unknown@unaffiliated/day) |
| 2020-10-09 04:36:45 | → | falafel joins (~falafel@2605:e000:1527:d491:1ccf:5c8d:7928:e9cc) |
| 2020-10-09 04:36:47 | × | borne quits (~fritjof@200116b864a02a00739dc2dd650b1f65.dip.versatel-1u1.de) (Ping timeout: 240 seconds) |
| 2020-10-09 04:38:37 | × | Amras quits (~Amras@unaffiliated/amras0000) (Ping timeout: 272 seconds) |
| 2020-10-09 04:39:00 | → | borne joins (~fritjof@200116b864025d00484afbeee9030254.dip.versatel-1u1.de) |
| 2020-10-09 04:39:08 | × | day quits (~Unknown@unaffiliated/day) (Ping timeout: 260 seconds) |
| 2020-10-09 04:39:08 | day_ | is now known as day |
| 2020-10-09 04:41:16 | → | _vaibhavingale_ joins (~Adium@203.188.228.27) |
| 2020-10-09 04:42:39 | × | jneira quits (501e65ce@gateway/web/cgi-irc/kiwiirc.com/ip.80.30.101.206) (Ping timeout: 260 seconds) |
| 2020-10-09 04:43:07 | × | jneira_ quits (~jneira@80.30.101.206) (Ping timeout: 240 seconds) |
| 2020-10-09 04:43:29 | → | jneira_ joins (~jneira@79.red-37-10-144.dynamicip.rima-tde.net) |
| 2020-10-09 04:44:07 | × | borne quits (~fritjof@200116b864025d00484afbeee9030254.dip.versatel-1u1.de) (Ping timeout: 240 seconds) |
| 2020-10-09 04:48:08 | → | Tario joins (~Tario@201.192.165.173) |
| 2020-10-09 04:56:07 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 240 seconds) |
| 2020-10-09 04:58:20 | × | jneira_ quits (~jneira@79.red-37-10-144.dynamicip.rima-tde.net) (Ping timeout: 258 seconds) |
| 2020-10-09 04:59:27 | → | GyroW_ joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) |
| 2020-10-09 04:59:28 | × | GyroW_ quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host) |
| 2020-10-09 04:59:28 | → | GyroW_ joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-09 05:00:25 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Ping timeout: 240 seconds) |
All times are in UTC.