diff --git a/src/Nix/Exec.hs b/src/Nix/Exec.hs index 261d377..fe42a63 100644 --- a/src/Nix/Exec.hs +++ b/src/Nix/Exec.hs @@ -297,7 +297,7 @@ callFunc fun arg = demand fun $ \fun' -> do when (length frames > 2000) $ throwError $ ErrorCall "Function call stack exhausted" case fun' of - NVClosure params f -> do + NVClosure _params f -> do f arg NVBuiltin name f -> do span <- currentPos