11 lines
352 B
Haskell
11 lines
352 B
Haskell
let ConfigSchema =
|
|
https://git.dotya.ml/mirre-mt/pcmt-config-schema/raw/tag/0.0.0/package.dhall
|
|
sha256:c82b0904c261d442e5765c2f47d76ad53c3c3ed16ace1b33416cedf98f2f5df0
|
|
? https://git.dotya.ml/mirre-mt/pcmt-config-schema/raw/tag/0.0.0/package.dhall
|
|
|
|
let Config = ConfigSchema.Schema
|
|
|
|
let c = Config::{ Host = "localhost" }
|
|
|
|
in c
|