summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2021-01-09 00:32:47 +0800
committerJoe Hermaszewski <git@monoid.al>2021-01-09 00:45:59 +0800
commit2a9c1eb91e860421297effd0c24f9cb8d71f21b6 (patch)
tree54dc5afe39d0f6b8415e4b56267338e5df8ff38b /pkgs/development/haskell-modules/configuration-common.nix
parent08fc5efd43d4283d43d1f287decf507d2eeda759 (diff)
downloadnixpkgs-2a9c1eb91e860421297effd0c24f9cb8d71f21b6.tar
nixpkgs-2a9c1eb91e860421297effd0c24f9cb8d71f21b6.tar.gz
nixpkgs-2a9c1eb91e860421297effd0c24f9cb8d71f21b6.tar.bz2
nixpkgs-2a9c1eb91e860421297effd0c24f9cb8d71f21b6.tar.lz
nixpkgs-2a9c1eb91e860421297effd0c24f9cb8d71f21b6.tar.xz
nixpkgs-2a9c1eb91e860421297effd0c24f9cb8d71f21b6.tar.zst
nixpkgs-2a9c1eb91e860421297effd0c24f9cb8d71f21b6.zip
haskellPackages.nothunks: jailbreak to fix tests
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 ce48c357803..323ce73e9c1 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1556,4 +1556,8 @@ self: super: {
   # https://github.com/jaspervdj/profiteur/issues/33
   profiteur = doJailbreak super.profiteur;
 
+  # Test suite has overly strict bounds on tasty.
+  # https://github.com/input-output-hk/nothunks/issues/9
+  nothunks = doJailbreak super.nothunks;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super