renamed the executable
This commit is contained in:
parent
bb9ff329e5
commit
f41f84736a
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ library:
|
|||
source-dirs: src
|
||||
|
||||
executables:
|
||||
tickLeisteServer-exe:
|
||||
tickLeisteServer:
|
||||
main: Main.hs
|
||||
source-dirs: app
|
||||
ghc-options:
|
||||
|
|
|
@ -35,7 +35,7 @@ library
|
|||
, tickLeiste
|
||||
default-language: Haskell2010
|
||||
|
||||
executable tickLeisteServer-exe
|
||||
executable tickLeisteServer
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
Paths_tickLeisteServer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue