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
hs-source-dirs: src
exposed-modules: PaymentServer.Processors.Stripe
, PaymentServer.Persistence
, PaymentServer.Main
build-depends: base >= 4.7 && < 5
, aeson
, servant
......
module Main where
module Main
( main
) where
main :: IO ()
main = return ()
import PaymentServer.Main
( 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