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
|
| MustVerify
|
||||||
-- ^ Content likely to have been altered during transfer,
|
-- ^ Content likely to have been altered during transfer,
|
||||||
-- verify even if verification is normally disabled
|
-- verify even if verification is normally disabled
|
||||||
|
deriving (Show)
|
||||||
|
|
||||||
unVerified :: Monad m => m a -> m (a, Verification)
|
unVerified :: Monad m => m a -> m (a, Verification)
|
||||||
unVerified a = do
|
unVerified a = do
|
||||||
|
|
Loading…
Add table
Reference in a new issue