diff --git a/zgo-backend.cabal b/zgo-backend.cabal index 009552c..f7e0ae2 100644 --- a/zgo-backend.cabal +++ b/zgo-backend.cabal @@ -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: