summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-12-19 10:59:05 -0500
committerBen Gamari <ben@smart-cactus.org>2021-03-10 15:55:09 -0500
commite687ba83b0506bc800ceb79e6ee8cb0f8ed31ed6 (patch)
tree924f4d2ad0545a8416442b184cf405ca22fe9492 /testsuite/tests/ghci/scripts
parentaa9dc323fb1b64a0769d5da4ba5defadcb28403c (diff)
downloadhaskell-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.stdout3
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’