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
|
executable zgo-backend-exe
|
||||||
main-is: Server.hs
|
main-is: Server.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
Notify
|
|
||||||
TokenRefresh
|
TokenRefresh
|
||||||
Paths_zgo_backend
|
Paths_zgo_backend
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
|
@ -102,27 +101,9 @@ executable zgo-backend-exe
|
||||||
, zgo-backend
|
, zgo-backend
|
||||||
default-language: Haskell2010
|
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
|
executable zgo-token-refresh
|
||||||
main-is: TokenRefresh.hs
|
main-is: TokenRefresh.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
Notify
|
|
||||||
Server
|
Server
|
||||||
Paths_zgo_backend
|
Paths_zgo_backend
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
|
|
Loading…
Reference in a new issue