diff --git a/src/Breve/Common.hs b/src/Breve/Common.hs index 90ba1ce..080314b 100644 --- a/src/Breve/Common.hs +++ b/src/Breve/Common.hs @@ -20,7 +20,7 @@ data ServerSettings = ServerSettings , bindUrl :: String , urlTable :: FilePath , warpSettings :: Settings - } deriving Show + } data AppSettings = AppSettings {}