From e2b886bb649f2a4359aa1474a51cd97fc0c27358 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Thu, 30 Jun 2016 10:59:15 -0400 Subject: [PATCH] MOre specializers. --- src/Protolude.hs | 2 ++ 1 file changed, 2 insertions(+) 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 #-}