haskell-webwebsockets: disable spuriously failing test suite

wip/yesman
Peter Simons 9 years ago
parent 14cf76bb84
commit 820c87af1f
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -841,4 +841,7 @@ self: super: {
# https://github.com/ekmett/semigroupoids/issues/35
semigroupoids = disableCabalFlag super.semigroupoids "doctests";
# https://github.com/jaspervdj/websockets/issues/104
websockets = dontCheck super.websockets;
}

Loading…
Cancel
Save