mirror of
https://github.com/graninas/Hydra.git
synced 2024-11-28 04:35:18 +03:00
Small fix
This commit is contained in:
parent
232c1f1f4e
commit
6a5cd5672f
@ -41,7 +41,7 @@ getChannel ch = error $ show $ "Channel not supported: " <> ch <> " Supporte
|
|||||||
getApproach :: String -> Approach
|
getApproach :: String -> Approach
|
||||||
getApproach apprStr = case readMaybe apprStr of
|
getApproach apprStr = case readMaybe apprStr of
|
||||||
Just appr -> appr
|
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 :: IO ()
|
||||||
main = do
|
main = do
|
||||||
|
Loading…
Reference in New Issue
Block a user