haskellPackages.hpack-dhall: disable tests due to outdated test data

This commit is contained in:
sternenseemann 2021-12-26 12:28:33 +01:00
parent f4b07c3549
commit 73d9158d70

View File

@ -2225,4 +2225,9 @@ self: super: {
] ++ drv.testFlags or [];
}) super.aeson-quick;
# golden files expect an old version of hpack, so tests fail intermittently
# TODO: maybe disable golden test suite altogether? this will happen again as
# hpack emits its version into the generated files…
hpack-dhall = assert super.hpack-dhall.version == "0.5.3"; dontCheck super.hpack-dhall;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super