Skip to content

Commit

Permalink
Merge pull request #590 from trofi/cabal2nix-banner
Browse files Browse the repository at this point in the history
hackage2nix: update banner to mention tool used to generate the file
  • Loading branch information
sternenseemann authored Dec 8, 2022
2 parents 0c1eeff + 8f10905 commit 021a48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal2nix/hackage2nix/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ main = do
return (intercalate "\n\n" defs)

withFile hackagePackagesFile WriteMode $ \h -> do
hPutStrLn h "/* hackage-packages.nix is an auto-generated file -- DO NOT EDIT! */"
hPutStrLn h "/* hackage-packages.nix is auto-generated by hackage2nix -- DO NOT EDIT MANUALLY! */"
hPutStrLn h ""
hPutStrLn h "{ pkgs, lib, callPackage }:"
hPutStrLn h ""
Expand Down

0 comments on commit 021a48f

Please sign in to comment.