Skip to content

Commit

Permalink
Pass -f to hpack
Browse files Browse the repository at this point in the history
  • Loading branch information
TeofilC authored and Benjamin-McRae-Tracsis committed Jun 11, 2024
1 parent d34c941 commit e4e4c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/comp-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ let
then ''cp -v $cabalFilePath ${package.identifier.name}.cabal''
else
lib.optionalString (cabal-generator == "hpack") ''
${buildPackages.haskell-nix.nix-tools-unchecked}/bin/hpack
${buildPackages.haskell-nix.nix-tools-unchecked}/bin/hpack -f
''
) + lib.optionalString (prePatch != null) "\n${prePatch}";
}
Expand Down

0 comments on commit e4e4c23

Please sign in to comment.