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
|
source-dirs: src
|
||||||
|
|
||||||
executables:
|
executables:
|
||||||
tickLeisteServer-exe:
|
tickLeisteServer:
|
||||||
main: Main.hs
|
main: Main.hs
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
ghc-options:
|
ghc-options:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue