diff --git a/Data/Rope/Internal.hs b/Data/Rope/Internal.hs
--- a/Data/Rope/Internal.hs
+++ b/Data/Rope/Internal.hs
@@ -3,7 +3,6 @@
     ( Rope(..)
     -- * Construction
     , Packable(..)
-    , pack                  -- :: Packable a => a -> Rope
     , empty                 -- :: Rope
     , fromChunks            -- :: [ByteString] -> Rope
     , fromByteString        -- :: ByteString -> Rope
diff --git a/rope.cabal b/rope.cabal
--- a/rope.cabal
+++ b/rope.cabal
@@ -1,5 +1,5 @@
 name:           rope
-version:        0.6
+version:        0.6.1
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett
