mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskellPackages.monad-bayes: don't check
https://github.com/tweag/monad-bayes/pull/326
This commit is contained in:
parent
2d76106b11
commit
fc80719711
@ -192,9 +192,10 @@ self: super: {
|
||||
aeson-better-errors = doJailbreak super.aeson-better-errors;
|
||||
|
||||
# 2023-08-09: Jailbreak because of vector < 0.13
|
||||
monad-bayes = doJailbreak (super.monad-bayes.override {
|
||||
# 2023-11-09: don't check because of https://github.com/tweag/monad-bayes/pull/326
|
||||
monad-bayes = dontCheck (doJailbreak (super.monad-bayes.override {
|
||||
hspec = self.hspec_2_11_6;
|
||||
});
|
||||
}));
|
||||
|
||||
# Disable tests failing on odd floating point numbers generated by QuickCheck 2.14.3
|
||||
# https://github.com/haskell/statistics/issues/205
|
||||
|
Loading…
Reference in New Issue
Block a user