Daniel Trstenjak

Results 41 comments of Daniel Trstenjak

On Tue, Mar 03, 2020 at 01:19:29AM -0800, fendor wrote: > Would you be interested in a PR migrating to ghc-lib? Yes. Are you interested in taking over the maintainership...

On Tue, Mar 03, 2020 at 02:03:44AM -0800, fendor wrote: > Yes, I would be interested! Great! Should I transfer the 'hsimport' project to your 'fendor' github account? I would...

On Tue, Mar 03, 2020 at 03:44:23AM -0800, fendor wrote: > Yes, that would be great! Yeah, I am fendor on hackage https://hackage.haskell.org/user/fendor It seems that I can't transfer it...

What kind of paths do you need? I've added support for `new-build` to `cabal-bounds` by reading the `plan.json` file from the `dist-newstyle` directory. But you need something else, right?

Do you think just searching for the `dist-newstyle` directory in the root directories should do the job? Does the `dist-newstyle/cache/plan.json` file in the root directory then contain the build dependencies...

On Fri, May 12, 2023 at 11:34:26AM -0700, Mouse wrote: > Could you please update the code, so it can be built with GHC-9 (anything from 9.2.7 to 9.6.1) and...

Can you send me a ˋplan.jsonˋ file for such a multi package project. So projects are mostly about local dependencies? This means that cabal doesn‘t support local paths as dependencies...

> Let's hope they provide a solution or a workaround soon. If your request is in the form of a GitHub issue - would you > like to refer to...

On Mon, Jun 12, 2023 at 07:43:49PM -0700, Mouse wrote: > Any updates? Well, life got inbetween. But I didn't forget it.

I added now a pull request to the cabal library: https://github.com/haskell/cabal/pull/9034