-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bring cabal2json into nixpkgs #299
Labels
Comments
Yeah this one is still broken:
With tests enabled, sydtest is also broken:
Which itself is broken maybe because of paralellism or the different randomness in the nix build environment? Not really sure... here are the logs Sample of the 85 sydtest failure logs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most of our dream2nix' haskell translators currently use
cabal2json
in order to import the data from the project's.cabal
file into nix.Currently users need to wait quite a long time for
cabal2json
being compiled, or alternatively configure the nix-community cache. Both scenarios are not great for UX.It would be best if cabal2json would be built by the nixos.org hydra. It currently is not, because it is marked broken in nixpkgs.
I started some effort to unbreak it a while ago here, but it stalled, because the package does not build against recent GHC's.
Therefore the main tasks here are:
The text was updated successfully, but these errors were encountered: