diff --git a/src/Data/Text32.hs b/src/Data/Text32.hs
--- a/src/Data/Text32.hs
+++ b/src/Data/Text32.hs
@@ -1,8 +1,9 @@
 module Data.Text32 (module Data.Text32, module X) where
 
 import Prelude
-import Data.Container.Vector as X
-import Data.Vector.Unboxed   as X (Vector, all, toList)
+import Data.Vector.Unboxed   as X -- (Vector, all, toList)
+
+import Data.Container.Vector as X (index, commonPrefixes, replace)
 
 type Text32 = Vector Char
 
diff --git a/vector-text.cabal b/vector-text.cabal
--- a/vector-text.cabal
+++ b/vector-text.cabal
@@ -1,11 +1,11 @@
--- This file has been generated from package.yaml by hpack version 0.20.0.
+-- This file has been generated from package.yaml by hpack version 0.28.2.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 583a890e6714512969d337066228235a4fd7fdfddde6a52908661643a10777cf
+-- hash: e36bd5d62b2a34c2719406bc4bab26230666ebe700e60d80d0742295d11fe277
 
 name:           vector-text
-version:        1.1.3
+version:        1.1.5
 synopsis:       Text implementation based on unboxed char vector.
 category:       Data
 stability:      experimental
