bos / configurator

A Haskell library supporting flexible, dynamic file-based configuration.
Other
128 stars 27 forks source link

Disable parsing for strings #33

Open Ulrar opened 5 years ago

Ulrar commented 5 years ago

Hi,

Is there any way to disable parsing on some (or all) strings in the config file ? Putting a regex in there isn't exactly easy, having to escape most of the special characters, I'd like to be able to say that string X should just be returned as is without any kind of interpolation.