Logs: liberachat/#haskell
| 2021-07-30 22:23:32 | <DigitalKiwi> | this is particularly amusing considering what freenode did to this channel and especially edwardk lol |
| 2021-07-30 22:25:27 | <pavonia> | What did they do to edwardk? |
| 2021-07-30 22:29:51 | <DigitalKiwi> | https://twitter.com/kmett/status/1403428202173796353 |
| 2021-07-30 22:30:58 | <monochrom> | Thanks. Yikes. |
| 2021-07-30 22:33:27 | <sm> | safinaskar: freenode is dead, you should forget it |
| 2021-07-30 22:33:59 | <geekosaur> | augeas appears to still be there |
| 2021-07-30 22:34:13 | <geekosaur> | which is what safinaskar was looking for |
| 2021-07-30 22:35:00 | → | lavaman joins (~lavaman@98.38.249.169) |
| 2021-07-30 22:35:11 | <geekosaur> | (of course it may be living up to its name…) |
| 2021-07-30 22:36:10 | <geekosaur> | or down to, as the case may be |
| 2021-07-30 22:36:33 | <sm> | I found only https://hackage.haskell.org/package/augeas from 2012 |
| 2021-07-30 22:37:45 | <sm> | ah, this page: https://augeas.net/developers.html |
| 2021-07-30 22:39:29 | × | FragByte quits (~christian@user/fragbyte) (Quit: Quit) |
| 2021-07-30 22:40:04 | <sm> | and they don't seem to be on libera at all so maybe they really are a hold out, wow |
| 2021-07-30 22:40:32 | → | chomwitt joins (~chomwitt@2a02:587:dc0c:a300:12c3:7bff:fe6d:d374) |
| 2021-07-30 22:40:47 | × | theproffesor quits (~theproffe@2601:282:847f:8010::3a29) (Changing host) |
| 2021-07-30 22:40:47 | → | theproffesor joins (~theproffe@user/theproffesor) |
| 2021-07-30 22:40:56 | <sm> | no I think they're just not too active |
| 2021-07-30 22:41:14 | → | FragByte joins (~christian@user/fragbyte) |
| 2021-07-30 22:41:26 | → | roboguy__ joins (~roboguy_@2605:a601:afe7:9f00:21b8:dc17:ae59:fdd6) |
| 2021-07-30 22:41:38 | <sm> | send em a bug report safinaskar |
| 2021-07-30 22:42:49 | × | __monty__ quits (~toonn@user/toonn) (Quit: leaving) |
| 2021-07-30 22:43:02 | × | xff0x quits (~xff0x@2001:1a81:532e:4200:4c53:a999:c700:5bd) (Ping timeout: 256 seconds) |
| 2021-07-30 22:43:10 | × | smtnet3 quits (~asdfasdfa@202.36.244.28) (Remote host closed the connection) |
| 2021-07-30 22:43:23 | <int-e> | https://nitter.eu/kurtseifried/status/1398712468394811395#m is two months old, still relevant |
| 2021-07-30 22:43:51 | → | xff0x joins (~xff0x@2001:1a81:532e:4200:ef34:239:52ff:ac71) |
| 2021-07-30 22:44:08 | → | acidjnk joins (~acidjnk@p200300d0c72b9576e9974425ad52911e.dip0.t-ipconnect.de) |
| 2021-07-30 22:45:06 | × | roboguy_ quits (~roboguy_@2605:a601:afe7:9f00:948c:3207:efde:714f) (Ping timeout: 240 seconds) |
| 2021-07-30 22:45:15 | → | newhaskeller joins (~newhaskel@2804:14c:c0:8dbb:94e0:d2eb:43f:5833) |
| 2021-07-30 22:45:41 | <pavonia> | int-e++ (for posting nitter instead of twitter links) |
| 2021-07-30 22:47:00 | → | tpefreedom joins (~tsomers@98-125-225-122.dyn.centurytel.net) |
| 2021-07-30 22:47:18 | <tpefreedom> | Are there any GUI libraries that are not based on OO? |
| 2021-07-30 22:47:28 | × | haskl quits (~haskl@98.37.78.63) (Ping timeout: 272 seconds) |
| 2021-07-30 22:48:19 | <pavonia> | FRP libraries aren't, I guess |
| 2021-07-30 22:48:24 | → | haskl joins (~haskl@98.37.78.63) |
| 2021-07-30 22:48:26 | <geekosaur> | there's some FRP libraries |
| 2021-07-30 22:48:38 | <tpefreedom> | FRP libraries? |
| 2021-07-30 22:48:59 | <geekosaur> | some of which wrap originally OO or OO-like libs, but I think some are direct |
| 2021-07-30 22:49:06 | <geekosaur> | functional reactive programming |
| 2021-07-30 22:50:38 | × | drd quits (~drd@2001:b07:a70:9f1f:1562:34de:f50f:77d4) (Ping timeout: 250 seconds) |
| 2021-07-30 22:50:49 | <delYsid> | wait, does "cabal build" of a lib implicitly install it somehow? |
| 2021-07-30 22:51:12 | <monochrom> | No. |
| 2021-07-30 22:51:35 | <monochrom> | Even "cabal install" doesn't install a lib unless you add "--lib". |
| 2021-07-30 22:51:36 | → | pesada joins (~agua@2804:14c:8793:8e2f:ecd5:11e0:50a0:f2fe) |
| 2021-07-30 22:52:24 | <monochrom> | At least not in the "made available for bare-hand ghci" sense. |
| 2021-07-30 22:53:03 | <monochrom> | But "cabal build" is extremely local to your source tree or build tree. |
| 2021-07-30 22:53:23 | <delYsid> | I distinctly remember o-clock failed to build with ghc 9 yesterday. So I PR'ed it, and there hasnt been an upload to hackage yet. But today, the package I work on which depends on o-clock builds fine with ghc 9... |
| 2021-07-30 22:53:54 | → | myShoggoth joins (~myShoggot@97-120-70-214.ptld.qwest.net) |
| 2021-07-30 22:53:57 | <monochrom> | Yes sometimes problems resolves themselves. |
| 2021-07-30 22:54:02 | → | drd joins (~drd@93-39-151-19.ip76.fastwebnet.it) |
| 2021-07-30 22:54:22 | <myShoggoth> | Haskell Foundation July Update: https://discourse.haskell.org/t/haskell-foundation-july-update/2812 |
| 2021-07-30 22:54:28 | <monochrom> | Sometimes students email me questions when I'm asleep and email me again "I have figured it out" when I wake and check email. :) |
| 2021-07-30 22:55:08 | <delYsid> | monochrom: yeah, but this is something different... |
| 2021-07-30 22:55:08 | × | agua quits (~agua@2804:18:70:7597:1:0:6e99:2d6f) (Ping timeout: 272 seconds) |
| 2021-07-30 22:55:21 | × | oxide quits (~lambda@user/oxide) (Quit: oxide) |
| 2021-07-30 22:55:38 | <delYsid> | anyway, CI will tell. |
| 2021-07-30 22:58:42 | <tpefreedom> | So far, with what little GUI stuff I've done, I've mostly just treated the widget toolkits like other imported libraries with their own built in operations. |
| 2021-07-30 23:00:05 | → | agua joins (~agua@2804:18:70:7597:1:0:6e99:2d6f) |
| 2021-07-30 23:01:06 | × | Null_A quits (~null_a@2601:645:8700:2290:44f7:81a6:341:7abe) (Remote host closed the connection) |
| 2021-07-30 23:03:06 | × | pesada quits (~agua@2804:14c:8793:8e2f:ecd5:11e0:50a0:f2fe) (Ping timeout: 240 seconds) |
| 2021-07-30 23:04:17 | × | dhil quits (~dhil@195.213.192.47) (Ping timeout: 245 seconds) |
| 2021-07-30 23:04:56 | → | pesada joins (~agua@2804:14c:8793:8e2f:ecd5:11e0:50a0:f2fe) |
| 2021-07-30 23:06:23 | → | qontinuum joins (qontinuum@user/qontinuum) |
| 2021-07-30 23:07:10 | × | agua quits (~agua@2804:18:70:7597:1:0:6e99:2d6f) (Ping timeout: 272 seconds) |
| 2021-07-30 23:08:16 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-07-30 23:08:19 | → | agua joins (~agua@2804:18:70:7597:1:0:6e99:2d6f) |
| 2021-07-30 23:09:42 | ← | safinaskar parts (~user@109.252.55.35) () |
| 2021-07-30 23:12:10 | × | pesada quits (~agua@2804:14c:8793:8e2f:ecd5:11e0:50a0:f2fe) (Ping timeout: 272 seconds) |
| 2021-07-30 23:12:53 | × | lavaman quits (~lavaman@98.38.249.169) (Remote host closed the connection) |
| 2021-07-30 23:15:43 | × | drd quits (~drd@93-39-151-19.ip76.fastwebnet.it) (Ping timeout: 265 seconds) |
| 2021-07-30 23:16:06 | → | qontinuum_ joins (qontinuum@user/qontinuum) |
| 2021-07-30 23:16:12 | × | qontinuum quits (qontinuum@user/qontinuum) (Ping timeout: 265 seconds) |
| 2021-07-30 23:16:15 | qontinuum_ | is now known as qontinuum |
| 2021-07-30 23:23:25 | × | Vajb quits (~Vajb@hag-jnsbng11-58c3a1-224.dhcp.inet.fi) (Read error: Connection reset by peer) |
| 2021-07-30 23:23:27 | × | qontinuum quits (qontinuum@user/qontinuum) (Ping timeout: 265 seconds) |
| 2021-07-30 23:24:10 | → | Vajb joins (~Vajb@hag-jnsbng11-58c3a1-224.dhcp.inet.fi) |
| 2021-07-30 23:28:23 | → | qontinuum joins (qontinuum@user/qontinuum) |
| 2021-07-30 23:31:02 | × | gustik quits (~gustik@2a01:c844:241f:c020:312a:c22f:e497:698f) (Quit: Leaving) |
| 2021-07-30 23:32:34 | → | qontinuum_ joins (qontinuum@user/qontinuum) |
| 2021-07-30 23:33:00 | × | vysn quits (~vysn@user/vysn) (Remote host closed the connection) |
| 2021-07-30 23:33:07 | × | qontinuum quits (qontinuum@user/qontinuum) (Ping timeout: 265 seconds) |
| 2021-07-30 23:33:07 | qontinuum_ | is now known as qontinuum |
| 2021-07-30 23:40:00 | × | newhaskeller quits (~newhaskel@2804:14c:c0:8dbb:94e0:d2eb:43f:5833) (Quit: Client closed) |
| 2021-07-30 23:42:00 | × | acidjnk quits (~acidjnk@p200300d0c72b9576e9974425ad52911e.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
| 2021-07-30 23:42:16 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 258 seconds) |
| 2021-07-30 23:43:30 | → | lavaman joins (~lavaman@98.38.249.169) |
| 2021-07-30 23:46:06 | × | Vajb quits (~Vajb@hag-jnsbng11-58c3a1-224.dhcp.inet.fi) (Remote host closed the connection) |
| 2021-07-30 23:46:18 | → | Vajb joins (~Vajb@hag-jnsbng11-58c3a1-224.dhcp.inet.fi) |
| 2021-07-30 23:48:01 | × | lavaman quits (~lavaman@98.38.249.169) (Ping timeout: 258 seconds) |
| 2021-07-30 23:50:31 | → | pesada joins (~agua@191.177.175.57) |
| 2021-07-30 23:52:43 | → | Core7498 joins (~agua@2804:18:70:7597:1:0:6e99:2d6f) |
| 2021-07-30 23:52:59 | × | Gurkenglas quits (~Gurkengla@dslb-002-203-144-156.002.203.pools.vodafone-ip.de) (Ping timeout: 252 seconds) |
| 2021-07-30 23:53:03 | × | agua quits (~agua@2804:18:70:7597:1:0:6e99:2d6f) (Read error: Connection reset by peer) |
| 2021-07-30 23:54:00 | × | pesada quits (~agua@191.177.175.57) (Read error: Connection reset by peer) |
| 2021-07-30 23:58:54 | → | Core9323 joins (~Core9323@2804:14c:8793:8e2f:48b4:3d09:2f3b:552b) |
| 2021-07-31 00:03:58 | × | Core9323 quits (~Core9323@2804:14c:8793:8e2f:48b4:3d09:2f3b:552b) (Read error: Connection reset by peer) |
| 2021-07-31 00:06:47 | × | hegstal quits (~hegstal@2a02:c7f:7604:8a00:7f3a:926a:5be5:7f19) (Remote host closed the connection) |
| 2021-07-31 00:16:03 | × | Guest4 quits (~Guest4@173-28-193-122.client.mchsi.com) (Quit: Client closed) |
| 2021-07-31 00:16:26 | → | dermato joins (~dermatobr@cpe-70-114-219-76.austin.res.rr.com) |
| 2021-07-31 00:16:26 | → | willbush joins (~user@47.183.200.14) |
All times are in UTC.