Organize application logic by core/feature breakouts, add dhall configuration support and add a range of new config options in the Reader, add example configuration/deployment files
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
module Main where
|
||||
|
||||
import Lib
|
||||
import Prelude
|
||||
import qualified Lib
|
||||
|
||||
main :: IO ()
|
||||
main = someFunc
|
||||
main = Lib.main
|
||||
|
Reference in New Issue
Block a user