haskell-ChasingBottoms: add override that uses the latest version

This commit is contained in:
Peter Simons 2018-03-10 15:17:29 +01:00
parent 797c272b66
commit 4e63fcec1b

View File

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