haskellPackages.large-records: adjust to new release

This commit is contained in:
Alexandre Esteves 2024-07-20 18:26:55 +01:00
parent 06bb092d40
commit a0e8537975
4 changed files with 0 additions and 17 deletions

View File

@ -2648,9 +2648,6 @@ self: super: {
sha256 = "sha256-iHiF4EWL/GjJFnr/6aR+yMZKLMLAZK+gsgSxG8YaeDI=";
}) super.records-sop;
# Need https://github.com/well-typed/large-records/pull/151
large-generics = doJailbreak super.large-generics;
# Fix build failures for ghc 9 (https://github.com/mokus0/polynomial/pull/20)
polynomial = appendPatch (fetchpatch {
name = "haskell-polynomial.20.patch";

View File

@ -3404,7 +3404,6 @@ broken-packages:
- language-webidl # failure in job https://hydra.nixos.org/build/233194656 at 2023-09-02
- laop # failure in job https://hydra.nixos.org/build/233204106 at 2023-09-02
- LargeCardinalHierarchy # failure in job https://hydra.nixos.org/build/233250339 at 2023-09-02
- large-records
- Lastik # failure in job https://hydra.nixos.org/build/233194460 at 2023-09-02
- latest-npm-version # failure in job https://hydra.nixos.org/build/233239108 at 2023-09-02
- latex-formulae-image # failure in job https://hydra.nixos.org/build/233251243 at 2023-09-02
@ -6232,7 +6231,6 @@ broken-packages:
- type-indexed-queues # failure in job https://hydra.nixos.org/build/233197833 at 2023-09-02
- type-interpreter # failure in job https://hydra.nixos.org/build/233192182 at 2023-09-02
- type-int # failure in job https://hydra.nixos.org/build/233245978 at 2023-09-02
- typelet # failure in job https://hydra.nixos.org/build/236691051 at 2023-10-04
- type-level-bst # failure in job https://hydra.nixos.org/build/233202030 at 2023-09-02
- type-level-natural-number-induction # failure in job https://hydra.nixos.org/build/233259499 at 2023-09-02
- type-level-natural-number-operations # failure in job https://hydra.nixos.org/build/233198314 at 2023-09-02

View File

@ -1784,8 +1784,6 @@ dont-distribute-packages:
- groundhog-sqlite
- groundhog-th
- grpc-etcd-client
- grpc-haskell
- grpc-haskell-core
- gruff
- gruff-examples
- gsc-weighting
@ -2503,7 +2501,6 @@ dont-distribute-packages:
- language-python-colour
- language-qux
- language-spelling
- large-anon
- lat
- latex-formulae-hakyll
- latex-formulae-pandoc
@ -3200,7 +3197,6 @@ dont-distribute-packages:
- proplang
- prosidyc
- proto-lens-descriptors
- proto3-suite
- protobuf-native
- protocol-buffers-descriptor
- protocol-buffers-descriptor-fork

View File

@ -132172,7 +132172,6 @@ self: {
];
description = "Haskell implementation of gRPC layered on shared C library";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"grpc-haskell-core" = callPackage
@ -132198,7 +132197,6 @@ self: {
];
description = "Haskell implementation of gRPC layered on shared C library";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {gpr = null; inherit (pkgs) grpc;};
"gruff" = callPackage
@ -187778,7 +187776,6 @@ self: {
];
description = "Scalable anonymous records";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "large-anon-testsuite-fourmolu-preprocessor";
}) {};
@ -187857,9 +187854,7 @@ self: {
];
description = "Efficient compilation for large records, linear in the size of the record";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.alexfmpe ];
broken = true;
}) {};
"largeword" = callPackage
@ -248464,7 +248459,6 @@ self: {
];
description = "A higher-level API to the proto3-wire library";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.alexfmpe ];
}) {};
@ -315494,8 +315488,6 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ];
description = "Plugin to faciliate type-level let";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"typelevel" = callPackage