Skip to content
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

haskellPackages.taskell: jailbreak and dontCheck #118331

Closed
wants to merge 1 commit into from

Conversation

koslambrou
Copy link
Contributor

Motivation for this change

haskellPackages.taskell won't compile. Jailbreak and dontCheck

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@sternenseemann
Copy link
Member

Thank you for fixing this up! I've checked locally and the dontCheck isn't actually necessary because the test suite succeeds.

Can you please also do the following fixups additionally:

  • Remove taskell from the broken-packages list in pkgs/development/haskell-modules/configuration-hackage2nix.yaml. Otherwise the package will remain marked as broken.
  • Remove the dontCheck: Doesn't seem to be necessary and we try to run test suites if possible.
  • Add a short comment above the override describing why it was introduced and link a GitHub issue for taskell where the issue with the version bounds is described (if there is none it'd be great if you could open one). This helps to check when the override can be removed again!

@sternenseemann
Copy link
Member

Oh and also this should go into configuration-common.nix

@sternenseemann
Copy link
Member

I've done the remaining fixups for you in a83c45c, so we don't miss the haskell-updates merge this evening due to another roundtrip :)

Thanks for submitting this PR!

@koslambrou
Copy link
Contributor Author

@sternenseemann Thanks for the merge! I'll create an issue in taskell

@sternenseemann
Copy link
Member

sternenseemann commented Apr 2, 2021 via email

@koslambrou koslambrou deleted the haskell-updates branch April 2, 2021 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants