Newest at the top
2025-08-03 13:47:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-03 13:47:15 +0200 | fizbin | (~fizbin@user/fizbin) fizbin |
2025-08-03 13:47:15 +0200 | fizbin | (~fizbin@2601:84:8601:2604:65a2:2790:1327:34c5) (Changing host) |
2025-08-03 13:46:41 +0200 | fizbin_ | fizbin |
2025-08-03 13:43:14 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-03 13:40:59 +0200 | pera | (~pera@user/pera) (Quit: leaving) |
2025-08-03 13:38:59 +0200 | fizbin | (~fizbin@2601:84:8601:2604:65a2:2790:1327:34c5) (Ping timeout: 260 seconds) |
2025-08-03 13:35:07 +0200 | fizbin_ | (~fizbin@2601:84:8601:2604:65a2:2790:1327:34c5) |
2025-08-03 13:32:03 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-03 13:31:29 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 248 seconds) |
2025-08-03 13:27:25 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) wootehfoot |
2025-08-03 13:26:59 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-03 13:25:49 +0200 | pera | (~pera@user/pera) pera |
2025-08-03 13:23:41 +0200 | Lord_of_Life_ | Lord_of_Life |
2025-08-03 13:21:08 +0200 | euouae | (~euouae@user/euouae) () |
2025-08-03 13:20:58 +0200 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 240 seconds) |
2025-08-03 13:20:57 +0200 | Lord_of_Life_ | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
2025-08-03 13:19:29 +0200 | <lambdabot> | 120 |
2025-08-03 13:19:28 +0200 | <Ezic> | > fix (\f x -> if x == 0 then 1 else x * f (x-1)) 5 |
2025-08-03 13:18:53 +0200 | <lambdabot> | mueval-core: Time limit exceeded |
2025-08-03 13:18:46 +0200 | <Ezic> | > fix (\f x -> x * f (x-1)) 5 |
2025-08-03 13:15:55 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-08-03 13:15:41 +0200 | <lambdabot> | Control.Monad.Instances fmap :: Functor f => (a -> b) -> f a -> f b |
2025-08-03 13:15:41 +0200 | <lambdabot> | Control.Monad fmap :: Functor f => (a -> b) -> f a -> f b |
2025-08-03 13:15:41 +0200 | <lambdabot> | Prelude fmap :: Functor f => (a -> b) -> f a -> f b |
2025-08-03 13:15:41 +0200 | <Ezic> | @hoogle fmap |
2025-08-03 13:13:32 +0200 | Ezic | (~Ezic@2a02:a31c:2d8:4400:6424:8966:5ad2:3460) |
2025-08-03 13:13:25 +0200 | tromp | (~textual@2001:1c00:3487:1b00:1c21:f6c3:9146:cddf) |
2025-08-03 13:13:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-03 13:11:13 +0200 | trickard_ | trickard |
2025-08-03 13:08:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-03 13:07:18 +0200 | <euouae> | okay got it |
2025-08-03 13:02:48 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) (Ping timeout: 276 seconds) |
2025-08-03 13:01:58 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 240 seconds) |
2025-08-03 12:58:33 +0200 | trickard_ | (~trickard@cpe-56-98-47-163.wireline.com.au) |
2025-08-03 12:58:22 +0200 | trickard | (~trickard@cpe-56-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-03 12:57:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-08-03 12:57:25 +0200 | tromp | (~textual@2001:1c00:3487:1b00:1c21:f6c3:9146:cddf) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-08-03 12:56:44 +0200 | fizbin | (~fizbin@2601:84:8601:2604:65a2:2790:1327:34c5) |
2025-08-03 12:53:31 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-03 12:52:11 +0200 | fizbin | (~fizbin@2601:84:8601:2604:65a2:2790:1327:34c5) (Read error: Connection reset by peer) |
2025-08-03 12:50:48 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-08-03 12:46:17 +0200 | <haskellbridge> | <sm> I don’t do PVP exactly, but the same general idea. If there’s a user-visible breaking change, that’s a major version bump, etc. |
2025-08-03 12:45:10 +0200 | <euouae> | Fair enough, I'll try to follow PVP |
2025-08-03 12:44:48 +0200 | <euouae> | I see now, my bad |
2025-08-03 12:44:45 +0200 | <euouae> | Oh is that what he said? I thought that he said that the cabal program that built the app should be the same version as the lib |
2025-08-03 12:44:20 +0200 | <haskellbridge> | <sm> When I’m releasing a package like that, I consider both the API of the library and the UI/UX of the app. PVP is less formal for an app, but you can pretty much apply the same principle. |
2025-08-03 12:42:41 +0200 | <haskellbridge> | <sm> A package that provides both apps and libraries (typically one of each) is pretty common. A release of this package will have a version that applies to both the app and library (like lxsameer said). There’s no sensible way to give them different versions in that scenario I think. |
2025-08-03 12:42:03 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-03 12:41:34 +0200 | gmg | (~user@user/gehmehgeh) (Remote host closed the connection) |