haskell-cabal-plan: add override to fix the build

This commit is contained in:
Peter Simons 2019-09-19 13:45:42 +02:00
parent e9322d4386
commit b08ced9110

View file

@ -1228,4 +1228,7 @@ self: super: {
'';
});
# The LTS-14.x version of optparse-applicative is too old.
cabal-plan = super.cabal-plan.override { optparse-applicative = self.optparse-applicative_0_15_1_0; };
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super