summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-04-16 19:21:41 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-04-16 19:21:41 +0200
commit591ef853c741213c6f81d7b2935e64afac00701b (patch)
tree83a0ed5d03b70c2334087a924accc77d728ec096 /pkgs/development/haskell-modules/configuration-common.nix
parent4c71d57c99495ea405b29bf3fa7ed8f73d3d26cf (diff)
downloadnixpkgs-591ef853c741213c6f81d7b2935e64afac00701b.tar
nixpkgs-591ef853c741213c6f81d7b2935e64afac00701b.tar.gz
nixpkgs-591ef853c741213c6f81d7b2935e64afac00701b.tar.bz2
nixpkgs-591ef853c741213c6f81d7b2935e64afac00701b.tar.lz
nixpkgs-591ef853c741213c6f81d7b2935e64afac00701b.tar.xz
nixpkgs-591ef853c741213c6f81d7b2935e64afac00701b.tar.zst
nixpkgs-591ef853c741213c6f81d7b2935e64afac00701b.zip
haskellPackages.lzma-static: unbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 4338d58a69a..5048002f088 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1811,4 +1811,8 @@ self: super: {
   # PR pending https://github.com/zohl/cereal-time/pull/2
   cereal-time = doJailbreak super.cereal-time;
 
+  # 2021-04-16: too strict bounds on QuickCheck and tasty
+  # https://github.com/hasufell/lzma-static/issues/1
+  lzma-static = doJailbreak super.lzma-static;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super