Skip to content

Commit

Permalink
haskellPackages.monad-bayes: don't check
Browse files Browse the repository at this point in the history
  • Loading branch information
ncfavier committed Nov 9, 2023
1 parent 2d76106 commit fc80719
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc80719

Please sign in to comment.