about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-10 21:02:44 +0100
committerPeter Simons <simons@cryp.to>2020-01-10 21:02:44 +0100
commit29e871b2d0273abf63662d3c8400ee5cdf3e7e77 (patch)
treedb0120801e885383666a5782f0b3bb9ee5b0e918 /pkgs/development/haskell-modules
parent0685be711ebb16a458ba29216eb081ec7194a9fa (diff)
downloadnixlib-29e871b2d0273abf63662d3c8400ee5cdf3e7e77.tar
nixlib-29e871b2d0273abf63662d3c8400ee5cdf3e7e77.tar.gz
nixlib-29e871b2d0273abf63662d3c8400ee5cdf3e7e77.tar.bz2
nixlib-29e871b2d0273abf63662d3c8400ee5cdf3e7e77.tar.lz
nixlib-29e871b2d0273abf63662d3c8400ee5cdf3e7e77.tar.xz
nixlib-29e871b2d0273abf63662d3c8400ee5cdf3e7e77.tar.zst
nixlib-29e871b2d0273abf63662d3c8400ee5cdf3e7e77.zip
haskell-krank: jailbreak to fix the build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
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