mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
Merge pull request #202655 from turion/dev_monad_bayes_sundry
monad-bayes and other changes
This commit is contained in:
commit
a3653dc9ef
@ -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.
|
||||
|
@ -3299,7 +3299,6 @@ broken-packages:
|
||||
- monadacme
|
||||
- monad-atom
|
||||
- monad-atom-simple
|
||||
- monad-bayes
|
||||
- monad-branch
|
||||
- MonadCatchIO-transformers
|
||||
- monad-choice
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user