better error message for Windows stub
This commit is contained in:
parent
959536ef03
commit
d3ed8a3271
1 changed files with 1 additions and 1 deletions
2
Utility/Gpg.hs
Normal file → Executable file
2
Utility/Gpg.hs
Normal file → Executable file
|
@ -92,7 +92,7 @@ feedRead params passphrase feeder reader = do
|
|||
hClose to
|
||||
reader from
|
||||
#else
|
||||
feedRead = error "feedRead TODO"
|
||||
feedRead = error "gpg feedRead not implemented on Windows" -- TODO
|
||||
#endif
|
||||
|
||||
{- Finds gpg public keys matching some string. (Could be an email address,
|
||||
|
|
Loading…
Reference in a new issue