mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-polyparse: drop obsolete override for ghc-8.6.x
This commit is contained in:
parent
cd68a8c7cc
commit
3d5f7e368f
1 changed files with 0 additions and 6 deletions
|
@ -99,12 +99,6 @@ self: super: {
|
||||||
# https://github.com/bmillwood/haskell-src-meta/pull/80
|
# https://github.com/bmillwood/haskell-src-meta/pull/80
|
||||||
haskell-src-meta = doJailbreak super.haskell-src-meta;
|
haskell-src-meta = doJailbreak super.haskell-src-meta;
|
||||||
|
|
||||||
# The official 1.12 release is broken and unmaintained.
|
|
||||||
polyparse = appendPatch (overrideCabal super.polyparse (drv: { editedCabalFile = null; })) (pkgs.fetchpatch {
|
|
||||||
url = https://github.com/bergmark/polyparse/commit/8a69ee7e57db798c106d8b56dce05b1dfc4fed37.patch;
|
|
||||||
sha256 = "11r73wx1w6bfrkrnk6r9k7rfzp6qrvkdikb2by37ld06c0w6nn57";
|
|
||||||
});
|
|
||||||
|
|
||||||
# https://github.com/skogsbaer/HTF/issues/69
|
# https://github.com/skogsbaer/HTF/issues/69
|
||||||
HTF = markBrokenVersion "0.13.2.4" super.HTF;
|
HTF = markBrokenVersion "0.13.2.4" super.HTF;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue