haskellPackages.construct: Fix build

This commit is contained in:
Silvan Mosberger 2020-02-21 04:53:40 +01:00 committed by Peter Simons
parent 87fc484219
commit b359080688

View File

@ -1470,4 +1470,10 @@ self: super: {
# Unnecessary upper bound on vector <0.12.1
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;
});
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super