fix build (seems getGpgEncOpts got renamed to getGpgEncParams)

This commit is contained in:
Joey Hess 2013-09-04 18:00:02 -04:00
parent 8293ed619f
commit 1587fd42a3
3 changed files with 3 additions and 3 deletions

View file

@ -155,7 +155,7 @@ readBytes a h = L.hGetContents h >>= a
- public-key encryption is used) using the given gpg options, and then
- read by the Reader action. Note: For public-key encryption,
- recipients MUST be included in 'params' (for instance using
- 'getGpgEncOpts'). -}
- 'getGpgEncParams'). -}
encrypt :: [CommandParam] -> Cipher -> Feeder -> Reader a -> IO a
encrypt params cipher = Gpg.feedRead params' pass
where