···946 # Tries to read a file it is not allowed to in the test suite
947 load-env = dontCheck super.load-env;
948949- # Disable test suite because it sporadically OOMs even with 16G.
950- # Jailbreak for QuickCheck >=2.3 && <2.11, base >=4.2 && <4.11.
951- ChasingBottoms = doJailbreak (dontCheck super.ChasingBottoms);
952953 # Add support for https://github.com/haskell-hvr/multi-ghc-travis.
954 multi-ghc-travis = self.callPackage ../tools/haskell/multi-ghc-travis {};
···946 # Tries to read a file it is not allowed to in the test suite
947 load-env = dontCheck super.load-env;
948949+ # Use latest version to support newer QuickCheck and base libraries.
950+ ChasingBottoms = self.ChasingBottoms_1_3_1_4;
0951952 # Add support for https://github.com/haskell-hvr/multi-ghc-travis.
953 multi-ghc-travis = self.callPackage ../tools/haskell/multi-ghc-travis {};