File tree Expand file tree Collapse file tree
pkgs/development/haskell-modules Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments