finished hlint pass
This commit is contained in:
parent
185f0b6870
commit
6c396a256c
29 changed files with 114 additions and 115 deletions
|
@ -56,10 +56,10 @@ encryptableRemote c storeKeyEncrypted retrieveKeyFileEncrypted r =
|
|||
where
|
||||
store k = cip k >>= maybe
|
||||
(storeKey r k)
|
||||
(\x -> storeKeyEncrypted x k)
|
||||
(`storeKeyEncrypted` k)
|
||||
retrieve k f = cip k >>= maybe
|
||||
(retrieveKeyFile r k f)
|
||||
(\x -> retrieveKeyFileEncrypted x f)
|
||||
(`retrieveKeyFileEncrypted` f)
|
||||
withkey a k = cip k >>= maybe (a k) (a . snd)
|
||||
cip = cipherKey c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue