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
executables:
tickLeisteServer-exe:
tickLeisteServer:
main: Main.hs
source-dirs: app
ghc-options:

View file

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