haskellPackages.graphql-client: Fix build and make maralorn maintainer

This commit is contained in:
maralorn
2023-01-29 22:20:59 +01:00
committed by Florian Brandes
parent decbf455a1
commit 5bc676138e
5 changed files with 5 additions and 5 deletions

View File

@@ -203,6 +203,9 @@ self: super: {
# base bound
digit = doJailbreak super.digit;
# 2022-01-29: Tests require package to be in ghc-db.
aeson-schemas = dontCheck super.aeson-schemas;
# matterhorn-50200.17.0 won't work with brick >= 0.71, brick-skylighting >= 1.0
matterhorn = doJailbreak (super.matterhorn.overrideScope (self: super: {
brick = self.brick_0_70_1;

View File

@@ -86,7 +86,6 @@ broken-packages:
- aeson-parsec-picky
- aeson-prefix
- aeson-schema
- aeson-schemas
- aeson-smart
- aeson-streams
- aeson-t

View File

@@ -297,6 +297,7 @@ package-maintainers:
- emanote
- generic-optics
- ghcid
- graphql-client
- haskell-language-server
- hedgehog
- hledger

View File

@@ -1858,7 +1858,6 @@ dont-distribute-packages:
- graph-visit
- graphicsFormats
- graphicstools
- graphql-client
- graphtype
- greencard-lib
- grenade

View File

@@ -26313,8 +26313,6 @@ self: {
];
description = "Easily consume JSON data on-demand with type-safety";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"aeson-serialize" = callPackage
@@ -120349,8 +120347,8 @@ self: {
];
description = "A client for Haskell programs to query a GraphQL API";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "graphql-codegen";
maintainers = [ lib.maintainers.maralorn ];
}) {};
"graphql-spice" = callPackage