hackage2nix: Add Gabriel439 as maintainer

This commit is contained in:
Gabriel Gonzalez 2021-05-16 18:06:19 -07:00 committed by (cdep)illabout
parent c964bdf195
commit 4f48006a0c
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
3 changed files with 91 additions and 2 deletions

View file

@ -3585,6 +3585,12 @@
githubId = 606000;
name = "Gabriel Adomnicai";
};
Gabriel439 = {
email = "Gabriel439@gmail.com";
github = "Gabriel439";
githubId = 1313787;
name = "Gabriel Gonzalez";
};
gal_bolle = {
email = "florent.becker@ens-lyon.org";
github = "FlorentBecker";

View file

@ -127,6 +127,48 @@ package-maintainers:
- pretty-simple
- spago
- termonad
Gabriel439:
- annah
- bench
- break
- dhall-bash
- dhall-docs
- dhall-json
- dhall-lsp-server
- dhall-nix
- dhall-nixpkgs
- dhall-openapi
- dhall-text
- dhall-yaml
- dhall
- dirstream
- errors
- foldl
- index-core
- lens-tutorial
- list-transformer
- managed
- mmorph
- morte
- mvc-updates
- mvc
- nix-derivation
- nix-diff
- optional-args
- optparse-generic
- pipes-bytestring
- pipes-concurrency
- pipes-csv
- pipes-extras
- pipes-group
- pipes-http
- pipes-parse
- pipes-safe
- pipes
- server-generic
- total
- turtle
- typed-spreadsheet
gridaphobe:
- located-base
jb55:

View file

@ -30037,6 +30037,7 @@ self: {
description = "Medium-level language that desugars to Morte";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"annihilator" = callPackage
@ -39357,6 +39358,7 @@ self: {
];
description = "Command-line benchmark tool";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"bench-graph" = callPackage
@ -45288,6 +45290,7 @@ self: {
libraryHaskellDepends = [ base mtl transformers ];
description = "Break from a loop";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"breakout" = callPackage
@ -73325,6 +73328,7 @@ self: {
description = "A configuration language guaranteed to terminate";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhall" = callPackage
@ -73381,6 +73385,7 @@ self: {
doCheck = false;
description = "A configuration language guaranteed to terminate";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhall-bash" = callPackage
@ -73404,6 +73409,7 @@ self: {
];
description = "Compile Dhall to Bash";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhall-check" = callPackage
@ -73454,6 +73460,7 @@ self: {
description = "Generate HTML docs from a dhall package";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhall-fly" = callPackage
@ -73517,6 +73524,7 @@ self: {
];
description = "Convert between Dhall and JSON or YAML";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhall-lex" = callPackage
@ -73565,6 +73573,7 @@ self: {
];
description = "Language Server Protocol (LSP) server for Dhall";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhall-nix" = callPackage
@ -73588,6 +73597,7 @@ self: {
];
description = "Dhall to Nix compiler";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhall-nixpkgs" = callPackage
@ -73609,6 +73619,7 @@ self: {
];
description = "Convert Dhall projects to Nix packages";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhall-openapi" = callPackage
@ -73633,6 +73644,7 @@ self: {
];
description = "Convert an OpenAPI specification to a Dhall package";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhall-recursive-adt" = callPackage
@ -73671,6 +73683,7 @@ self: {
description = "Template text using Dhall";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
broken = true;
}) {};
@ -73730,6 +73743,7 @@ self: {
];
description = "Convert between Dhall and YAML";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dhcp-lease-parser" = callPackage
@ -75715,6 +75729,7 @@ self: {
];
description = "Easily stream directory contents in constant memory";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"dirtree" = callPackage
@ -84600,6 +84615,7 @@ self: {
];
description = "Simplified error-handling";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"errors-ext" = callPackage
@ -93166,6 +93182,7 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Composable, streaming, and efficient left folds";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"foldl-exceptions" = callPackage
@ -146350,6 +146367,7 @@ self: {
description = "Indexed Types";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
broken = true;
}) {};
@ -160476,6 +160494,7 @@ self: {
description = "Tutorial for the lens library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
broken = true;
}) {};
@ -164088,6 +164107,7 @@ self: {
testHaskellDepends = [ base doctest ];
description = "List monad transformer";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"list-tries" = callPackage
@ -168765,6 +168785,7 @@ self: {
libraryHaskellDepends = [ base transformers ];
description = "A monad for managed values";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"manatee" = callPackage
@ -174984,6 +175005,7 @@ self: {
description = "Monad morphisms";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"mmorph" = callPackage
@ -174999,6 +175021,7 @@ self: {
];
description = "Monad morphisms";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"mmsyn2" = callPackage
@ -178425,6 +178448,7 @@ self: {
description = "A bare-bones calculus of constructions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
broken = true;
}) {};
@ -181323,6 +181347,7 @@ self: {
description = "Model-view-controller";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
broken = true;
}) {};
@ -181336,6 +181361,7 @@ self: {
description = "Concurrent and combinable updates";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"mvclient" = callPackage
@ -186046,7 +186072,7 @@ self: {
benchmarkHaskellDepends = [ attoparsec base criterion text ];
description = "Parse and render *.drv files";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ sorki ];
maintainers = with lib.maintainers; [ Gabriel439 sorki ];
}) {};
"nix-diff" = callPackage
@ -186066,7 +186092,7 @@ self: {
];
description = "Explain why two Nix derivations differ";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ terlar ];
maintainers = with lib.maintainers; [ Gabriel439 terlar ];
}) {};
"nix-eval" = callPackage
@ -191624,6 +191650,7 @@ self: {
libraryHaskellDepends = [ base ];
description = "Optional function arguments";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"options" = callPackage
@ -191750,6 +191777,7 @@ self: {
];
description = "Auto-generate a command-line parser for your datatype";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"optparse-helper" = callPackage
@ -200983,6 +201011,7 @@ self: {
];
description = "Compositional pipelines";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"pipes-aeson" = callPackage
@ -201148,6 +201177,7 @@ self: {
];
description = "ByteString support for pipes";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"pipes-bzip" = callPackage
@ -201316,6 +201346,7 @@ self: {
testHaskellDepends = [ async base pipes stm ];
description = "Concurrency for the pipes ecosystem";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"pipes-conduit" = callPackage
@ -201378,6 +201409,7 @@ self: {
];
description = "Fast, streaming csv parser";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"pipes-errors" = callPackage
@ -201437,6 +201469,7 @@ self: {
];
description = "Extra utilities for pipes";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"pipes-fastx" = callPackage
@ -201520,6 +201553,7 @@ self: {
testHaskellDepends = [ base doctest lens-family-core ];
description = "Group streams into substreams";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"pipes-http" = callPackage
@ -201537,6 +201571,7 @@ self: {
];
description = "HTTP client with pipes interface";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"pipes-illumina" = callPackage
@ -201798,6 +201833,7 @@ self: {
libraryHaskellDepends = [ base pipes transformers ];
description = "Parsing infrastructure for the pipes ecosystem";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"pipes-postgresql-simple" = callPackage
@ -201920,6 +201956,7 @@ self: {
];
description = "Safety for the pipes ecosystem";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"pipes-shell" = callPackage
@ -233391,6 +233428,7 @@ self: {
description = "Auto-generate a server for your datatype";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
broken = true;
}) {};
@ -262627,6 +262665,7 @@ self: {
libraryHaskellDepends = [ base void ];
description = "Exhaustive pattern matching using lenses, traversals, and prisms";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"total-alternative" = callPackage
@ -265503,6 +265542,7 @@ self: {
benchmarkHaskellDepends = [ base criterion text ];
description = "Shell programming, Haskell-style";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"turtle-options" = callPackage
@ -267130,6 +267170,7 @@ self: {
description = "Typed and composable spreadsheets";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
"typed-streams" = callPackage