haskell-construct: drop obsolete overrides

This commit is contained in:
Peter Simons 2020-02-27 14:26:16 +01:00
parent 73af2522be
commit 78a2350f2c

View file

@ -1378,12 +1378,6 @@ self: super: {
# Unnecessary upper bound on vector <0.12.1 # Unnecessary upper bound on vector <0.12.1
bitwise-enum = doJailbreak super.bitwise-enum; bitwise-enum = doJailbreak super.bitwise-enum;
# Needs more recent versions of those libraries
construct = super.construct.overrideScope (self: super: {
incremental-parser = self.incremental-parser_0_4;
monoid-subclasses = self.monoid-subclasses_1_0_1;
});
# Needs more recent streamly version # Needs more recent streamly version
streamly-bytestring = super.streamly-bytestring.override { streamly-bytestring = super.streamly-bytestring.override {
streamly = self.streamly_0_7_1; streamly = self.streamly_0_7_1;