Skip to content

Commit 6df3536

Browse files
committed
Revert "Add new hiedb to nix config"
This reverts commit d0c18d3.
1 parent b082681 commit 6df3536

5 files changed

+0
-12
lines changed

configuration-ghc-90.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ let
2424
lsp-types = hself.callCabal2nix "lsp-types" inputs.lsp-types {};
2525
lsp-test = hself.callCabal2nix "lsp-test" inputs.lsp-test {};
2626

27-
hiedb = hself.callCabal2nix "hiedb" inputs.hiedb {};
28-
2927
hlint = appendConfigureFlag (hself.callCabal2nix "hlint" inputs.hlint-35 {}) "-fghc-lib";
3028

3129
hls-hlint-plugin = hself.callCabal2nixWithOptions "hls-hlint-plugin"

configuration-ghc-92.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ let
2525

2626
ghc-lib-parser = hsuper.ghc-lib-parser_9_4_5_20230430;
2727

28-
hiedb = hself.callCabal2nix "hiedb" inputs.hiedb {};
29-
3028
hlint = appendConfigureFlag (hself.callCabal2nix "hlint" inputs.hlint-35 {}) "-fghc-lib";
3129

3230
ormolu = hself.callCabal2nix "ormolu" inputs.ormolu-052 {};

configuration-ghc-94.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ let
2323
lsp-types = hself.callCabal2nix "lsp-types" inputs.lsp-types {};
2424
lsp-test = dontCheck (hself.callCabal2nix "lsp-test" inputs.lsp-test {});
2525

26-
hiedb = hself.callCabal2nix "hiedb" inputs.hiedb {};
27-
2826
# Re-generate HLS drv excluding some plugins
2927
haskell-language-server =
3028
hself.callCabal2nixWithOptions "haskell-language-server" ./.

configuration-ghc-96.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ let
4848
lsp-types = hself.callCabal2nix "lsp-types" inputs.lsp-types {};
4949
lsp-test = dontCheck (hself.callCabal2nix "lsp-test" inputs.lsp-test {});
5050

51-
hiedb = hself.callCabal2nix "hiedb" inputs.hiedb {};
52-
5351
# Re-generate HLS drv excluding some plugins
5452
haskell-language-server =
5553
hself.callCabal2nixWithOptions "haskell-language-server" ./.

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@
8181
url = "github:smunix/implicit-hie-cradle?ref=smunix-patch-hls-0.5-1";
8282
flake = false;
8383
};
84-
hiedb = {
85-
url = "github:nlander/HieDb?ref=all-new-functions";
86-
flake = false;
87-
};
8884
};
8985
outputs =
9086
inputs@{ self, nixpkgs, flake-compat, flake-utils, gitignore, ... }:

0 commit comments

Comments
 (0)