Logs: freenode/#haskell
| 2020-11-02 16:29:04 | × | bitmagie quits (~Thunderbi@200116b806d43f002c1b74646a240ada.dip.versatel-1u1.de) (Client Quit) |
| 2020-11-02 16:29:31 | → | sord937 joins (~sord937@gateway/tor-sasl/sord937) |
| 2020-11-02 16:29:31 | <c_wraith> | tauli: does `git config user.name` show the changed version? |
| 2020-11-02 16:30:11 | <tauli> | it's `git config user.email` but yes, that's changed |
| 2020-11-02 16:30:42 | × | sord937 quits (~sord937@gateway/tor-sasl/sord937) (Remote host closed the connection) |
| 2020-11-02 16:31:38 | <tauli> | ok, changing user works, but not with the email address |
| 2020-11-02 16:31:38 | → | sord937 joins (~sord937@gateway/tor-sasl/sord937) |
| 2020-11-02 16:31:53 | → | Tuplanolla joins (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) |
| 2020-11-02 16:32:02 | <tauli> | maintainer in the .cabal is set to some old mail address |
| 2020-11-02 16:32:39 | <monochrom> | OK I didn't test maintainer. I tested cabal init. |
| 2020-11-02 16:33:10 | × | dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 265 seconds) |
| 2020-11-02 16:33:10 | <monochrom> | Oh, that's maintainer. |
| 2020-11-02 16:33:32 | <tauli> | yep, when i do `cabal init` the maintainer field of the generated .cabal file is set some old mail address i don't know where cabal get's that from |
| 2020-11-02 16:35:34 | × | u0_a298 quits (~user@47.206.148.226) (Remote host closed the connection) |
| 2020-11-02 16:35:57 | → | u0_a298 joins (~user@47.206.148.226) |
| 2020-11-02 16:36:05 | × | chkno quits (~chkno@75-7-2-127.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2020-11-02 16:38:29 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-02 16:38:56 | → | raichoo joins (~raichoo@dslb-092-073-210-010.092.073.pools.vodafone-ip.de) |
| 2020-11-02 16:39:08 | → | xerox_ joins (~xerox@unaffiliated/xerox) |
| 2020-11-02 16:40:11 | <tomsmeding> | tauli: also `git config --global user.email`? |
| 2020-11-02 16:40:21 | × | christo quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2020-11-02 16:40:26 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2020-11-02 16:41:21 | → | ensyde joins (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) |
| 2020-11-02 16:41:42 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-02 16:41:53 | → | dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2020-11-02 16:42:06 | <tomsmeding> | you can also run `strace -f -o log.txt cabal init` and search the produced log.txt for "gitconfig" to see which file it's using |
| 2020-11-02 16:42:19 | <tomsmeding> | (assuming linux; dtruss on mac, no idea on windows) |
| 2020-11-02 16:42:42 | × | mrchampion quits (~mrchampio@216-211-57-41.dynamic.tbaytel.net) (Ping timeout: 258 seconds) |
| 2020-11-02 16:42:47 | <tomsmeding> | (oh you said macOS; something something dtruss :p ) |
| 2020-11-02 16:44:01 | × | christo quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2020-11-02 16:44:26 | → | cr3 joins (~cr3@192-222-143-195.qc.cable.ebox.net) |
| 2020-11-02 16:45:46 | → | mrchampion joins (~mrchampio@216-211-57-41.dynamic.tbaytel.net) |
| 2020-11-02 16:45:55 | × | ensyde quits (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) (Ping timeout: 260 seconds) |
| 2020-11-02 16:47:00 | hackage | hakaru 0.7.0 - A probabilistic programming language https://hackage.haskell.org/package/hakaru-0.7.0 (z) |
| 2020-11-02 16:47:08 | → | sfvm joins (~sfvm@37.228.215.148) |
| 2020-11-02 16:47:46 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-02 16:47:48 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-11-02 16:47:51 | → | akad_ joins (~akad@109107030050.radomsko.vectranet.pl) |
| 2020-11-02 16:48:31 | × | LKoen_ quits (~LKoen@79.160.9.109.rev.sfr.net) (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”) |
| 2020-11-02 16:49:45 | → | borne joins (~fritjof@200116b864ec3c00c8b76624f4b75a13.dip.versatel-1u1.de) |
| 2020-11-02 16:49:51 | × | Neo-- quits (~neo@188-230-154-134.dynamic.t-2.net) (Remote host closed the connection) |
| 2020-11-02 16:50:10 | <tauli> | the culprint was ~/.darcs/author |
| 2020-11-02 16:50:18 | <tauli> | thanks for all the pointers |
| 2020-11-02 16:50:19 | × | christo quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2020-11-02 16:50:39 | × | refried_ quits (~textual@pool-108-20-26-90.bstnma.fios.verizon.net) (Quit: My MacBook Air has gone to sleep. ZZZzzz…) |
| 2020-11-02 16:51:07 | × | whatisRT quits (~whatisRT@2002:5b41:6a33:0:dea6:32ff:fe5b:d45f) (Ping timeout: 260 seconds) |
| 2020-11-02 16:51:13 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 264 seconds) |
| 2020-11-02 16:51:21 | <Uniaika> | /7 |
| 2020-11-02 16:53:32 | → | ensyde joins (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) |
| 2020-11-02 16:54:42 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-02 16:55:25 | → | nkly joins (~nkly@ip5b40d080.dynamic.kabel-deutschland.de) |
| 2020-11-02 16:55:27 | → | raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2020-11-02 16:56:04 | × | kritzefitz quits (~kritzefit@fw-front.credativ.com) (Remote host closed the connection) |
| 2020-11-02 16:57:02 | → | flatmap joins (~flatmap@p200300dd370a47007ce3847efe0685c7.dip0.t-ipconnect.de) |
| 2020-11-02 16:57:44 | × | Amras quits (~Amras@unaffiliated/amras0000) (Ping timeout: 240 seconds) |
| 2020-11-02 16:57:45 | × | ensyde quits (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2020-11-02 16:59:01 | × | christo quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2020-11-02 16:59:05 | → | khaladrogo joins (~khaladrog@2405:204:5217:6256:f1ab:1e40:6c9b:8f55) |
| 2020-11-02 16:59:05 | → | geekosaur joins (ac3a8c2c@172.58.140.44) |
| 2020-11-02 16:59:23 | → | refried_ joins (~textual@pool-108-20-26-90.bstnma.fios.verizon.net) |
| 2020-11-02 16:59:46 | → | psygate joins (~psygate@unaffiliated/psygate) |
| 2020-11-02 17:02:37 | × | u0_a298 quits (~user@47.206.148.226) (Read error: Connection reset by peer) |
| 2020-11-02 17:03:05 | → | u0_a298 joins (~user@47.206.148.226) |
| 2020-11-02 17:04:31 | → | khaladrogo_lite joins (~khaladrog@2405:204:5217:6256:f1ab:1e40:6c9b:8f55) |
| 2020-11-02 17:05:39 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-02 17:06:05 | × | andreas31 quits (~andreas@gateway/tor-sasl/andreas303) (Remote host closed the connection) |
| 2020-11-02 17:06:19 | × | christo quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2020-11-02 17:07:51 | × | nekomune quits (~nekomune@comfy.moe) (Quit: ZNC 1.7.2 - https://znc.in) |
| 2020-11-02 17:08:47 | → | kritzefitz joins (~kritzefit@212.86.56.80) |
| 2020-11-02 17:09:14 | → | andreas31 joins (~andreas@gateway/tor-sasl/andreas303) |
| 2020-11-02 17:09:19 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2020-11-02 17:10:11 | <tdammers> | maerwald: exactly. packaging is hard and thankless work - it needs to be made as painless as possible |
| 2020-11-02 17:10:57 | → | lucas joins (49440e68@c-73-68-14-104.hsd1.ma.comcast.net) |
| 2020-11-02 17:11:12 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-02 17:11:14 | <maerwald> | yes, thats why most distros strictly separate configuration from packaging. In nix, its all the same |
| 2020-11-02 17:12:00 | × | lucas quits (49440e68@c-73-68-14-104.hsd1.ma.comcast.net) (Remote host closed the connection) |
| 2020-11-02 17:12:01 | × | christo quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2020-11-02 17:12:11 | → | elfets joins (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
| 2020-11-02 17:12:39 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-02 17:15:35 | × | christo quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2020-11-02 17:16:39 | × | conal quits (~conal@198.8.81.68) (Quit: Computer has gone to sleep.) |
| 2020-11-02 17:17:12 | × | refried_ quits (~textual@pool-108-20-26-90.bstnma.fios.verizon.net) (Quit: My MacBook Air has gone to sleep. ZZZzzz…) |
| 2020-11-02 17:19:40 | → | ensyde joins (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) |
| 2020-11-02 17:20:24 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-02 17:21:47 | → | todda7 joins (~torstein@ppp-2-84-30-242.home.otenet.gr) |
| 2020-11-02 17:21:53 | → | alp joins (~alp@2a01:e0a:58b:4920:ad5c:a549:2a77:a525) |
| 2020-11-02 17:22:01 | → | coot joins (~coot@37.30.60.135.nat.umts.dynamic.t-mobile.pl) |
| 2020-11-02 17:22:17 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2020-11-02 17:22:37 | × | darjeeling_ quits (~darjeelin@115.215.40.228) (Ping timeout: 260 seconds) |
| 2020-11-02 17:23:01 | → | darjeeling_ joins (~darjeelin@115.215.40.228) |
| 2020-11-02 17:24:29 | × | ensyde quits (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) (Ping timeout: 258 seconds) |
| 2020-11-02 17:24:52 | × | christo quits (~chris@81.96.113.213) (Ping timeout: 258 seconds) |
| 2020-11-02 17:27:38 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 264 seconds) |
| 2020-11-02 17:28:13 | → | conal joins (~conal@198.8.81.68) |
| 2020-11-02 17:28:42 | <dsal> | It's just that all other systems are so much worse. |
| 2020-11-02 17:29:01 | hackage | hnix 0.11.0 - Haskell implementation of the Nix language https://hackage.haskell.org/package/hnix-0.11.0 (AntonLatukha) |
| 2020-11-02 17:30:49 | → | thir joins (~thir@p200300f27f0b7e00f4e9381c2bf90854.dip0.t-ipconnect.de) |
| 2020-11-02 17:31:44 | × | geekosaur quits (ac3a8c2c@172.58.140.44) (Ping timeout: 245 seconds) |
| 2020-11-02 17:31:59 | → | ensyde joins (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) |
| 2020-11-02 17:33:54 | → | christo joins (~chris@81.96.113.213) |
All times are in UTC.