diff options
author | Joey Hess <id@joeyh.name> | 2013-05-14 16:38:26 -0500 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2013-05-14 16:38:26 -0500 |
commit | c9b3272783904b7b593d17198a90654e67e1de0e (patch) | |
tree | b98c244dffdc5586dec74799b173d7547c2581d4 /Utility/Gpg.hs | |
parent | 5b016d04f85e3acde643a4476d1ed5802bdce044 (diff) |
better error message for Windows stub
Diffstat (limited to 'Utility/Gpg.hs')
-rwxr-xr-x[-rw-r--r--] | Utility/Gpg.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Gpg.hs b/Utility/Gpg.hs index e33f5156a..aa4a7af73 100644..100755 --- a/Utility/Gpg.hs +++ b/Utility/Gpg.hs @@ -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, |