Prepare library

This commit is contained in:
Rene Vergara 2023-01-23 17:09:54 -06:00
parent 4530c95895
commit 927b213dff
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 0 additions and 19 deletions

View File

@ -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: