haskell-src: mark the package broken with ghc-8.8.x
This commit is contained in:
parent
4485fc595d
commit
ab64a69b54
@ -100,8 +100,6 @@ self: super: {
|
|||||||
url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/hedgehog-1.0.patch";
|
url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/hedgehog-1.0.patch";
|
||||||
sha256 = "16gadh1hb74jqvzc9c893sffb1y2vjglblyrqjwp7xfhccq7g8yw";
|
sha256 = "16gadh1hb74jqvzc9c893sffb1y2vjglblyrqjwp7xfhccq7g8yw";
|
||||||
});
|
});
|
||||||
easytest = markBroken super.easytest;
|
|
||||||
easytest_0_3 = markBroken super.easytest_0_3;
|
|
||||||
regex-tdfa = appendPatch super.regex-tdfa (pkgs.fetchpatch {
|
regex-tdfa = appendPatch super.regex-tdfa (pkgs.fetchpatch {
|
||||||
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-tdfa-1.2.3.1.patch";
|
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-tdfa-1.2.3.1.patch";
|
||||||
sha256 = "1lhas4s2ms666prb475gaw2bqw1v4y8cxi66sy20j727sx7ppjs7";
|
sha256 = "1lhas4s2ms666prb475gaw2bqw1v4y8cxi66sy20j727sx7ppjs7";
|
||||||
@ -150,6 +148,11 @@ self: super: {
|
|||||||
# Upstream ships a broken Setup.hs file.
|
# Upstream ships a broken Setup.hs file.
|
||||||
csv = overrideCabal super.csv (drv: { prePatch = "rm Setup.hs"; });
|
csv = overrideCabal super.csv (drv: { prePatch = "rm Setup.hs"; });
|
||||||
|
|
||||||
|
# mark broken packages
|
||||||
|
easytest = markBroken super.easytest;
|
||||||
|
easytest_0_3 = markBroken super.easytest_0_3;
|
||||||
|
haskell-src = markBrokenVersion "1.0.3.0" super.haskell-src;
|
||||||
|
|
||||||
# use latest version to fix the build
|
# use latest version to fix the build
|
||||||
hackage-db = self.hackage-db_2_1_0;
|
hackage-db = self.hackage-db_2_1_0;
|
||||||
lens = self.lens_4_18_1;
|
lens = self.lens_4_18_1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user