From f41f84736a6ebd9537a662214a982d1f161640d6 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Thu, 27 Aug 2020 20:01:46 +0200 Subject: [PATCH] renamed the executable --- package.yaml | 2 +- tickLeisteServer.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index 5378b92..a070828 100644 --- a/package.yaml +++ b/package.yaml @@ -27,7 +27,7 @@ library: source-dirs: src executables: - tickLeisteServer-exe: + tickLeisteServer: main: Main.hs source-dirs: app ghc-options: diff --git a/tickLeisteServer.cabal b/tickLeisteServer.cabal index 8ce9cdf..02bad59 100644 --- a/tickLeisteServer.cabal +++ b/tickLeisteServer.cabal @@ -35,7 +35,7 @@ library , tickLeiste default-language: Haskell2010 -executable tickLeisteServer-exe +executable tickLeisteServer main-is: Main.hs other-modules: Paths_tickLeisteServer