haskellPackages.table-layout: unbreak

launchpad/nixpkgs/master
sternenseemann 3 years ago
parent faa7f48140
commit ca264edb1b
  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

@ -1952,4 +1952,8 @@ EOT
hackage-db_2_1_0 = doDistribute super.hackage-db_2_1_0;
# Too strict bounds on QuickCheck
# https://github.com/muesli4/table-layout/issues/16
table-layout = doJailbreak super.table-layout;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

@ -4573,7 +4573,6 @@ broken-packages:
- t3-server
- table
- tableaux
- table-layout
- tables
- Tables
- tablestorage

@ -254038,8 +254038,6 @@ self: {
];
description = "Format tabular data as grid or table";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"table-tennis" = callPackage

Loading…
Cancel
Save