Merge pull request #17 from k0ral/master

Derive Eq, Ord and Show instances for Settings data type
This commit is contained in:
Leza Morais Lutonda 2016-04-24 23:44:17 +01:00
commit 48a2c8c1c3

View File

@ -10,7 +10,7 @@ data Settings = Settings
, sslMaxLineLength :: Int
, sslLogToConsole :: Bool
, sslDisableCertificateValidation :: Bool
}
} deriving(Eq, Ord, Show)
defaultSettingsWithPort :: PortNumber -> Settings
defaultSettingsWithPort p = Settings