Skip to content
Snippets Groups Projects
Commit 8b8fca65 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

what to do next

parent 4794d63b
No related branches found
No related tags found
1 merge request!2Stripe webhook
...@@ -17,6 +17,7 @@ library ...@@ -17,6 +17,7 @@ library
hs-source-dirs: src hs-source-dirs: src
exposed-modules: PaymentServer.Processors.Stripe exposed-modules: PaymentServer.Processors.Stripe
, PaymentServer.Persistence , PaymentServer.Persistence
, PaymentServer.Main
build-depends: base >= 4.7 && < 5 build-depends: base >= 4.7 && < 5
, aeson , aeson
, servant , servant
......
module Main where module Main
( main
) where
main :: IO () import PaymentServer.Main
main = return () ( run
)
main = run
module PaymentServer.Main
( run
) where
run :: IO ()
run =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment