summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util/Fingerprint.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/OpenPGP/Util/Fingerprint.hs')
-rw-r--r--Data/OpenPGP/Util/Fingerprint.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Data/OpenPGP/Util/Fingerprint.hs b/Data/OpenPGP/Util/Fingerprint.hs
index 955748d..422beac 100644
--- a/Data/OpenPGP/Util/Fingerprint.hs
+++ b/Data/OpenPGP/Util/Fingerprint.hs
@@ -23,6 +23,7 @@ oo :: (b -> c) -> (a -> a1 -> b) -> a -> a1 -> c
23oo = (.) . (.) 23oo = (.) . (.)
24 24
25newtype Fingerprint = Fingerprint BS.ByteString 25newtype Fingerprint = Fingerprint BS.ByteString
26 deriving (Eq,Ord)
26 27
27instance Show Fingerprint where 28instance Show Fingerprint where
28 show fp = hex fp 29 show fp = hex fp