2024/06/16

Newest at the top

2024-06-16 08:25:40 +0200machinedgod(~machinedg@d173-183-246-216.abhsia.telus.net) (Ping timeout: 255 seconds)
2024-06-16 08:21:16 +0200takuan(~takuan@178-116-218-225.access.telenet.be)
2024-06-16 08:21:04 +0200segfaultfizzbuzz(~segfaultf@23-93-189-95.fiber.dynamic.sonic.net) (Ping timeout: 268 seconds)
2024-06-16 08:20:28 +0200madhavanmi(~madhavanm@2409:40f4:10fb:ebb4:8000::) (Client Quit)
2024-06-16 08:20:09 +0200madhavanmi(~madhavanm@2409:40f4:10fb:ebb4:8000::)
2024-06-16 08:16:15 +0200rosco(~rosco@175.136.155.137)
2024-06-16 08:12:19 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2024-06-16 08:09:49 +0200pwug(~pwug@user/pwug)
2024-06-16 08:02:43 +0200philopsos1(~caecilius@user/philopsos) (Ping timeout: 255 seconds)
2024-06-16 07:54:19 +0200erty(~user@user/aeroplane)
2024-06-16 07:30:50 +0200reterrb(~cd@c-98-242-74-66.hsd1.ga.comcast.net) (Remote host closed the connection)
2024-06-16 07:29:29 +0200segfaultfizzbuzz(~segfaultf@23-93-189-95.fiber.dynamic.sonic.net)
2024-06-16 07:27:27 +0200rvalue(~rvalue@user/rvalue)
2024-06-16 07:26:56 +0200rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2024-06-16 07:19:33 +0200solaire(~solaire@syn-024-165-026-201.res.spectrum.com)
2024-06-16 07:07:00 +0200 <sclv> yeh, no project files with cabal installing. gotta pass command line args
2024-06-16 06:48:08 +0200xdminsy(~xdminsy@117.147.70.212)
2024-06-16 06:47:23 +0200xdminsy(~xdminsy@117.147.70.212) (Ping timeout: 264 seconds)
2024-06-16 06:45:49 +0200madhavanmi(~madhavanm@2409:40f4:10fb:ebb4:8000::) (Client Quit)
2024-06-16 06:45:40 +0200madhavanmi(~madhavanm@2409:40f4:10fb:ebb4:8000::)
2024-06-16 06:31:43 +0200madhavanmi(~madhavanm@2409:40f4:10fb:ebb4:8000::) (Read error: Connection reset by peer)
2024-06-16 06:24:37 +0200chiselfuse(~chiselfus@user/chiselfuse)
2024-06-16 06:23:27 +0200chiselfuse(~chiselfus@user/chiselfuse) (Remote host closed the connection)
2024-06-16 06:15:39 +0200Midjak(~MarciZ@82.66.147.146)
2024-06-16 06:11:59 +0200 <geekosaur> (not that anyone's likely to be around until tomorrow morning CEST)
2024-06-16 06:11:34 +0200 <geekosaur> I don't think you have any control unless you create a project and vendor e.g. ShellCheck, but you're better off asking in #hackage
2024-06-16 06:10:57 +0200 <geekosaur> because you're telling it to build from hackage, not a local project
2024-06-16 06:10:41 +0200 <geekosaur> hm, actually I think that's supposed to ignore a project file
2024-06-16 06:10:16 +0200madhavanmi(~madhavanm@2409:40f4:10fb:ebb4:8000::)
2024-06-16 06:06:50 +0200 <koala_man> definitely older. I'll try upgrading
2024-06-16 06:06:14 +0200bilegeek(~bilegeek@2600:1008:b050:5afd:bc8c:2176:cbd5:b594)
2024-06-16 06:05:25 +0200 <geekosaur> what version of cabal-install is this? I think some bugs have been fixed recently-ish (3.10.2/3?)
2024-06-16 06:03:35 +0200segfaultfizzbuzz(~segfaultf@23-93-189-95.fiber.dynamic.sonic.net) (Ping timeout: 264 seconds)
2024-06-16 06:01:20 +0200 <koala_man> https://gist.github.com/koalaman/25ac21b7db51c7d4fe1cc3664b9f6db8
2024-06-16 06:00:37 +0200 <koala_man> I get "The given project file 'cabal.project' does not exist." even though it's in the current directory
2024-06-16 05:59:38 +0200 <geekosaur> --project-file=whatever
2024-06-16 05:59:33 +0200 <geekosaur> uh
2024-06-16 05:59:21 +0200 <geekosaur> --project=file=whatever
2024-06-16 05:58:54 +0200 <koala_man> can I specify a cabal.project when I do `cabal install --dependencies-only ShellCheck`?
2024-06-16 05:57:30 +0200 <geekosaur> `cabal build all --only-dependencies`?
2024-06-16 05:55:36 +0200 <koala_man> ideally I'd cross compile but ghc is not great at that
2024-06-16 05:54:17 +0200 <koala_man> I'm trying to do a build in docker, but it's running under a riscv emulator so I want to build the dependencies beforehand to reduce the build time from 5 to 2 hours
2024-06-16 05:52:36 +0200 <geekosaur> lots of things in cabal.project can't be put in the global config
2024-06-16 05:52:20 +0200 <geekosaur> right, that's only valid for things that can go in .cabal/config
2024-06-16 05:52:00 +0200 <geekosaur> stack does, but disrecommends using it (in particular, if you have a stack.yaml it will _not_ inherit from the default config!)]
2024-06-16 05:51:29 +0200 <geekosaur> cabal doesn't have a way to do it system-wide / a "default project"
2024-06-16 05:51:24 +0200 <koala_man> oh. I misinterpreted https://cabal.readthedocs.io/en/3.4/cabal-project.html which lists the order of files as 1. ~/cabal/config 2. cabal.project
2024-06-16 05:50:55 +0200 <geekosaur> it goes in cabal.project.local
2024-06-16 05:50:44 +0200 <geekosaur> no, it doesn't go in .cabal/config
2024-06-16 05:50:15 +0200 <koala_man> I tried googling things and put `package hashable\n flags: -arch-native` in my ~/.cabal/config, but it says "Unrecognized stanza"