haskellPackages.hiedb: remove redundant patch

This commit is contained in:
Ellie Hermaszewska 2023-11-20 16:32:21 +08:00
parent 3ed29a3e85
commit d984a65c4d
No known key found for this signature in database

View File

@ -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 ###
###########################################