haskell-binary-instances: drop obsolete override

Unfortunately, this doesn't mean that the package now compiles
because it still depends on an newer version of time-compat. :-(
This commit is contained in:
Peter Simons 2020-11-06 21:27:34 +01:00
parent 7347bbf454
commit 8925f7ae79

View file

@ -1173,9 +1173,6 @@ self: super: {
# 2020-06-22: NOTE: > 0.4.0 => rm Jailbreak: https://github.com/serokell/nixfmt/issues/71
nixfmt = doJailbreak super.nixfmt;
# 2020-06-22: NOTE: QuickCheck upstreamed https://github.com/phadej/binary-instances/issues/7
binary-instances = dontCheck super.binary-instances;
# The test suite depends on an impure cabal-install installation in
# $HOME, which we don't have in our build sandbox.
cabal-install-parsers = dontCheck super.cabal-install-parsers;