add show instance
This commit is contained in:
parent
92136284b1
commit
ca4a928635
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue