bos / configurator

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

Add instance Configured a => Configured [a] #7

Closed basvandijk closed 10 years ago

basvandijk commented 11 years ago

Hi Bryan, this would be handy.

dubiousdavid commented 11 years ago

Definitely could use this as well.

roelvandijk commented 11 years ago

I needed a [Integer] value from my config file. This patch is exactly what I needed.

Perhaps we can replace the Configured [Char] instance with a Configured Char instance to get rid of the OverlappingInstances extension.

basvandijk commented 11 years ago

@bos I think we can close this issue in favor of #12.

co-dan commented 11 years ago

Sorry for bumping the old thread, but is there a chance of merging this? I want to use this feature in my code

bos commented 10 years ago

Superseded by #12.