diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,10 @@
 The following is a release history for the GooglePlus library for Haskell.
 
 
+0.3.1.1 - Oct 16, 2011
+--------------------
+* Fix build failure on GHC 7.2
+
 0.3.1 - Oct 15, 2011
 --------------------
 * Upgraded from rfc3339 to timerep package to build with GHC 7.2. You should
diff --git a/Web/GooglePlus.hs b/Web/GooglePlus.hs
--- a/Web/GooglePlus.hs
+++ b/Web/GooglePlus.hs
@@ -34,7 +34,7 @@
 -- 
 --------------------------------------------------------------------
 
-{-# LANGUAGE OverloadedStrings, FlexibleContexts, TypeSynonymInstances #-}
+{-# LANGUAGE OverloadedStrings, FlexibleContexts, TypeSynonymInstances, FlexibleInstances #-}
 module Web.GooglePlus (getPerson,
                        getActivity,
                        getComment,
diff --git a/googleplus.cabal b/googleplus.cabal
--- a/googleplus.cabal
+++ b/googleplus.cabal
@@ -1,5 +1,5 @@
 name: googleplus
-version: 0.3.1
+version: 0.3.1.1
 synopsis: Haskell implementation of the Google+ API v1
 description:
    Will implement the Google+ REST API. Google+ is a social network made by
