mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
haskellPackages.stylish-haskell: patch bound
This commit is contained in:
@@ -297,6 +297,14 @@ with haskellLib;
|
||||
})
|
||||
] super.cabal-add;
|
||||
|
||||
stylish-haskell = appendPatches [
|
||||
(pkgs.fetchpatch {
|
||||
name = "bump-optparse-applicative.patch";
|
||||
url = "https://github.com/haskell/stylish-haskell/commit/d1bc9bb91a0f9b122f2d4348022ce0fa1566124f.patch";
|
||||
hash = "sha256-kRP4mABb1rlrx4GBPTozOS9fPudSzb36JcTKA8VMhgw=";
|
||||
})
|
||||
] super.stylish-haskell;
|
||||
|
||||
###########################################
|
||||
### END HASKELL-LANGUAGE-SERVER SECTION ###
|
||||
###########################################
|
||||
|
||||
Reference in New Issue
Block a user