rest of the deserializeKey renameing
This commit is contained in:
parent
1791447cc8
commit
303e828b7c
15 changed files with 19 additions and 19 deletions
|
@ -27,5 +27,5 @@ start (ks:us:[]) = do
|
|||
then liftIO exitSuccess
|
||||
else liftIO exitFailure
|
||||
where
|
||||
k = fromMaybe (giveup "bad key") (file2key ks)
|
||||
k = fromMaybe (giveup "bad key") (deserializeKey ks)
|
||||
start _ = giveup "Wrong number of parameters"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue