diff --git a/src/Data/Text32.hs b/src/Data/Text32.hs
--- a/src/Data/Text32.hs
+++ b/src/Data/Text32.hs
@@ -5,3 +5,4 @@
 import qualified Data.Vector.Unboxed   as Unboxed
 
 type Text32 = Unboxed.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: bc3f5295bdf01115693e62122bcc3089bbda3f8603101c23542ab2e0775d94d9
+-- hash: 2b9a9f1e79c560c40f0eb40562e7299a65b91eb8127eec1b0b4c8f3e28a5d36b
 
 name:           vector-text
-version:        1.1
+version:        1.1.1
 synopsis:       Text implementation based on unboxed char vector.
 category:       Data
 stability:      experimental
