darcs: don't try to build the package with ghc-8.8.x
This commit is contained in:
parent
556367eb12
commit
0eb4bfa5fb
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user