diff --git a/yaml.nim b/yaml.nim index a98843b..1896284 100644 --- a/yaml.nim +++ b/yaml.nim @@ -38,7 +38,8 @@ ## * The hints API in `hints `_ provides a simple proc for ## guessing the type of a scalar value. -import yaml.dom, yaml.hints, yaml.parser, yaml.presenter, - yaml.serialization, yaml.stream, yaml.taglib, yaml.tojson -export yaml.dom, yaml.hints, yaml.parser, yaml.presenter, - yaml.serialization, yaml.stream, yaml.taglib, yaml.tojson \ No newline at end of file +import yaml / [dom, hints, parser, presenter, + serialization, stream, taglib, tojson] + +export dom, hints, parser, presenter, + serialization, stream, taglib, tojson