Small fix

This commit is contained in:
Alexander Granin 2020-02-09 21:53:17 +07:00
parent 232c1f1f4e
commit 6a5cd5672f

View File

@ -41,7 +41,7 @@ getChannel ch = error $ show $ "Channel not supported: " <> ch <> " Supporte
getApproach :: String -> Approach
getApproach apprStr = case readMaybe apprStr of
Just appr -> appr
Nothing -> error $ show $ "Approach not supported: " <> apprStr <> " Supported: SH RT FM GADT"
Nothing -> error $ show $ "Approach not supported: " <> apprStr <> " Supported: SH RT FM FT GADT"
main :: IO ()
main = do