From 29e871b2d0273abf63662d3c8400ee5cdf3e7e77 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Jan 2020 21:02:44 +0100 Subject: haskell-krank: jailbreak to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 857a81393a01..f28bf4bb7075 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 -- cgit 1.4.1