haskellPackages.monad-bayes: Jailbreak and override

This commit is contained in:
Manuel Bärenz 2023-08-09 15:15:20 +02:00 committed by sternenseemann
parent 843863271d
commit 39fb5c360a

View file

@ -207,8 +207,10 @@ self: super: {
# https://github.com/hdgarrood/aeson-better-errors/issues/23
aeson-better-errors = doJailbreak super.aeson-better-errors;
# 2023-06-28: Test error: https://hydra.nixos.org/build/225559546
monad-bayes = dontCheck super.monad-bayes;
# 2023-08-09: Jailbreak because of vector < 0.13
monad-bayes = doJailbreak (super.monad-bayes.override {
hspec = self.hspec_2_11_4;
});
# Disable tests failing on odd floating point numbers generated by QuickCheck 2.14.3
# https://github.com/haskell/statistics/issues/205