Loading pkgs/development/haskell-modules/configuration-common.nix +0 −13 Original line number Diff line number Diff line Loading @@ -143,19 +143,6 @@ self: super: { hash = "sha256-WPhCQmn3rjCOiQFJz23QQ84zfm43FNll0BfsNK5pkG0="; }) super.hls-rename-plugin) else super.hls-rename-plugin; hls-floskell-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal (drv: { prePatch = drv.prePatch or "" + '' "${pkgs.buildPackages.dos2unix}/bin/dos2unix" *.cabal ''; }) (appendPatch (fetchpatch { name = "hls-floskell-ghc-9.4-compat.patch"; url = "https://github.com/haskell/haskell-language-server/commit/ddc67b2d4d719623b657aa54db20bf58c58a5d4a.patch"; relative = "plugins/hls-floskell-plugin"; hash = "sha256-n2vuzGbdvhW6I8c7Q22SuNIKSX2LwGNBTVyLLHJIsiU="; }) super.hls-floskell-plugin) else super.hls-floskell-plugin; hie-compat = if lib.versionAtLeast super.ghc.version "9.6" then overrideCabal (drv: { prePatch = drv.prePatch or "" + '' Loading Loading
pkgs/development/haskell-modules/configuration-common.nix +0 −13 Original line number Diff line number Diff line Loading @@ -143,19 +143,6 @@ self: super: { hash = "sha256-WPhCQmn3rjCOiQFJz23QQ84zfm43FNll0BfsNK5pkG0="; }) super.hls-rename-plugin) else super.hls-rename-plugin; hls-floskell-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal (drv: { prePatch = drv.prePatch or "" + '' "${pkgs.buildPackages.dos2unix}/bin/dos2unix" *.cabal ''; }) (appendPatch (fetchpatch { name = "hls-floskell-ghc-9.4-compat.patch"; url = "https://github.com/haskell/haskell-language-server/commit/ddc67b2d4d719623b657aa54db20bf58c58a5d4a.patch"; relative = "plugins/hls-floskell-plugin"; hash = "sha256-n2vuzGbdvhW6I8c7Q22SuNIKSX2LwGNBTVyLLHJIsiU="; }) super.hls-floskell-plugin) else super.hls-floskell-plugin; hie-compat = if lib.versionAtLeast super.ghc.version "9.6" then overrideCabal (drv: { prePatch = drv.prePatch or "" + '' Loading