Open ulikoehler opened 10 years ago
I'm not actively maintaining this package. There are much better standardized configuration formats (like toml). This was a pretty one-off when-I-was-13 project.
That said, if someone wants to maintain it and take it over they're certainly welcome to, I just can't imagine many reasons why :P
I think tconfig should report
Data.Text
instead of String. For example, we could add a moduleData.TConfig.Text
that usesText
as key and value type.This would provide better memory efficiency. Using
ByteString
would also be an option (maybe support all three), but it doesn't support Unicode.What do you think of this approach?