1 2 3 4 5 6
module Main where import qualified RestService (start) main :: IO () main = RestService.start