haskell-krank: jailbreak to fix the build

This commit is contained in:
Peter Simons 2020-01-10 21:02:44 +01:00
parent 0685be711e
commit 29e871b2d0

View file

@ -1365,4 +1365,8 @@ self: super: {
ormolu = doJailbreak (super.ormolu.override {
ghc-lib-parser = self.ghc-lib-parser_8_8_1_20191204;
});
# krank-0.1.0 does not accept PyF-0.9.0.0.
krank = doJailbreak super.krank;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super