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:
11
src/Core/Configuration.hs
Normal file
11
src/Core/Configuration.hs
Normal file
@@ -0,0 +1,11 @@
|
||||
module Core.Configuration ( main ) where
|
||||
|
||||
import Core.Types
|
||||
|
||||
import Dhall
|
||||
|
||||
instance FromDhall DhallConfig
|
||||
|
||||
main :: IO DhallConfig
|
||||
main = do
|
||||
input auto "./config.dhall"
|
||||
Reference in New Issue
Block a user