diff --git a/FreeType/FontConfig.hs b/FreeType/FontConfig.hs
--- a/FreeType/FontConfig.hs
+++ b/FreeType/FontConfig.hs
@@ -2,7 +2,7 @@
 module FreeType.FontConfig (ftCharIndex, ftCharSet, ftCharSetAndSpacing,
     ftQuery, ftQueryAll, ftQueryFace,
     FTFC_Instance(..), FTFC_Metrics(..), FTFC_Subpixel(..), instantiatePattern,
-    FTFC_Glyph(..), glyphForIndex) where
+    FTFC_Glyph(..), glyphForIndex, bmpAndMetricsForIndex) where
 
 import Graphics.Text.Font.Choose.CharSet (CharSet, CharSet_, thawCharSet, thawCharSet_)
 import Graphics.Text.Font.Choose.Pattern (Pattern, Pattern_, thawPattern, thawPattern_)
diff --git a/fontconfig-pure.cabal b/fontconfig-pure.cabal
--- a/fontconfig-pure.cabal
+++ b/fontconfig-pure.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.1.0
+version:             0.1.1.1
 
 -- A short (one-line) description of the package.
 synopsis:            Pure-functional language bindings to FontConfig
