aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Digest/Internal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Digest/Internal.hs')
-rw-r--r--src/Data/Digest/Internal.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Data/Digest/Internal.hs b/src/Data/Digest/Internal.hs
index f8db383..be88e68 100644
--- a/src/Data/Digest/Internal.hs
+++ b/src/Data/Digest/Internal.hs
@@ -27,8 +27,7 @@ import Internal.Base (EvpMd)
newtype Algorithm = Algorithm (Ptr EvpMd)
-- | The result of a hash operation.
-newtype Digest =
- Digest ByteString
+newtype Digest = Digest ByteString
deriving (Eq, Ord)
instance Show Digest where