haskellPackages.streamly-bytestring: Fix build

This commit is contained in:
Silvan Mosberger 2020-02-21 05:13:34 +01:00 committed by Peter Simons
parent b359080688
commit ef30908eef

View File

@ -1476,4 +1476,9 @@ self: super: {
monoid-subclasses = self.monoid-subclasses_1_0_1;
});
# Needs more recent streamly version
streamly-bytestring = super.streamly-bytestring.override {
streamly = self.streamly_0_7_1;
};
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super