Skip to content

Commit 67b710e

Browse files
committed
Less verbosity
1 parent 0786e76 commit 67b710e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/call-cabal-project-to-nix.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ let
484484
"freeze" # The `cabal.project.freeze` file created by `cabal v2-freeze`
485485
];
486486
} ''
487-
set -ex
487+
set -e
488488
489489
tmp=$(mktemp -d)
490490
cd $tmp

0 commit comments

Comments
 (0)