Skip to content

Commit 2b7cb2b

Browse files
committed
Fix overzealous since annotation, made in da628c1
1 parent 8e08e36 commit 2b7cb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Codec/Compression/Zlib/Stream.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ data WindowBits = WindowBits Int
752752
-- is is also the max value at 15.
753753
deriving
754754
( Eq
755-
, Ord -- ^ @since 0.7.0.0
755+
, Ord
756756
, Show
757757
, Typeable
758758
#if __GLASGOW_HASKELL__ >= 702

0 commit comments

Comments
 (0)