summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2023-11-20 16:32:21 +0800
committerEllie Hermaszewska <git@monoid.al>2023-11-20 16:32:21 +0800
commitd984a65c4d0e34e8312d82ffa576fa69386aae66 (patch)
tree4d78f71604e0c59b0b1552dfb27b1e9376f9836a /pkgs/development/haskell-modules
parent3ed29a3e852af1cf9c37a66eff574548e828627f (diff)
haskellPackages.hiedb: remove redundant patch
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fd25cb5a969d..125c3216188f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -121,23 +121,6 @@ self: super: {
# For -f-auto see cabal.project in haskell-language-server.
ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser (disableCabalFlag "auto" super.ghc-lib-parser-ex);
- hiedb =
- lib.pipe
- super.hiedb
- [
- # hiedb-0.4.3.0 does not yet support algebraic-graphs-0.7. This patch works
- # around the issue.
- # https://github.com/wz1000/HieDb/pull/44
- (appendPatch
- (pkgs.fetchpatch {
- name = "hiedb-algebraic-graphs-0.7.patch";
- url = "https://github.com/wz1000/HieDB/commit/4ac8e6735321872b9d5d15a9cac492add5555234.patch";
- hash = "sha256-Iu+M8r+DrpoxUCG6yekgbW+GffoNjjRksnwUJ6jojhE=";
- }))
- # Patch does not actually bump the bound in the .cabal file.
- doJailbreak
- ];
-
###########################################
### END HASKELL-LANGUAGE-SERVER SECTION ###
###########################################