diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 42e07f4fa4a8c..66c94df4dad99 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -299,6 +299,15 @@ package-maintainers: - sensei malo: - cornelis + mangoiv: + - fused-effects + - htree + - http-barf + - libsodium-bindings + - scoped-codensity + - sel + - text-display + - unclogging maralorn: - bluefin - cabal-fmt diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index b6673651a14c1..bb55c9793606e 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -117525,6 +117525,7 @@ self: { benchmarkHaskellDepends = [ base tasty-bench transformers ]; description = "A fast, flexible, fused effect system"; license = lib.licenses.bsd3; + maintainers = [ lib.maintainers.mangoiv ]; }) {}; "fused-effects-exceptions" = callPackage @@ -168565,6 +168566,7 @@ self: { ]; description = "a library to build and work with heterogeneous, type level indexed rose trees"; license = lib.licenses.agpl3Plus; + maintainers = [ lib.maintainers.mangoiv ]; }) {}; "htree_0_2_0_0" = callPackage @@ -168583,6 +168585,7 @@ self: { description = "a library to build and work with heterogeneous, type level indexed rose trees"; license = lib.licenses.agpl3Plus; hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.mangoiv ]; }) {}; "hts" = callPackage @@ -168805,6 +168808,7 @@ self: { testHaskellDepends = [ base ]; description = "a library to make http requests without worrying much"; license = lib.licenses.agpl3Plus; + maintainers = [ lib.maintainers.mangoiv ]; }) {}; "http-client" = callPackage @@ -195636,6 +195640,7 @@ self: { librarySystemDepends = [ libsodium ]; description = "FFI bindings to libsodium"; license = lib.licenses.bsd3; + maintainers = [ lib.maintainers.mangoiv ]; }) {inherit (pkgs) libsodium;}; "libssh" = callPackage @@ -274967,6 +274972,7 @@ self: { testHaskellDepends = [ base hspec transformers unliftio ]; description = "CPS resource allocation but as a Monad and completely safe"; license = lib.licenses.agpl3Plus; + maintainers = [ lib.maintainers.mangoiv ]; }) {}; "scottish" = callPackage @@ -276641,6 +276647,7 @@ self: { description = "Cryptography for the casual user"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.mangoiv ]; broken = true; }) {}; @@ -311024,6 +311031,7 @@ self: { ]; description = "A typeclass for user-facing output"; license = lib.licenses.mit; + maintainers = [ lib.maintainers.mangoiv ]; }) {}; "text-format" = callPackage @@ -324294,6 +324302,7 @@ self: { description = "a library which implements easy, concurrent and pretty logging"; license = lib.licenses.agpl3Plus; mainProgram = "unclogging"; + maintainers = [ lib.maintainers.mangoiv ]; }) {}; "unconditional-jump" = callPackage