haskell-permutation: disable test suite

The build uses QuickCheck, but doesn't declare it as a dependency. I
tried adding QuickCheck to the list, but then it wouldn't compile with
the latest version. Duh. Seems unmaintained to me.
wip/yesman
Peter Simons 9 years ago
parent b671ab161f
commit d2c7b78cbf
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -159,6 +159,9 @@ self: super: {
sed -i -e 's|/usr/bin/zip|${pkgs.zip}/bin/zip|' "tests/"*.hs
''; });
# Upstream notified by e-mail.
permutation = dontCheck super.permutation;
}
// {
# Not on Hackage yet.

Loading…
Cancel
Save