Prepare library
This commit is contained in:
parent
4530c95895
commit
927b213dff
1 changed files with 0 additions and 19 deletions
|
@ -78,7 +78,6 @@ library
|
|||
executable zgo-backend-exe
|
||||
main-is: Server.hs
|
||||
other-modules:
|
||||
Notify
|
||||
TokenRefresh
|
||||
Paths_zgo_backend
|
||||
hs-source-dirs:
|
||||
|
@ -102,27 +101,9 @@ executable zgo-backend-exe
|
|||
, zgo-backend
|
||||
default-language: Haskell2010
|
||||
|
||||
executable zgo-notifier
|
||||
main-is: Notify.hs
|
||||
other-modules:
|
||||
Server
|
||||
TokenRefresh
|
||||
Paths_zgo_backend
|
||||
hs-source-dirs:
|
||||
app
|
||||
ghc-options: -main-is Notify -threaded -rtsopts -with-rtsopts=-N -Wall
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, mongoDB
|
||||
, time
|
||||
, warp
|
||||
, zgo-backend
|
||||
default-language: Haskell2010
|
||||
|
||||
executable zgo-token-refresh
|
||||
main-is: TokenRefresh.hs
|
||||
other-modules:
|
||||
Notify
|
||||
Server
|
||||
Paths_zgo_backend
|
||||
hs-source-dirs:
|
||||
|
|
Loading…
Reference in a new issue