From 9f1004c76828cfac946780357b0e296012dcc7fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 1 Aug 2014 16:30:23 -0400 Subject: deriving Show --- Logs/Chunk/Pure.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Logs/Chunk/Pure.hs') diff --git a/Logs/Chunk/Pure.hs b/Logs/Chunk/Pure.hs index 080a5a08b..26fdd63c2 100644 --- a/Logs/Chunk/Pure.hs +++ b/Logs/Chunk/Pure.hs @@ -21,7 +21,7 @@ import Data.Int -- Currently chunks are all fixed size, but other chunking methods -- may be added. data ChunkMethod = FixedSizeChunks ChunkSize | UnknownChunks String - deriving (Ord, Eq) + deriving (Ord, Eq, Show) type ChunkSize = Int64 -- cgit v1.2.3