haskellPackages.socket-unix: avoid race condition due to tasty-1.5.4
This commit is contained in:
@@ -393,6 +393,10 @@ with haskellLib;
|
||||
hash = "sha256-21qkRFnRF6nuM1BILps8o5A/QvaVQ6SkKxO0u2goXos=";
|
||||
})
|
||||
] super.socket;
|
||||
# https://github.com/flip111/haskell-socket-unix/issues/1
|
||||
socket-unix = overrideCabal (drv: {
|
||||
testFlags = drv.testFlags or [ ] ++ [ "-j1" ];
|
||||
}) super.socket-unix;
|
||||
|
||||
# Expected failures are fixed as of GHC-9.10,
|
||||
# but the tests haven't been updated yet.
|
||||
|
||||
Reference in New Issue
Block a user