Skip to content

Commit 9cc22a8

Browse files
Fix docspec for GHC 9.14.1
1 parent 4963bca commit 9cc22a8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/Streamly/Internal/Data/Stream/MkType.hs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,11 @@ flattenDec (ma:mas) = do
516516
-- unZipStream (ZipStream strm) = strm
517517
-- deriving instance IsList (ZipStream Identity a)
518518
-- deriving instance a ~
519-
-- GHC.Types.Char => IsString (ZipStream Identity a)
520-
-- deriving instance GHC.Classes.Eq a => Eq (ZipStream Identity a)
521-
-- deriving instance GHC.Classes.Ord a => Ord (ZipStream Identity a)
519+
-- GHC.Internal.Types.Char => IsString (ZipStream Identity a)
520+
-- deriving instance GHC.Internal.Classes.Eq a => Eq (ZipStream Identity
521+
-- a)
522+
-- deriving instance GHC.Internal.Classes.Ord a => Ord (ZipStream Identity
523+
-- a)
522524
-- instance Show a => Show (ZipStream Identity a)
523525
-- where {{-# INLINE show #-}; show (ZipStream strm) = show strm}
524526
-- instance Read a => Read (ZipStream Identity a)

0 commit comments

Comments
 (0)