Merge pull request #202655 from turion/dev_monad_bayes_sundry

monad-bayes and other changes
This commit is contained in:
Dennis Gosnell 2022-11-24 19:56:49 +09:00 committed by GitHub
commit a3653dc9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 8 deletions

View File

@ -71,7 +71,7 @@ $ ./maintainers/scripts/haskell/hydra-report.hs get-report
$ ./maintainers/scripts/haskell/hydra-report.hs ping-maintainers
```
The `hyda-report.hs ping-maintainers` command generates a Markdown document
The `hydra-report.hs ping-maintainers` command generates a Markdown document
that you can paste in a GitHub comment on the PR opened above. This
comment describes which Haskell packages are now failing to build. It also
pings the maintainers so that they know to fix up their packages.

View File

@ -3299,7 +3299,6 @@ broken-packages:
- monadacme
- monad-atom
- monad-atom-simple
- monad-bayes
- monad-branch
- MonadCatchIO-transformers
- monad-choice

View File

@ -426,17 +426,22 @@ package-maintainers:
terlar:
- nix-diff
turion:
- rhine
- rhine-gloss
- Agda
- dunai
- essence-of-live-coding
- essence-of-live-coding-gloss
- essence-of-live-coding-pulse
- essence-of-live-coding-quickcheck
- Agda
- dunai
- essence-of-live-coding-warp
- finite-typelits
- has-transformers
- monad-bayes
- monad-schedule
- pulse-simple
- rhine
- rhine-gloss
- simple-affine-space
- time-domain
utdemir:
- nix-tree

View File

@ -91744,6 +91744,7 @@ self: {
];
description = "General purpose live coding framework";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.turion ];
}) {};
"estimator" = callPackage
@ -125815,6 +125816,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "This library 'Has' transformers";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.turion ];
}) {};
"hasbolt" = callPackage
@ -190435,9 +190437,8 @@ self: {
];
description = "A library for probabilistic programming";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "example";
broken = true;
maintainers = [ lib.maintainers.turion ];
}) {};
"monad-bool" = callPackage
@ -191395,6 +191396,7 @@ self: {
];
description = "A new, simple, composable concurrency abstraction";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.turion ];
}) {};
"monad-skeleton" = callPackage
@ -282896,6 +282898,7 @@ self: {
libraryHaskellDepends = [ base time ];
description = "A library for time domains and durations";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.turion ];
}) {};
"time-extras" = callPackage