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,8 @@
 module Data.Text32 (module Data.Text32, module X) where
 
 import Prelude
-import           Data.Container.Vector as X
-import qualified Data.Vector.Unboxed   as Unboxed
+import Data.Container.Vector as X
+import Data.Vector.Unboxed   as X (Vector, all)
 
-type Text32 = Unboxed.Vector Char
+type Text32 = Vector Char
 
diff --git a/vector-text.cabal b/vector-text.cabal
--- a/vector-text.cabal
+++ b/vector-text.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 2b9a9f1e79c560c40f0eb40562e7299a65b91eb8127eec1b0b4c8f3e28a5d36b
+-- hash: cf3a7b5caebd9200aa28d2255014408fd4386eefcca9d42f74a68a62e15d5924
 
 name:           vector-text
-version:        1.1.1
+version:        1.1.2
 synopsis:       Text implementation based on unboxed char vector.
 category:       Data
 stability:      experimental
