We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dd9f5 commit 7d5c8e9Copy full SHA for 7d5c8e9
survey/default.nix
@@ -464,6 +464,10 @@ let
464
hpack = super.hpack;
465
hackage-security = super.hackage-security;
466
467
+ # TODO: Remove this once we are on conduit-extra >= 1.3.1.1, and check if it reappears
468
+ # Test-suite failing nondeterministically, see https://github.com/snoyberg/conduit/issues/385
469
+ conduit-extra = dontCheck super.conduit-extra;
470
+
471
# See https://github.com/hslua/hslua/issues/67
472
# It's not clear if it's safe to disable this as key functionality may be broken
473
hslua = dontCheck super.hslua;
0 commit comments