Skip to content

Commit

Permalink
Less verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Nov 29, 2022
1 parent 0786e76 commit 67b710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/call-cabal-project-to-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ let
"freeze" # The `cabal.project.freeze` file created by `cabal v2-freeze`
];
} ''
set -ex
set -e
tmp=$(mktemp -d)
cd $tmp
Expand Down

0 comments on commit 67b710e

Please sign in to comment.