Skip to content

Commit 59617bc

Browse files
maralornpeti
authored andcommitted
haskellPackages.ghcide: Fix build
1 parent f40afea commit 59617bc

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pkgs/development/haskell-modules/configuration-common.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,14 +1209,9 @@ self: super: {
12091209

12101210
# this will probably need to get updated with every ghcide update,
12111211
# we need an override because ghcide is tracking haskell-lsp closely.
1212-
ghcide = dontCheck (appendPatch (super.ghcide.override {
1212+
ghcide = dontCheck (super.ghcide.overrideScope (self: super: {
12131213
hie-bios = dontCheck super.hie-bios_0_7_1;
12141214
lsp-test = dontCheck self.lsp-test_0_11_0_5;
1215-
}) (pkgs.fetchpatch {
1216-
# This patch loosens the hie-bios upper bound.
1217-
# It is already merged into upstream and won‘t be needed for ghcide 0.4.0
1218-
url = "https://github.com/haskell/ghcide/commit/3e1b3620948870a4da8808ca0c0897fbd3ecad16.patch";
1219-
sha256 = "1jwn7jgi740x6wwv1k0mz9d4z0b9p3mzs54pdg4nfq0h2v7zxchz";
12201215
}));
12211216

12221217
# hasn‘t bumped upper bounds

0 commit comments

Comments
 (0)