deriving Show
This commit is contained in:
parent
9636cfd9e1
commit
f4f82e2741
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue