haskellPackages: Sort and extend my maintainership
This commit is contained in:
parent
469f2b8d9d
commit
686cd3ec03
@ -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
|
||||
@ -190436,6 +190438,7 @@ self: {
|
||||
description = "A library for probabilistic programming";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "example";
|
||||
maintainers = [ lib.maintainers.turion ];
|
||||
}) {};
|
||||
|
||||
"monad-bool" = callPackage
|
||||
@ -191393,6 +191396,7 @@ self: {
|
||||
];
|
||||
description = "A new, simple, composable concurrency abstraction";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.turion ];
|
||||
}) {};
|
||||
|
||||
"monad-skeleton" = callPackage
|
||||
@ -282894,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