diff --git a/src/Data/Format.hs b/src/Data/Format.hs
--- a/src/Data/Format.hs
+++ b/src/Data/Format.hs
@@ -18,6 +18,7 @@
 module Data.Format
   ( fmt
   , fmtConcat
+  , Format(..)
   ) where
 
 import           Control.Applicative
diff --git a/th-format.cabal b/th-format.cabal
--- a/th-format.cabal
+++ b/th-format.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 3e13f6d44296a186bbe36573b7e53289818efe4f6ff8d24435f8bc11a684a447
+-- hash: 2d9b536661fa361499e0ea0c8cd2480a8a7b1ce7f3cd129370cfa3e8e5166dff
 
 name:           th-format
-version:        0.1.1.0
+version:        0.1.2.0
 synopsis:       Template Haskell based support for format strings
 description:    This package implements a Template Haskell quasi quoter for format strings.
 category:       Data
