haskell-ChasingBottoms: add override that uses the latest version

+2 -3
+2 -3
pkgs/development/haskell-modules/configuration-common.nix
··· 946 946 # Tries to read a file it is not allowed to in the test suite 947 947 load-env = dontCheck super.load-env; 948 948 949 - # 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); 949 + # Use latest version to support newer QuickCheck and base libraries. 950 + ChasingBottoms = self.ChasingBottoms_1_3_1_4; 952 951 953 952 # Add support for https://github.com/haskell-hvr/multi-ghc-travis. 954 953 multi-ghc-travis = self.callPackage ../tools/haskell/multi-ghc-travis {};