From 90eb3d4d635bd4c71e9d05dd3d840d1830435abf Mon Sep 17 00:00:00 2001 From: Philipp Joram Date: Sun, 7 Aug 2022 01:07:55 +0300 Subject: [PATCH] haskellPackages: unbreak nvim-hs-contrib Version 2.0.0.1 of nvim-hs-contrib was released on Hackage, which fixes compilation with GHC 9. --- .../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 79cb323d1d4f..694dd2292244 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -3525,7 +3525,6 @@ broken-packages: - numhask-histogram - numhask-prelude - Nutri - - nvim-hs-contrib - NXTDSL - nyan-interpolation-core - nylas diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 61e86cbcc36a..d90aefcac56f 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -203714,8 +203714,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell plugin backend for neovim"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nvim-hs-ghcid" = callPackage