From 097b70795fd186df6da722eb673ce320374b82e8 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 11 Mar 2024 23:42:49 +0100 Subject: [PATCH] Binary name change --- fastfood-hs.cabal | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastfood-hs.cabal b/fastfood-hs.cabal index 48a9f95..0f05d11 100644 --- a/fastfood-hs.cabal +++ b/fastfood-hs.cabal @@ -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: diff --git a/flake.nix b/flake.nix index a68381f..6d9d309 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ random ]; license = pkgs.lib.licenses.agpl3Only; - mainProgram = "fastfood"; + mainProgram = "what-should-i-eat"; }; };