haskell.packages.ghc944.tasty-hedgehog: 1.4.0.0 -> 1.4.0.1

This commit is contained in:
Dennis Gosnell 2023-03-30 11:02:10 +09:00
parent 9283ba9fbb
commit f90d974481
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -125,7 +125,7 @@ in {
hedgehog = doDistribute (dontHaddock super.hedgehog_1_2);
# tasty-hedgehog > 1.3 necessary to work with hedgehog 1.2:
# https://github.com/qfpl/tasty-hedgehog/pull/63
tasty-hedgehog = self.tasty-hedgehog_1_4_0_0;
tasty-hedgehog = self.tasty-hedgehog_1_4_0_1;
# https://github.com/dreixel/syb/issues/38
syb = dontCheck super.syb;