haskellPackages.generic-optics: Fix build

wip/little-gl
Malte Brandy 3 years ago
parent 814c7e8ce3
commit 8c4331f13a
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -1918,4 +1918,8 @@ EOT
network = self.network-bsd;
}) "-f-_old_network";
# 2021-05-14: Testsuite is failing.
# https://github.com/kcsongor/generic-lens/issues/133
generic-optics = dontCheck super.generic-optics;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

@ -1510,7 +1510,6 @@ broken-packages:
- generic-lens-labels
- generic-lucid-scaffold
- generic-maybe
- generic-optics
- generic-override-aeson
- generic-pretty
- genericserialize

@ -98707,9 +98707,7 @@ self: {
];
description = "Generically derive traversals, lenses and prisms";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ maralorn ];
broken = true;
}) {};
"generic-optics-lite" = callPackage

Loading…
Cancel
Save