[Git][ghc/ghc][wip/ipe-optimisation-9.4] Accept testsuite changes
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Fri Jun 30 15:10:07 UTC 2023
Ben Gamari pushed to branch wip/ipe-optimisation-9.4 at Glasgow Haskell Compiler / GHC
Commits:
e3db595d by Ben Gamari at 2023-06-30T11:09:45-04:00
Accept testsuite changes
- - - - -
2 changed files:
- testsuite/tests/ghci/scripts/T9881.stdout
- testsuite/tests/ghci/scripts/ghci025.stdout
Changes:
=====================================
testsuite/tests/ghci/scripts/T9881.stdout
=====================================
@@ -19,19 +19,19 @@ instance Ord Data.ByteString.Lazy.ByteString
type Data.ByteString.ByteString :: *
data Data.ByteString.ByteString
- = bytestring-0.11.4.0:Data.ByteString.Internal.Type.BS {-# UNPACK #-}(GHC.ForeignPtr.ForeignPtr
- GHC.Word.Word8)
- {-# UNPACK #-}Int
- -- Defined in ‘bytestring-0.11.4.0:Data.ByteString.Internal.Type’
+ = Data.ByteString.Internal.BS {-# UNPACK #-}(GHC.ForeignPtr.ForeignPtr
+ GHC.Word.Word8)
+ {-# UNPACK #-}Int
+ -- Defined in ‘Data.ByteString.Internal’
instance Monoid Data.ByteString.ByteString
- -- Defined in ‘bytestring-0.11.4.0:Data.ByteString.Internal.Type’
+ -- Defined in ‘Data.ByteString.Internal’
instance Read Data.ByteString.ByteString
- -- Defined in ‘bytestring-0.11.4.0:Data.ByteString.Internal.Type’
+ -- Defined in ‘Data.ByteString.Internal’
instance Semigroup Data.ByteString.ByteString
- -- Defined in ‘bytestring-0.11.4.0:Data.ByteString.Internal.Type’
+ -- Defined in ‘Data.ByteString.Internal’
instance Show Data.ByteString.ByteString
- -- Defined in ‘bytestring-0.11.4.0:Data.ByteString.Internal.Type’
+ -- Defined in ‘Data.ByteString.Internal’
instance Eq Data.ByteString.ByteString
- -- Defined in ‘bytestring-0.11.4.0:Data.ByteString.Internal.Type’
+ -- Defined in ‘Data.ByteString.Internal’
instance Ord Data.ByteString.ByteString
- -- Defined in ‘bytestring-0.11.4.0:Data.ByteString.Internal.Type’
+ -- Defined in ‘Data.ByteString.Internal’
=====================================
testsuite/tests/ghci/scripts/ghci025.stdout
=====================================
@@ -53,9 +53,7 @@ Prelude.length :: Data.Foldable.Foldable t => t a -> GHC.Types.Int
-- imported via T
type T.Integer :: *
data T.Integer = ...
-T.length ::
- bytestring-0.11.4.0:Data.ByteString.Internal.Type.ByteString
- -> GHC.Types.Int
+T.length :: Data.ByteString.Internal.ByteString -> GHC.Types.Int
:browse! T
-- defined locally
T.length :: T.Integer
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e3db595d80f4b455f768126842e1c76ba387d7bd
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e3db595d80f4b455f768126842e1c76ba387d7bd
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230630/123a1f27/attachment-0001.html>
More information about the ghc-commits
mailing list