Merge pull request #277216 from mfrischknecht/fix-echidna-build
echidna: fix broken build
This commit is contained in:
@@ -20,7 +20,7 @@ let haskellPackagesOverride = haskellPackages.override {
|
||||
hash = "sha256-H6oURBGoQWSOuPhBB+UKg2UarVzXgv1tmfDBLnOtdhU=";
|
||||
};
|
||||
libraryHaskellDepends = oa.libraryHaskellDepends
|
||||
++ (with haskellPackages;[githash witch]);
|
||||
++ (with haskellPackages;[githash witch tuple]);
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user