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