haskell-construct: drop obsolete overrides
This commit is contained in:
parent
73af2522be
commit
78a2350f2c
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue