haskellPackages.rhine: Fix build by bumping monad-schedule

This commit is contained in:
maralorn
2024-07-09 20:39:10 +02:00
parent 5a1fb43c16
commit e41416b504
4 changed files with 3 additions and 7 deletions
@@ -173,6 +173,9 @@ self: super: {
alex = self.alex_3_5_1_0;
};
# 2024-07-09: rhine 1.4.* needs newer monad-schedule than stackage (and is only consumer)
monad-schedule = assert super.monad-schedule.version == "0.1.2.2"; doDistribute self.monad-schedule_0_2;
aeson =
# aeson's test suite includes some tests with big numbers that fail on 32bit
# https://github.com/haskell/aeson/issues/1060
@@ -5065,7 +5065,6 @@ broken-packages:
- rfc-prelude # failure in job https://hydra.nixos.org/build/233227572 at 2023-09-02
- r-glpk-phonetic-languages-ukrainian-durations # failure in job https://hydra.nixos.org/build/253703155 at 2024-03-31
- rhbzquery # failure in job https://hydra.nixos.org/build/233259706 at 2023-09-02
- rhine # failure in job https://hydra.nixos.org/build/233245503 at 2023-09-02
- riak # failure in job https://hydra.nixos.org/build/233192622 at 2023-09-02
- riak-protobuf-lens # failure in job https://hydra.nixos.org/build/233203142 at 2023-09-02
- ribbit # failure in job https://hydra.nixos.org/build/233191000 at 2023-09-02
@@ -3417,8 +3417,6 @@ dont-distribute-packages:
- rfc-redis
- rfc-servant
- rhine-bayes
- rhine-gloss
- rhine-terminal
- rhythm-game-tutorial
- rib
- ribosome
-4
View File
@@ -262299,9 +262299,7 @@ self: {
];
description = "Functional Reactive Programming with type-level clocks";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.turion ];
broken = true;
}) {};
"rhine-bayes" = callPackage
@@ -262343,7 +262341,6 @@ self: {
executableHaskellDepends = [ base ];
description = "Gloss backend for Rhine";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "rhine-gloss-gears";
maintainers = [ lib.maintainers.turion ];
}) {};
@@ -262367,7 +262364,6 @@ self: {
];
description = "Terminal backend for Rhine";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "rhine-terminal-simple";
}) {};