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 # base bound
digit = doJailbreak super.digit; 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-50200.17.0 won't work with brick >= 0.71, brick-skylighting >= 1.0
matterhorn = doJailbreak (super.matterhorn.overrideScope (self: super: { matterhorn = doJailbreak (super.matterhorn.overrideScope (self: super: {
brick = self.brick_0_70_1; brick = self.brick_0_70_1;

View File

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

View File

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

View File

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

View File

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