haskellPackages.chs-cabal: Fix build by overriding Cabal dep

This commit is contained in:
Malte Brandy 2021-08-10 14:33:36 +02:00
parent 1445bec521
commit 50dc9c1b67
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1937,4 +1937,9 @@ EOT
sha256 = "0l15ccfdys100jf50s9rr4p0d0ikn53bkh7a9qlk9i0y0z5jc6x1";
});
# Needs Cabal >= 3.4
chs-cabal = super.chs-cabal.override {
Cabal = self.Cabal_3_6_0_0;
};
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super