haskell-QuickCheck: drop obsolete override for ghc-8.0.x

This commit is contained in:
Peter Simons 2016-02-09 21:28:20 +01:00
parent 8d0219c6ef
commit 3906a32bda

View file

@ -40,9 +40,6 @@ self: super: {
# jailbreak-cabal can use the native Cabal library.
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; };
# Older versions of QuickCheck don't support our version of Template Haskell.
QuickCheck = self.QuickCheck_2_8_2;
# https://github.com/hspec/HUnit/issues/7
HUnit = dontCheck super.HUnit;