Fix type aliasing issue on some ltses

This commit is contained in:
Michael Xavier 2017-03-02 14:35:11 -08:00
parent 164761bfc3
commit 2a369c6949

View File

@ -19,7 +19,7 @@ import Yesod.Default.Config2 as Import
#if !MIN_VERSION_yaml(0,8,16)
loadYamlSettings :: FromJSON settings => [FilePath] -> [Value] -> EnvUsage -> IO settings
loadYamlSettings :: FromJSON settings => [String] -> [Value] -> EnvUsage -> IO settings
loadYamlSettings = loadAppSettings
#endif
#if !MIN_VERSION_yaml(0,8,17)