Skip to content

Commit

Permalink
haskellPackages.streamly-bytestring: Fix build
Browse files Browse the repository at this point in the history
(cherry picked from commit cf69e61)
  • Loading branch information
infinisil committed Feb 21, 2020
1 parent d9decde commit 3b9b66d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1409,4 +1409,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_0;
};

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

0 comments on commit 3b9b66d

Please sign in to comment.