From 4303d67cbcbfb523852b2e38fb09c7f893c58725 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 21 Jul 2023 20:06:13 +0200 Subject: [PATCH] actually rename the executable right? --- reploy.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reploy.cabal b/reploy.cabal index 247e06e..6f720d1 100644 --- a/reploy.cabal +++ b/reploy.cabal @@ -8,7 +8,7 @@ build-type: Simple license: Apache-2.0 license-file: LICENSE -executable site +executable reploy main-is: reploy.hs other-modules: Types, Utils, FormatOpts build-depends: base == 4.*