Logs: freenode/#haskell
| 2021-03-24 12:56:52 | → | Nahra` joins (~user@static.161.95.99.88.clients.your-server.de) |
| 2021-03-24 12:57:36 | <timCF> | Hello! Does anybody know, in case where package A has conditional compilation dependent on version of package B, and I'm using package A as dependency in my project, and I do override version of B in my stack.yaml file, will package A respect my overrided version of B, or it will use its own? |
| 2021-03-24 12:58:00 | <timCF> | I'm talking about usage of CPP extension |
| 2021-03-24 12:58:48 | × | Nahra quits (~Nahra@unaffiliated/nahra) (Quit: leaving) |
| 2021-03-24 12:59:16 | → | heatsink joins (~heatsink@2600:1700:bef1:5e10:b09b:3609:dd4b:42c9) |
| 2021-03-24 12:59:19 | × | Nahra` quits (~user@static.161.95.99.88.clients.your-server.de) (Remote host closed the connection) |
| 2021-03-24 12:59:33 | <timCF> | Macro expression like if MIN_VERSION_A(X,Y,Z) ... else ... endif |
| 2021-03-24 13:00:15 | <edwardk> | timCF: you'll get one copy of any individual lib in a normal build plan, so if you disable feature flags on it, it'll have those features off for all customers. you'll only see MIN_VERSION_foo macros for libs you directly depend on though |
| 2021-03-24 13:00:20 | <edwardk> | so not sure if that's what you're asking |
| 2021-03-24 13:00:59 | <edwardk> | if foo depends on bar, and bar has some flag enabled in your stack.yaml or cabal.project, and baz depends on foo then you'll get bar with the flag enabled. |
| 2021-03-24 13:01:07 | × | dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 272 seconds) |
| 2021-03-24 13:01:14 | × | Foritus quits (~buggery@cpc91316-watf11-2-0-cust68.15-2.cable.virginm.net) (Read error: Connection reset by peer) |
| 2021-03-24 13:01:29 | <edwardk> | but basically cabal internally doesn't have any way to specify this package depends on that package with a given flag set one way or another. |
| 2021-03-24 13:01:39 | → | Nahra joins (~user@unaffiliated/nahra) |
| 2021-03-24 13:01:40 | <timCF> | edwardk: that's what I was looking for, thanks! |
| 2021-03-24 13:01:42 | <edwardk> | other than through the cabal.project or stack.yaml |
| 2021-03-24 13:02:39 | → | Foritus joins (~buggery@cpc91316-watf11-2-0-cust68.15-2.cable.virginm.net) |
| 2021-03-24 13:02:46 | <edwardk> | sometimes folks will ship packages with options to remove functionality that isn't commonly needed, e.g. -f-comonad or something, for customers that know they'll never use the comonad instances, but they are generally unsupported configurations |
| 2021-03-24 13:02:53 | <edwardk> | at least that is my practice |
| 2021-03-24 13:03:35 | × | heatsink quits (~heatsink@2600:1700:bef1:5e10:b09b:3609:dd4b:42c9) (Ping timeout: 240 seconds) |
| 2021-03-24 13:04:38 | × | codygman` quits (~user@47.186.207.161) (Remote host closed the connection) |
| 2021-03-24 13:05:22 | → | royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-24 13:06:10 | → | dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2021-03-24 13:06:24 | → | codygman__ joins (~user@47.186.207.161) |
| 2021-03-24 13:07:11 | × | GZJ0X__ quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-03-24 13:07:33 | → | GZJ0X__ joins (~gzj@unaffiliated/gzj) |
| 2021-03-24 13:08:12 | × | codygman__ quits (~user@47.186.207.161) (Remote host closed the connection) |
| 2021-03-24 13:09:06 | → | alx741 joins (~alx741@186.178.108.164) |
| 2021-03-24 13:09:23 | → | codygman__ joins (~user@47.186.207.161) |
| 2021-03-24 13:09:51 | → | ddellac__ joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-24 13:11:05 | × | codygman__ quits (~user@47.186.207.161) (Remote host closed the connection) |
| 2021-03-24 13:11:11 | × | GZJ0X__ quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-03-24 13:11:14 | × | dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 256 seconds) |
| 2021-03-24 13:11:27 | → | is_null_ joins (~jpic@pdpc/supporter/professional/is-null) |
| 2021-03-24 13:11:28 | → | codygman__ joins (~user@47.186.207.161) |
| 2021-03-24 13:11:31 | → | GZJ0X__ joins (~gzj@unaffiliated/gzj) |
| 2021-03-24 13:12:12 | × | GZJ0X__ quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-03-24 13:12:32 | → | GZJ0X__ joins (~gzj@unaffiliated/gzj) |
| 2021-03-24 13:13:09 | × | GZJ0X__ quits (~gzj@unaffiliated/gzj) (Read error: Connection reset by peer) |
| 2021-03-24 13:13:30 | → | GZJ0X__ joins (~gzj@unaffiliated/gzj) |
| 2021-03-24 13:13:33 | × | dandart quits (~Thunderbi@home.dandart.co.uk) (Quit: dandart) |
| 2021-03-24 13:13:39 | × | ubert quits (~Thunderbi@p200300ecdf25d975e6b318fffe838f33.dip0.t-ipconnect.de) (Ping timeout: 258 seconds) |
| 2021-03-24 13:13:52 | → | dandart joins (~Thunderbi@home.dandart.co.uk) |
| 2021-03-24 13:14:02 | × | codygman__ quits (~user@47.186.207.161) (Remote host closed the connection) |
| 2021-03-24 13:14:24 | → | codygman__ joins (~user@47.186.207.161) |
| 2021-03-24 13:14:43 | × | timCF quits (~i.tkachuk@200-149-20-81.sta.estpak.ee) (Quit: leaving) |
| 2021-03-24 13:14:58 | × | is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 265 seconds) |
| 2021-03-24 13:15:03 | × | DavidEichmann quits (~david@47.27.93.209.dyn.plus.net) (Ping timeout: 272 seconds) |
| 2021-03-24 13:15:12 | × | GZJ0X__ quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-03-24 13:15:26 | → | DavidEichmann joins (~david@47.27.93.209.dyn.plus.net) |
| 2021-03-24 13:15:35 | × | __minoru__shirae quits (~shiraeesh@46.34.207.185) (Ping timeout: 240 seconds) |
| 2021-03-24 13:15:35 | → | GZJ0X__ joins (~gzj@unaffiliated/gzj) |
| 2021-03-24 13:17:11 | × | GZJ0X__ quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-03-24 13:17:34 | → | GZJ0X__ joins (~gzj@unaffiliated/gzj) |
| 2021-03-24 13:18:26 | × | ph88_ quits (~ph88@2a02:8109:9e00:7e5c:4978:201f:ec35:67e9) (Ping timeout: 240 seconds) |
| 2021-03-24 13:19:12 | → | Deide joins (~Deide@217.155.19.23) |
| 2021-03-24 13:19:14 | × | GZJ0X__ quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-03-24 13:19:26 | × | ddellac__ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-24 13:19:53 | → | ddellaco_ joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-24 13:21:07 | → | frozenErebus joins (~frozenEre@94.128.81.87) |
| 2021-03-24 13:22:38 | → | apeyroux joins (~alex@78.20.138.88.rev.sfr.net) |
| 2021-03-24 13:23:24 | × | codygman__ quits (~user@47.186.207.161) (Remote host closed the connection) |
| 2021-03-24 13:23:46 | → | codygman__ joins (~user@47.186.207.161) |
| 2021-03-24 13:25:15 | → | carlomagno joins (~cararell@148.87.23.9) |
| 2021-03-24 13:25:53 | × | frozenErebus quits (~frozenEre@94.128.81.87) (Ping timeout: 244 seconds) |
| 2021-03-24 13:26:14 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
| 2021-03-24 13:26:33 | → | royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-24 13:27:16 | → | berberman joins (~berberman@unaffiliated/berberman) |
| 2021-03-24 13:27:27 | → | epicte7us joins (~epictetus@ip72-194-215-136.sb.sd.cox.net) |
| 2021-03-24 13:27:56 | × | berberman_ quits (~berberman@unaffiliated/berberman) (Ping timeout: 240 seconds) |
| 2021-03-24 13:30:16 | × | elfets quits (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 276 seconds) |
| 2021-03-24 13:30:37 | × | ep1ctetus quits (~epictetus@ip72-194-215-136.sb.sd.cox.net) (Ping timeout: 260 seconds) |
| 2021-03-24 13:31:06 | × | jacks2 quits (~bc8134e3@217.29.117.252) (Quit: http://www.okay.uz/) |
| 2021-03-24 13:35:26 | × | is_null_ quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 264 seconds) |
| 2021-03-24 13:35:57 | × | Major_Biscuit quits (~Major_Bis@82-169-100-198.biz.kpn.net) (Ping timeout: 272 seconds) |
| 2021-03-24 13:37:03 | → | frozenErebus joins (~frozenEre@94.128.81.87) |
| 2021-03-24 13:37:10 | → | Major_Biscuit joins (~Major_Bis@82-169-100-198.biz.kpn.net) |
| 2021-03-24 13:41:50 | × | frozenErebus quits (~frozenEre@94.128.81.87) (Ping timeout: 256 seconds) |
| 2021-03-24 13:42:47 | → | __minoru__shirae joins (~shiraeesh@46.34.207.185) |
| 2021-03-24 13:44:16 | × | ddellaco_ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-24 13:45:17 | → | ddellac__ joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-24 13:45:44 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-03-24 13:46:51 | → | LKoen joins (~LKoen@194.250.88.92.rev.sfr.net) |
| 2021-03-24 13:47:00 | × | jespada quits (~jespada@90.254.243.187) (Ping timeout: 258 seconds) |
| 2021-03-24 13:47:28 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
| 2021-03-24 13:47:49 | → | royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-24 13:47:57 | × | __minoru__shirae quits (~shiraeesh@46.34.207.185) (Ping timeout: 264 seconds) |
| 2021-03-24 13:47:58 | × | apeyroux quits (~alex@78.20.138.88.rev.sfr.net) (Ping timeout: 245 seconds) |
| 2021-03-24 13:49:24 | → | idhugo_ joins (~idhugo@80-62-117-136-mobile.dk.customer.tdc.net) |
| 2021-03-24 13:49:40 | → | jespada joins (~jespada@90.254.243.187) |
| 2021-03-24 13:52:14 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 264 seconds) |
| 2021-03-24 13:52:26 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds) |
| 2021-03-24 13:53:06 | → | mouseghost joins (~draco@87-206-9-185.dynamic.chello.pl) |
| 2021-03-24 13:53:06 | × | mouseghost quits (~draco@87-206-9-185.dynamic.chello.pl) (Changing host) |
| 2021-03-24 13:53:06 | → | mouseghost joins (~draco@wikipedia/desperek) |
| 2021-03-24 13:54:40 | × | xff0x quits (~xff0x@2001:1a81:53c9:9f00:9d06:569d:fae7:bd39) (Ping timeout: 258 seconds) |
| 2021-03-24 13:55:23 | → | xff0x joins (~xff0x@2001:1a81:53c9:9f00:6a34:c608:ac81:347c) |
| 2021-03-24 13:56:18 | → | Sgeo joins (~Sgeo@ool-18b98aa4.dyn.optonline.net) |
| 2021-03-24 13:56:26 | → | zebrag joins (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) |
| 2021-03-24 13:57:26 | → | o1lo01ol1o joins (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) |
All times are in UTC.