mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
haskellPackages: Add maralorn as a maintainer for a number of packages
This commit is contained in:
parent
61eb102774
commit
4d07360beb
@ -239,28 +239,35 @@ package-maintainers:
|
||||
- mattermost-api-qc
|
||||
- Unique
|
||||
maralorn:
|
||||
- arbtt
|
||||
- cabal-fmt
|
||||
- generic-optics
|
||||
- ghcup
|
||||
- ghcid
|
||||
- ghcide
|
||||
- haskell-language-server
|
||||
- hedgehog
|
||||
- hlint
|
||||
- hmatrix
|
||||
- hspec-discover
|
||||
- iCalendar
|
||||
- matrix-client
|
||||
- neuron
|
||||
- optics
|
||||
- paths
|
||||
- postgresql-simple
|
||||
- reflex-dom
|
||||
- releaser
|
||||
- replace-megaparsec
|
||||
- req
|
||||
- shake-bench
|
||||
- shh
|
||||
- shh-extras
|
||||
- snap
|
||||
- stm-containers
|
||||
- streamly
|
||||
- taskwarrior
|
||||
- tz
|
||||
- weeder
|
||||
- witch
|
||||
ncfavier:
|
||||
- lambdabot
|
||||
|
@ -32319,7 +32319,7 @@ self: {
|
||||
];
|
||||
description = "Automatic Rule-Based Time Tracker";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ maralorn rvl ];
|
||||
maintainers = with lib.maintainers; [ rvl ];
|
||||
}) {};
|
||||
|
||||
"arcgrid" = callPackage
|
||||
@ -104370,6 +104370,7 @@ self: {
|
||||
];
|
||||
description = "GHCi based bare bones IDE";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"ghcide" = callPackage
|
||||
@ -140071,6 +140072,7 @@ self: {
|
||||
testToolDepends = [ hspec-meta ];
|
||||
description = "Automatically discover and run Hspec tests";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"hspec-discover_2_8_3" = callPackage
|
||||
@ -140092,6 +140094,7 @@ self: {
|
||||
description = "Automatically discover and run Hspec tests";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"hspec-expectations" = callPackage
|
||||
@ -201170,6 +201173,7 @@ self: {
|
||||
];
|
||||
description = "Library for representing and manipulating type-safe file paths";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"pathtype" = callPackage
|
||||
@ -210818,6 +210822,7 @@ self: {
|
||||
benchmarkHaskellDepends = [ base vector ];
|
||||
description = "Mid-Level PostgreSQL client library";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"postgresql-simple-bind" = callPackage
|
||||
@ -226144,6 +226149,7 @@ self: {
|
||||
testHaskellDepends = [ base bytestring Cabal megaparsec text ];
|
||||
description = "Find, replace, and split string patterns with Megaparsec parsers (instead of regex)";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"replica" = callPackage
|
||||
@ -241475,6 +241481,7 @@ self: {
|
||||
testHaskellDepends = [ base tasty ];
|
||||
description = "Utility functions for using shh";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"shift" = callPackage
|
||||
@ -275066,6 +275073,7 @@ self: {
|
||||
preConfigure = "export TZDIR=${pkgs.tzdata}/share/zoneinfo";
|
||||
description = "Efficient time zone handling";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"tzdata" = callPackage
|
||||
@ -286619,6 +286627,7 @@ self: {
|
||||
];
|
||||
description = "Detect dead code";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"weekdaze" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user