diff --git a/Data/Text/Array.hs b/Data/Text/Array.hs
--- a/Data/Text/Array.hs
+++ b/Data/Text/Array.hs
@@ -25,8 +25,8 @@
 module Data.Text.Array
     (
     -- * Types
-      Array(aBA)
-    , MArray(maBA)
+      Array(Array, aBA)
+    , MArray(MArray, maBA)
 
     -- * Functions
     , copyM
diff --git a/text.cabal b/text.cabal
--- a/text.cabal
+++ b/text.cabal
@@ -1,5 +1,5 @@
 name:           text
-version:        1.1.1.2
+version:        1.1.1.3
 homepage:       https://github.com/bos/text
 bug-reports:    https://github.com/bos/text/issues
 synopsis:       An efficient packed Unicode text type.
