Skip to content

Commit 98ff4f9

Browse files
committed
Proper name
1 parent 5c9fd4d commit 98ff4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/call-cabal-project-to-nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let
1313
packages = pkgSet.config.hsPkgs;
1414
in
1515
stdenv.mkDerivation {
16-
name = "callStackToNix-test";
16+
name = "call-cabal-project-to-nix-test";
1717

1818
buildCommand = ''
1919
exe="${packages.cabal-simple.components.exes.cabal-simple}/bin/cabal-simple"

0 commit comments

Comments
 (0)