From ae34796fb2619cf4533508ccff9bf81c4ce2203b Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Fri, 30 Oct 2020 21:22:34 +0000 Subject: [PATCH] Expose ShortByteString construstor (#313) --- Data/ByteString/Short.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/ByteString/Short.hs b/Data/ByteString/Short.hs index 1b34f3583..e7104b3fc 100644 --- a/Data/ByteString/Short.hs +++ b/Data/ByteString/Short.hs @@ -30,7 +30,7 @@ module Data.ByteString.Short ( -- * The @ShortByteString@ type - ShortByteString, + ShortByteString(..), -- ** Memory overhead -- | With GHC, the memory overheads are as follows, expressed in words and