From f7862834d88ef4ced6e615a908d4eeacf734e969 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 8 Jun 2022 13:51:30 +0900 Subject: [PATCH] haskellPackages.highlight: unbreak --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 0dc367e6e2e0..3c5f3a2ab435 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2210,7 +2210,6 @@ broken-packages: - higgledy - higherorder - highjson - - highlight - highlight-versions - highWaterMark - himg diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 5164ef08961a..3303464ba7d4 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -134235,8 +134235,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Command line tool for highlighting parts of files matching a regex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "highlight-versions" = callPackage