add show instance

This commit is contained in:
Joey Hess 2020-12-01 15:39:57 -04:00
parent 92136284b1
commit ca4a928635
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -192,6 +192,7 @@ data Verification
| MustVerify
-- ^ Content likely to have been altered during transfer,
-- verify even if verification is normally disabled
deriving (Show)
unVerified :: Monad m => m a -> m (a, Verification)
unVerified a = do