diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-12-19 10:59:05 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-03-10 15:55:09 -0500 |
commit | e687ba83b0506bc800ceb79e6ee8cb0f8ed31ed6 (patch) | |
tree | 924f4d2ad0545a8416442b184cf405ca22fe9492 /testsuite/tests/ghci/scripts | |
parent | aa9dc323fb1b64a0769d5da4ba5defadcb28403c (diff) | |
download | haskell-e687ba83b0506bc800ceb79e6ee8cb0f8ed31ed6.tar.gz |
Bump bytestring submodule to 0.11.1.0
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rw-r--r-- | testsuite/tests/ghci/scripts/T9881.stdout | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T9881.stdout b/testsuite/tests/ghci/scripts/T9881.stdout index 57bc6256d3..45e3de396a 100644 --- a/testsuite/tests/ghci/scripts/T9881.stdout +++ b/testsuite/tests/ghci/scripts/T9881.stdout @@ -19,10 +19,9 @@ instance Read Data.ByteString.Lazy.ByteString type Data.ByteString.ByteString :: * data Data.ByteString.ByteString - = Data.ByteString.Internal.PS {-# UNPACK #-}(GHC.ForeignPtr.ForeignPtr + = Data.ByteString.Internal.BS {-# UNPACK #-}(GHC.ForeignPtr.ForeignPtr GHC.Word.Word8) {-# UNPACK #-}Int - {-# UNPACK #-}Int -- Defined in ‘Data.ByteString.Internal’ instance Eq Data.ByteString.ByteString -- Defined in ‘Data.ByteString.Internal’ |