mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 03:23:17 +00:00
haskellPackages.hiedb: remove redundant patch
This commit is contained in:
parent
3ed29a3e85
commit
d984a65c4d
@ -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 ###
|
||||
###########################################
|
||||
|
Loading…
Reference in New Issue
Block a user