diff options
Diffstat (limited to 'Settings.hs')
-rw-r--r-- | Settings.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Settings.hs b/Settings.hs index d0e16ea..a15fb03 100644 --- a/Settings.hs +++ b/Settings.hs | |||
@@ -19,7 +19,7 @@ import Yesod.Default.Config2 (applyEnvValue, configSettingsYml) | |||
19 | import Yesod.Default.Util (WidgetFileSettings, widgetFileNoReload, | 19 | import Yesod.Default.Util (WidgetFileSettings, widgetFileNoReload, |
20 | widgetFileReload) | 20 | widgetFileReload) |
21 | 21 | ||
22 | import Thermoprint.Client (BaseUrl(..), Scheme(..), InvalidBaseUrlException, parseBaseUrl) | 22 | import Thermoprint.Client (BaseUrl(..), parseBaseUrl) |
23 | 23 | ||
24 | #ifdef DEVELOPMENT | 24 | #ifdef DEVELOPMENT |
25 | #define DEV_BOOL True | 25 | #define DEV_BOOL True |