about summary refs log tree commit diff
path: root/pkgs/tools/security/echidna/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/echidna/default.nix')
-rw-r--r--pkgs/tools/security/echidna/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/echidna/default.nix b/pkgs/tools/security/echidna/default.nix
index 80dcba3a8038b..10caf5bb82ebd 100644
--- a/pkgs/tools/security/echidna/default.nix
+++ b/pkgs/tools/security/echidna/default.nix
@@ -20,7 +20,7 @@ let haskellPackagesOverride = haskellPackages.override {
             hash = "sha256-H6oURBGoQWSOuPhBB+UKg2UarVzXgv1tmfDBLnOtdhU=";
           };
           libraryHaskellDepends = oa.libraryHaskellDepends
-                                  ++ (with haskellPackages;[githash witch]);
+                                  ++ (with haskellPackages;[githash witch tuple]);
         });
       };
     };