diff --git a/Text/Show/ByteString.hs b/Text/Show/ByteString.hs
--- a/Text/Show/ByteString.hs
+++ b/Text/Show/ByteString.hs
@@ -32,6 +32,10 @@
                             , showpParen
                               -- * Printing values
                             , print
+                              -- * Put
+                            , Put
+                            , PutM(..)
+                            , runPut
                             ) where
 
 import Prelude hiding (Show(..), print, putStrLn)
diff --git a/bytestring-show.cabal b/bytestring-show.cabal
--- a/bytestring-show.cabal
+++ b/bytestring-show.cabal
@@ -1,5 +1,5 @@
 name:              bytestring-show
-version:           0.3.1
+version:           0.3.2
 license:           BSD3
 license-file:      LICENSE
 author:            Dan Doel
