summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-08-08 22:45:56 +0200
committermaralorn <mail@maralorn.de>2023-08-08 22:49:51 +0200
commit3f8666295104180f95d27d209453dc1c83565b2f (patch)
tree8d728168882232584b7dc5946504e2229ffda5d9 /pkgs/development/haskell-modules/configuration-common.nix
parentd0cdaabcf9f988799baf6990216f94051207462f (diff)
downloadnixpkgs-3f8666295104180f95d27d209453dc1c83565b2f.tar
nixpkgs-3f8666295104180f95d27d209453dc1c83565b2f.tar.gz
nixpkgs-3f8666295104180f95d27d209453dc1c83565b2f.tar.bz2
nixpkgs-3f8666295104180f95d27d209453dc1c83565b2f.tar.lz
nixpkgs-3f8666295104180f95d27d209453dc1c83565b2f.tar.xz
nixpkgs-3f8666295104180f95d27d209453dc1c83565b2f.tar.zst
nixpkgs-3f8666295104180f95d27d209453dc1c83565b2f.zip
haskell.packages.ghc9{0,2}.haskell-language-server: Fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 892e0488436..ea691888c26 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -117,8 +117,6 @@ self: super: {
   hls-brittany-plugin = assert super.hls-brittany-plugin.version == "1.1.0.0"; doJailbreak super.hls-brittany-plugin;
 
   hls-hlint-plugin = super.hls-hlint-plugin.override {
-    # For "ghc-lib" flag see https://github.com/haskell/haskell-language-server/issues/3185#issuecomment-1250264515
-    hlint = enableCabalFlag "ghc-lib" super.hlint;
     apply-refact = self.apply-refact_0_11_0_0;
   };