renamed the executable

This commit is contained in:
Dennis Frieberg 2020-08-27 20:01:46 +02:00
parent bb9ff329e5
commit f41f84736a
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ library:
source-dirs: src source-dirs: src
executables: executables:
tickLeisteServer-exe: tickLeisteServer:
main: Main.hs main: Main.hs
source-dirs: app source-dirs: app
ghc-options: ghc-options:

View file

@ -35,7 +35,7 @@ library
, tickLeiste , tickLeiste
default-language: Haskell2010 default-language: Haskell2010
executable tickLeisteServer-exe executable tickLeisteServer
main-is: Main.hs main-is: Main.hs
other-modules: other-modules:
Paths_tickLeisteServer Paths_tickLeisteServer