DavHau

Results 328 comments of DavHau

local `.tgz` files as package sources are currently not supported by the translator and the builder. Support for that could be added in the framework. As a current workaround, you...

> @DavHau why is generating the list of hidden packages required? If they are all contained within ghc why should it be needed to know what version these packages are?...

> @DavHau why is generating the list of hidden packages required? If they are all contained within ghc why should it be needed to know what version these packages are?...

> @DavHau why is generating the list of hidden packages required? If they are all contained within ghc why should it be needed to know what version these packages are?...

Documentation is already done via example flake in readme

I tried to reproduce that issue but could not. The build worked just fine for me. What error is it that you are geting? Maybe you could share the repo...

Just note that projects can consist of more than one package. Not every single package needs to be detected by the discoverer as an individual project. Usually all packages which...

Wonderful! Could you add a comment to the top of each flake.nix explaining in one or two sentences why the test exists / what it does?

An example implementation for running cabal2json on all cabal files using gnu parallel can be found at: `github:NorfairKing/cabal2json#checks.x86_64-linux.all-cabal-json-files`

Hm strange, I cannot find the import statement as well. Did you try adding treq to extraSetupDeps, like [seen in the example](https://github.com/nix-community/dream2nix/blob/aaa994667f78e2da5cde3f2db1e53926c7905846/examples/python_aiohttp/flake.nix#L22)? Or alternatively modify the upstream setup.py to contain...