haskell-ChasingBottoms: drop obsolete override

This commit is contained in:
Peter Simons 2018-03-11 16:01:43 +01:00
parent 83de07c6b4
commit 86058acb2f

View File

@ -946,9 +946,6 @@ self: super: {
# Tries to read a file it is not allowed to in the test suite
load-env = dontCheck super.load-env;
# 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 {};