From 2a369c6949521ad191eaa5936c0f45748a6012a4 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Thu, 2 Mar 2017 14:35:11 -0800 Subject: [PATCH] Fix type aliasing issue on some ltses --- .../Import/NoFoundation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/serversession-example-yesod-persistent/Import/NoFoundation.hs b/examples/serversession-example-yesod-persistent/Import/NoFoundation.hs index 10ce303..0a93a79 100644 --- a/examples/serversession-example-yesod-persistent/Import/NoFoundation.hs +++ b/examples/serversession-example-yesod-persistent/Import/NoFoundation.hs @@ -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)