diff --git a/src/Protolude.hs b/src/Protolude.hs index dae0dd2dd..8dfcc6489 100644 --- a/src/Protolude.hs +++ b/src/Protolude.hs @@ -356,3 +356,5 @@ show x = toS (PBase.show x) {-# SPECIALIZE show :: Show a => a -> String #-} {-# SPECIALIZE show :: Show a => a -> Text #-} {-# SPECIALIZE show :: Show a => a -> LText #-} +{-# SPECIALIZE show :: Show a => a -> ByteString #-} +{-# SPECIALIZE show :: Show a => a -> LByteString #-}