Newest at the top
2025-01-09 22:31:43 +0100 | housemate | (~housemate@pa49-185-156-132.pa.vic.optusnet.com.au) (Quit: Nothing to see here. I wasn't there. I take IRC seriously.) |
2025-01-09 22:30:46 +0100 | merijn | (~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds) |
2025-01-09 22:26:09 +0100 | merijn | (~merijn@128-137-045-062.dynamic.caiway.nl) merijn |
2025-01-09 22:24:42 +0100 | pja | (~pja@2a02:8010:6098:0:e65f:1ff:fe1f:660f) pja |
2025-01-09 22:23:03 +0100 | pja | (~pja@2a02:8010:6098:0:e65f:1ff:fe1f:660f) (Ping timeout: 252 seconds) |
2025-01-09 22:16:18 +0100 | housemate | (~housemate@pa49-185-156-132.pa.vic.optusnet.com.au) housemate |
2025-01-09 22:15:54 +0100 | merijn | (~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 276 seconds) |
2025-01-09 22:15:49 +0100 | housemate | (~housemate@pa49-185-156-132.pa.vic.optusnet.com.au) (Remote host closed the connection) |
2025-01-09 22:12:25 +0100 | housemate | (~housemate@pa49-185-156-132.pa.vic.optusnet.com.au) housemate |
2025-01-09 22:10:47 +0100 | <euouae> | I'm thinking of disabling -Wtype-defaults, is it a bad idea? |
2025-01-09 22:10:46 +0100 | merijn | (~merijn@128-137-045-062.dynamic.caiway.nl) merijn |
2025-01-09 22:09:37 +0100 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-01-09 22:09:12 +0100 | <euouae> | I did not realize ghcup list/tui lists the coupling of ghc with base |
2025-01-09 22:08:44 +0100 | prasad | (~Thunderbi@c-73-75-25-251.hsd1.in.comcast.net) |
2025-01-09 22:08:39 +0100 | <euouae> | nice thank you |
2025-01-09 22:03:40 +0100 | <tomsmeding> | soon (tm) base may be decoupled from ghc version, but not yet |
2025-01-09 22:03:37 +0100 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
2025-01-09 22:03:01 +0100 | <tomsmeding> | (you can find the relation between ghc and base versions using `ghcup tui`) |
2025-01-09 22:02:49 +0100 | supercode | (~supercode@user/supercode) supercode |
2025-01-09 22:02:15 +0100 | vanishingideal | (~vanishing@user/vanishingideal) (Ping timeout: 276 seconds) |
2025-01-09 22:01:42 +0100 | housemate | (~housemate@pa49-185-156-132.pa.vic.optusnet.com.au) (Remote host closed the connection) |
2025-01-09 21:59:54 +0100 | <tomsmeding> | you're on 9.4.8, right? here's your base: https://hackage.haskell.org/package/base-4.17.2.1 |
2025-01-09 21:59:40 +0100 | merijn | (~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds) |
2025-01-09 21:59:10 +0100 | <euouae> | tomsmeding: ah got it. thank you. I thought I saw `inits` also being base-4.21 ... not too familiar with the versions |
2025-01-09 21:58:29 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
2025-01-09 21:58:11 +0100 | housemate | (~housemate@pa49-185-156-132.pa.vic.optusnet.com.au) housemate |
2025-01-09 21:57:51 +0100 | <tomsmeding> | that's ghc 9.12 |
2025-01-09 21:57:40 +0100 | <tomsmeding> | euouae: says "since base-4.21.0.0" |
2025-01-09 21:56:09 +0100 | <euouae> | I'm using Haskell2010 |
2025-01-09 21:55:59 +0100 | <euouae> | what am I doing wrong? |
2025-01-09 21:55:50 +0100 | <euouae> | I'm trying to use inits1 <https://hackage.haskell.org/package/base-4.21.0.0/docs/Data-List.html#v:inits1> but I'm getting complaints that inits1 is not exported by Data.List |
2025-01-09 21:54:17 +0100 | housemate | (~housemate@pa49-185-156-132.pa.vic.optusnet.com.au) (Quit: Nothing to see here. I wasn't there. I take IRC seriously.) |
2025-01-09 21:51:10 +0100 | merijn | (~merijn@128-137-045-062.dynamic.caiway.nl) merijn |
2025-01-09 21:43:20 +0100 | jjnkn | (~jjnkn@45.12.27.165) (Ping timeout: 264 seconds) |
2025-01-09 21:43:07 +0100 | Smiles | (uid551636@id-551636.lymington.irccloud.com) (Quit: Connection closed for inactivity) |
2025-01-09 21:40:52 +0100 | agent314 | (~quassel@37.19.210.25) (Ping timeout: 244 seconds) |
2025-01-09 21:36:04 +0100 | sord937 | (~sord937@gateway/tor-sasl/sord937) (Quit: sord937) |
2025-01-09 21:35:27 +0100 | merijn | (~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 265 seconds) |
2025-01-09 21:34:22 +0100 | Pozyomka | (~pyon@user/pyon) pyon |
2025-01-09 21:30:40 +0100 | merijn | (~merijn@128-137-045-062.dynamic.caiway.nl) merijn |
2025-01-09 21:29:02 +0100 | <euouae> | alright thank you |
2025-01-09 21:28:28 +0100 | <tomsmeding> | it doesn't quite find everything, though |
2025-01-09 21:28:23 +0100 | <tomsmeding> | e.g. go here https://hackage.haskell.org/package/base and press 's' (or click the "Quick Jump" link) |
2025-01-09 21:28:01 +0100 | acidjnk_new | (~acidjnk@p200300d6e7283f44e10a42b706ab358a.dip0.t-ipconnect.de) acidjnk |
2025-01-09 21:27:51 +0100 | <tomsmeding> | euouae: in haddocks you can search inside a particular package for stuff like that |
2025-01-09 21:27:06 +0100 | <mauke> | don't think so |
2025-01-09 21:26:52 +0100 | <euouae> | in thier signautres |
2025-01-09 21:26:48 +0100 | <euouae> | is there a ghci command to search by type, e.g. if I want to find functions that have 'Rational' in them? |
2025-01-09 21:19:49 +0100 | merijn | (~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds) |
2025-01-09 21:17:40 +0100 | Pozyomka | (~pyon@user/pyon) (Read error: Connection reset by peer) |