about summary refs log tree commit diff
path: root/pkgs/test/haskell/cabalSdist/local/generated.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/haskell/cabalSdist/local/generated.nix')
-rw-r--r--pkgs/test/haskell/cabalSdist/local/generated.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/haskell/cabalSdist/local/generated.nix b/pkgs/test/haskell/cabalSdist/local/generated.nix
index bfa299962bcb4..fae1e45f3d978 100644
--- a/pkgs/test/haskell/cabalSdist/local/generated.nix
+++ b/pkgs/test/haskell/cabalSdist/local/generated.nix
@@ -3,7 +3,7 @@
 mkDerivation {
   pname = "local";
   version = "0.1.0.0";
-  src = ./.;
+  src = ./.; # also referred to as ./local in the test; these are the same path constants
   isLibrary = false;
   isExecutable = true;
   executableHaskellDepends = [ base ];