module examples.HelloFrege where import buildclient.config.BuildConfig import frege.java.Swing import buildclient.tasks.Executor main = do -- gui <- JFrame.new "BuildClient" -- JFrame.setDefaultCloseOperation gui JFrame.exit_on_close text <- readFile "src/main/resources/testconfig.bcc" let (Right x) = parseBuildConfigStr text bcDownloadSync (File.new "testdest") (BuildConfig.source x) return ()