Binary name change
This commit is contained in:
parent
767f98f24a
commit
097b70795f
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ extra-doc-files: CHANGELOG.md
|
|||
common warnings
|
||||
ghc-options: -Wall
|
||||
|
||||
executable fastfood
|
||||
executable what-should-i-eat
|
||||
import: warnings
|
||||
main-is: Main.hs
|
||||
-- other-modules:
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
random
|
||||
];
|
||||
license = pkgs.lib.licenses.agpl3Only;
|
||||
mainProgram = "fastfood";
|
||||
mainProgram = "what-should-i-eat";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue