From 78048fcbc81521d145b79b4b47761a8b698d7ff7 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 19 Apr 2015 12:14:50 +0200 Subject: Adding a design to the HTML mail + Adding waitInMinutes in the configuration --- src/Model/Config.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Model/Config.hs') diff --git a/src/Model/Config.hs b/src/Model/Config.hs index 42b390e..8fb05b9 100644 --- a/src/Model/Config.hs +++ b/src/Model/Config.hs @@ -10,4 +10,5 @@ data Config = Config { url :: URL , mailTo :: [Text] , properties :: [Text] + , waitInMinutes :: Int } deriving (Eq, Read, Show) -- cgit v1.2.3