Skip to content

Commit af3e53e

Browse files
authored
Merge pull request #534 from rsrohitsingh682/add-default
chore: add a default priority between `cabal2nix` & `hpack`
2 parents 4c8e75e + 2c69d71 commit af3e53e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hooks.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,7 @@ in
20382038
package = tools.cabal2nix-dir;
20392039
entry = "${hooks.cabal2nix.package}/bin/cabal2nix-dir";
20402040
files = "\\.cabal$";
2041+
after = [ "hpack" ];
20412042
};
20422043
cargo-check =
20432044
{

0 commit comments

Comments
 (0)