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
|
hClose to
|
||||||
reader from
|
reader from
|
||||||
#else
|
#else
|
||||||
feedRead = error "feedRead TODO"
|
feedRead = error "gpg feedRead not implemented on Windows" -- TODO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{- Finds gpg public keys matching some string. (Could be an email address,
|
{- Finds gpg public keys matching some string. (Could be an email address,
|
||||||
|
|
Loading…
Reference in a new issue