about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-15 20:42:18 +0100
committerPeter Simons <simons@cryp.to>2021-01-15 20:42:18 +0100
commit6c3e331e1c2f5323ff03c8be3d6262c34b683194 (patch)
treede98c6c51f8ba4bfcdfd4c0803e3c1050b548bb5 /pkgs/development/haskell-modules
parent48278265c7fe5148216675df0565808434eab385 (diff)
downloadnixlib-6c3e331e1c2f5323ff03c8be3d6262c34b683194.tar
nixlib-6c3e331e1c2f5323ff03c8be3d6262c34b683194.tar.gz
nixlib-6c3e331e1c2f5323ff03c8be3d6262c34b683194.tar.bz2
nixlib-6c3e331e1c2f5323ff03c8be3d6262c34b683194.tar.lz
nixlib-6c3e331e1c2f5323ff03c8be3d6262c34b683194.tar.xz
nixlib-6c3e331e1c2f5323ff03c8be3d6262c34b683194.tar.zst
nixlib-6c3e331e1c2f5323ff03c8be3d6262c34b683194.zip
haskell-lukko: jailbreak to fix the build with the latest version of tasty
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fc8231cc0d57..ebb0c9bd2b35 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1564,4 +1564,7 @@ self: super: {
   # https://github.com/input-output-hk/nothunks/issues/9
   nothunks = doJailbreak super.nothunks;
 
+  # Allow building with recent versions of tasty.
+  lukko = doJailbreak super.lukko;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super