haskell.packages.ghc94.tasty-hedgehog: override version 1.3.1.0 with 1.4.0.0

This commit is contained in:
Dennis Gosnell 2022-11-22 14:00:54 +09:00
parent 4d8f23c5c8
commit d57e153099

View file

@ -127,9 +127,9 @@ in {
# We need >= 1.1.2 for ghc-9.4 support, but we don't have 1.1.x in
# hackage-packages.nix
hedgehog = doDistribute (dontHaddock super.hedgehog_1_2);
# does not work with hedgehog 1.2 yet:
# tasty-hedgehog > 1.3 necessary to work with hedgehog 1.2:
# https://github.com/qfpl/tasty-hedgehog/pull/63
tasty-hedgehog = markBroken super.tasty-hedgehog;
tasty-hedgehog = self.tasty-hedgehog_1_4_0_0;
# due to tasty-hedgehog
retry = checkAgainAfter super.tasty-hedgehog "1.3.0.0" "tasty-hedgehog broken" (dontCheck super.retry);