darcs: don't try to build the package with ghc-8.8.x

This commit is contained in:
Peter Simons 2020-04-10 21:27:47 +02:00
parent 556367eb12
commit 0eb4bfa5fb

View file

@ -91,4 +91,9 @@ self: super: {
# ghc-8.8:
# https://github.com/adnelson/semver-range/issues/15
semver-range = dontCheck super.semver-range;
# The current version 2.14.2 does not compile with ghc-8.8.x or newer because
# of issues with Cabal 3.x.
darcs = dontDistribute super.darcs;
}