From f7e25a18850af2d5f4bd6b18ee18fad13d66aaad Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sun, 28 Jan 2024 17:08:15 +0100 Subject: [PATCH] fixup --- src/System/Random/Internal.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System/Random/Internal.hs b/src/System/Random/Internal.hs index cb9b909e..ca17cbce 100644 --- a/src/System/Random/Internal.hs +++ b/src/System/Random/Internal.hs @@ -296,6 +296,7 @@ class RandomGen g => SplitGen g where -- -- @since 1.3.0 newtype Seed g = Seed ByteArray + deriving (Eq, Ord) -- | Get the expected size in bytes of the `Seed` --