haskellPackages.monad-bayes: unbreak

Seems to build fine.
This commit is contained in:
Wolfgang Walther
2025-02-11 01:17:32 +01:00
committed by sternenseemann
parent 84a742157f
commit 4afbfb9351
3 changed files with 0 additions and 7 deletions
@@ -217,10 +217,6 @@ self: super: {
# https://github.com/yesodweb/shakespeare/issues/280
shakespeare = doDistribute self.shakespeare_2_1_0_1;
# 2023-08-09: Jailbreak because of vector < 0.13
# 2023-11-09: don't check because of https://github.com/tweag/monad-bayes/pull/326
monad-bayes = dontCheck (doJailbreak super.monad-bayes);
# Disable tests failing on odd floating point numbers generated by QuickCheck 2.14.3
# https://github.com/haskell/statistics/issues/205
statistics = overrideCabal (drv: {
@@ -3879,7 +3879,6 @@ broken-packages:
- monadacme # failure in job https://hydra.nixos.org/build/233218330 at 2023-09-02
- monad-atom # failure in job https://hydra.nixos.org/build/233243367 at 2023-09-02
- monad-atom-simple # failure in job https://hydra.nixos.org/build/233259038 at 2023-09-02
- monad-bayes # failure in job https://hydra.nixos.org/build/252725686 at 2024-03-16
- monad-branch # failure in job https://hydra.nixos.org/build/233251253 at 2023-09-02
- MonadCatchIO-mtl # failure in job https://hydra.nixos.org/build/233228214 at 2023-09-02
- MonadCatchIO-transformers # failure in job https://hydra.nixos.org/build/252729237 at 2024-03-16
-2
View File
@@ -209090,10 +209090,8 @@ self: {
];
description = "A library for probabilistic programming";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "example";
maintainers = [ lib.maintainers.turion ];
broken = true;
}) {};
"monad-bool" = callPackage