Merge pull request #277216 from mfrischknecht/fix-echidna-build

echidna: fix broken build
This commit is contained in:
Weijia Wang
2024-01-03 23:30:34 +01:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ let haskellPackagesOverride = haskellPackages.override {
hash = "sha256-H6oURBGoQWSOuPhBB+UKg2UarVzXgv1tmfDBLnOtdhU=";
};
libraryHaskellDepends = oa.libraryHaskellDepends
++ (with haskellPackages;[githash witch]);
++ (with haskellPackages;[githash witch tuple]);
});
};
};