mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-cabal-plan: add override to fix the build
This commit is contained in:
parent
e9322d4386
commit
b08ced9110
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue