Logs: freenode/#haskell
| 2021-03-03 19:47:25 | → | hildedious joins (~hildediou@host109-153-130-34.range109-153.btcentralplus.com) |
| 2021-03-03 19:49:20 | × | conal quits (~conal@192.145.118.103) (Quit: Computer has gone to sleep.) |
| 2021-03-03 19:51:00 | → | halidiousof joins (~halidious@host109-153-130-34.range109-153.btcentralplus.com) |
| 2021-03-03 19:51:33 | × | hildedious quits (~hildediou@host109-153-130-34.range109-153.btcentralplus.com) (Ping timeout: 246 seconds) |
| 2021-03-03 19:53:19 | → | mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan) |
| 2021-03-03 19:55:01 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-03 19:55:03 | × | halidiousof quits (~halidious@host109-153-130-34.range109-153.btcentralplus.com) (Ping timeout: 246 seconds) |
| 2021-03-03 19:56:27 | <heck-to-the-gnom> | Or LibreImpress. cringing at MS' products. tisk, tisk |
| 2021-03-03 19:56:57 | <mikoto-chan> | Why does cabal always fail to build everything? |
| 2021-03-03 19:57:06 | <mikoto-chan> | I will send a log give me a minute |
| 2021-03-03 19:57:21 | <ephemient> | data Showable where Showable :: Show a => a -> Showable; instance Show Showable where showsPrec prec (Showable a) = showsPrec prec a; map show [Showable True, Showable 'f', Showable 0] |
| 2021-03-03 19:57:26 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-03-03 19:57:38 | <sclv> | "Why does cabal always fail to build everything?" because it is very advanced |
| 2021-03-03 19:57:47 | → | geekosaur joins (82650c7a@130.101.12.122) |
| 2021-03-03 19:58:31 | → | vgtw joins (~vgtw@gateway/tor-sasl/vgtw) |
| 2021-03-03 19:58:53 | <mikoto-chan> | https://dpaste.com/AP7PEUV5B |
| 2021-03-03 19:59:22 | <mikoto-chan> | sclv: Is this enough? |
| 2021-03-03 19:59:46 | → | cgadski joins (~textual@a95-95-106-208.cpe.netcabo.pt) |
| 2021-03-03 19:59:50 | <geekosaur> | looks like gi doesn't support your installed version of gdk? |
| 2021-03-03 20:00:35 | <mikoto-chan> | What's gdk? |
| 2021-03-03 20:01:47 | <mikoto-chan> | / |
| 2021-03-03 20:02:14 | <__minoru__shirae> | gdk is a program that has something to do with graphics |
| 2021-03-03 20:02:28 | × | mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Quit: mikoto-chan) |
| 2021-03-03 20:02:29 | × | DataComputist quits (~lumeng@50.43.26.251) (Ping timeout: 256 seconds) |
| 2021-03-03 20:02:33 | <tomsmeding> | o/ |
| 2021-03-03 20:02:48 | <geekosaur> | gnu drawing kit, part of the gtk system |
| 2021-03-03 20:03:16 | → | DataComputist joins (~lumeng@50.43.26.251) |
| 2021-03-03 20:03:27 | <ezzieyguywuf> | ok, humour me: this time, without cabal install cabal-install. (1) cabal unpack brittany, (2) cd brittany*; cabal test # all good (3) cd ..; cabal unpack diagrams-contrib (4) cd diagrams-contrib*; cabal test # fail due to base? |
| 2021-03-03 20:03:42 | <ezzieyguywuf> | my ghc is 8.10.4 I guess this could be the issue? i.e. diagrams-contrib is compatible atm? |
| 2021-03-03 20:03:49 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 260 seconds) |
| 2021-03-03 20:04:12 | <geekosaur> | oh, sorry, looks like you're missing all the C-side stuff. gi does not rewrite all of gtk in haskell, it links to the C version |
| 2021-03-03 20:04:21 | <tomsmeding> | geekosaur: (they left) |
| 2021-03-03 20:04:22 | → | conal joins (~conal@ip-66-115-176-156.creativelink.net) |
| 2021-03-03 20:04:26 | <geekosaur> | oh |
| 2021-03-03 20:04:34 | alecs | is now known as malumore |
| 2021-03-03 20:05:03 | × | petersen quits (~petersen@redhat/juhp) (Ping timeout: 245 seconds) |
| 2021-03-03 20:05:16 | <tomsmeding> | ezzieyguywuf: https://matrix.hackage.haskell.org/#/package/diagrams-contrib |
| 2021-03-03 20:05:24 | → | kupi joins (uid212005@gateway/web/irccloud.com/x-cgsykjurvegvbxhp) |
| 2021-03-03 20:05:32 | <tomsmeding> | seems it indeed isn't compatible with 8.10; no-ip means "no install plan found" |
| 2021-03-03 20:05:47 | <tomsmeding> | however it may be that it needs just a version bump? |
| 2021-03-03 20:05:56 | <sclv> | welp there you go :-) |
| 2021-03-03 20:06:04 | <ezzieyguywuf> | probs just needs a version bump |
| 2021-03-03 20:06:34 | <ezzieyguywuf> | darn but this doesn't accomplish my goal of trying to replicate a different issue altogether (though to be honest the issue may be a non-issue, you can throw stones at me if you wish) |
| 2021-03-03 20:06:57 | <tomsmeding> | it has an explicit 'base < 4.14' constraint in the cabal file, so that at least is why cabal is failing |
| 2021-03-03 20:07:20 | → | petersen joins (~petersen@redhat/juhp) |
| 2021-03-03 20:07:29 | sclv | checks that they're still without sin, then readies a stone |
| 2021-03-03 20:08:31 | × | heatsink quits (~heatsink@2600:1700:bef1:5e10:dd5f:6f4f:a50:215d) (Remote host closed the connection) |
| 2021-03-03 20:09:20 | × | vgtw quits (~vgtw@gateway/tor-sasl/vgtw) (Quit: ZNC - https://znc.in) |
| 2021-03-03 20:09:38 | ezzieyguywuf | dons helmet |
| 2021-03-03 20:10:10 | × | ukari quits (~ukari@unaffiliated/ukari) (Remote host closed the connection) |
| 2021-03-03 20:10:14 | <ezzieyguywuf> | what does this mean? I tried removing the upperbound (constraint from non-upgradeable package requires installed instance) |
| 2021-03-03 20:10:35 | → | ukari joins (~ukari@unaffiliated/ukari) |
| 2021-03-03 20:10:42 | <ezzieyguywuf> | oh, a dep package has the same base issue I guess, force-layout |
| 2021-03-03 20:11:25 | × | wmacmil quits (~wmacmil@c83-252-138-144.bredband.comhem.se) (Remote host closed the connection) |
| 2021-03-03 20:11:52 | → | wmacmil joins (~wmacmil@c83-252-138-144.bredband.comhem.se) |
| 2021-03-03 20:12:22 | → | usr25 joins (~usr25@unaffiliated/usr25) |
| 2021-03-03 20:12:31 | × | rayyyy quits (~nanoz@gateway/tor-sasl/nanoz) (Ping timeout: 268 seconds) |
| 2021-03-03 20:13:01 | <ezzieyguywuf> | that hackage matrix thing is neat |
| 2021-03-03 20:16:46 | → | kenran joins (~kenran@i577BCDB3.versanet.de) |
| 2021-03-03 20:17:14 | × | ClaudiusMaximus quits (~claude@unaffiliated/claudiusmaximus) (Quit: ->) |
| 2021-03-03 20:19:53 | → | curiousgay_ joins (~quassel@178.217.208.8) |
| 2021-03-03 20:21:28 | × | curiousgay_ quits (~quassel@178.217.208.8) (Client Quit) |
| 2021-03-03 20:22:38 | → | kritzefitz joins (~kritzefit@212.86.56.80) |
| 2021-03-03 20:25:03 | → | nineonin_ joins (~nineonine@50.216.62.2) |
| 2021-03-03 20:27:01 | → | knupfer joins (~Thunderbi@i5E86B4BE.versanet.de) |
| 2021-03-03 20:28:20 | × | nineonine quits (~nineonine@2604:3d08:7785:9600:2076:7626:28f5:58b2) (Ping timeout: 258 seconds) |
| 2021-03-03 20:28:29 | × | evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-03 20:29:03 | × | Guest_88 quits (5619784f@cpc143846-cosh20-2-0-cust78.6-1.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2021-03-03 20:29:52 | × | terrorjack quits (~terrorjac@ec2-18-162-149-225.ap-east-1.compute.amazonaws.com) (Quit: The Lounge - https://thelounge.chat) |
| 2021-03-03 20:30:46 | → | vgtw joins (~vgtw@gateway/tor-sasl/vgtw) |
| 2021-03-03 20:32:15 | × | son0p quits (~son0p@181.136.122.143) (Quit: Lost terminal) |
| 2021-03-03 20:36:25 | × | stree quits (~stree@68.36.8.116) (Ping timeout: 256 seconds) |
| 2021-03-03 20:36:27 | → | heatsink joins (~heatsink@2600:1700:bef1:5e10:dd5f:6f4f:a50:215d) |
| 2021-03-03 20:40:34 | × | zebrag quits (~inkbottle@aaubervilliers-654-1-83-46.w86-212.abo.wanadoo.fr) (Quit: Konversation terminated!) |
| 2021-03-03 20:40:56 | → | zebrag joins (~inkbottle@aaubervilliers-654-1-83-46.w86-212.abo.wanadoo.fr) |
| 2021-03-03 20:41:56 | → | softwarm joins (44695313@ip68-105-83-19.sd.sd.cox.net) |
| 2021-03-03 20:42:43 | × | bahamas quits (~lucian@unaffiliated/bahamas) (Ping timeout: 256 seconds) |
| 2021-03-03 20:43:30 | → | evanjs joins (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-03-03 20:44:45 | → | bobiusbillius joins (~bobiusbil@2a00:23c7:9909:5b01:909a:85aa:703a:457c) |
| 2021-03-03 20:46:29 | × | coot quits (~coot@37.30.55.141.nat.umts.dynamic.t-mobile.pl) (Quit: coot) |
| 2021-03-03 20:46:58 | × | fendor quits (~fendor@91.141.0.81.wireless.dyn.drei.com) (Remote host closed the connection) |
| 2021-03-03 20:47:14 | × | heatsink quits (~heatsink@2600:1700:bef1:5e10:dd5f:6f4f:a50:215d) (Remote host closed the connection) |
| 2021-03-03 20:48:36 | × | romesrf quits (~romesrf@44.190.189.46.rev.vodafone.pt) (Quit: WeeChat 3.0.1) |
| 2021-03-03 20:49:17 | → | fendor joins (~fendor@91.141.0.81.wireless.dyn.drei.com) |
| 2021-03-03 20:49:33 | → | stree joins (~stree@68.36.8.116) |
| 2021-03-03 20:49:35 | × | conal quits (~conal@ip-66-115-176-156.creativelink.net) (Quit: Computer has gone to sleep.) |
| 2021-03-03 20:49:38 | → | howdoi joins (uid224@gateway/web/irccloud.com/x-kijbwunaxvivrehm) |
| 2021-03-03 20:49:47 | → | aarvar joins (~foewfoiew@2601:602:a080:fa0:176:cad2:9667:c008) |
| 2021-03-03 20:50:58 | → | conal joins (~conal@ip-66-115-176-156.creativelink.net) |
| 2021-03-03 20:52:09 | × | epicte7us quits (~epictetus@ip72-194-215-136.sb.sd.cox.net) (Ping timeout: 245 seconds) |
| 2021-03-03 20:54:55 | × | conal quits (~conal@ip-66-115-176-156.creativelink.net) (Ping timeout: 240 seconds) |
| 2021-03-03 20:56:15 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-03 20:56:42 | × | Mikaela1 quits (~Mikaela@139.28.218.148) (Remote host closed the connection) |
| 2021-03-03 21:00:44 | × | kenran quits (~kenran@i577BCDB3.versanet.de) (Quit: leaving) |
| 2021-03-03 21:02:33 | → | heatsink joins (~heatsink@2600:1700:bef1:5e10:dd5f:6f4f:a50:215d) |
| 2021-03-03 21:05:05 | × | _ht quits (~quassel@82-169-194-8.biz.kpn.net) (Remote host closed the connection) |
| 2021-03-03 21:05:14 | → | Guest_88 joins (5619784f@cpc143846-cosh20-2-0-cust78.6-1.cable.virginm.net) |
| 2021-03-03 21:06:50 | × | cr3 quits (~cr3@192-222-143-195.qc.cable.ebox.net) (Quit: leaving) |
| 2021-03-03 21:07:16 | <Guest_88> | hi guys I wrote this 'taxiF :: Float -> Float |
| 2021-03-03 21:07:16 | <Guest_88> | taxiF a | a <= 10 = 2.2 + 0.5* a | a<10 = 2.2 + 0.5*a + x |
All times are in UTC.