packages feed

googleplus 0.3.1 → 0.3.1.1

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

CHANGELOG view
@@ -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
Web/GooglePlus.hs view
@@ -34,7 +34,7 @@ --  -------------------------------------------------------------------- -{-# LANGUAGE OverloadedStrings, FlexibleContexts, TypeSynonymInstances #-}+{-# LANGUAGE OverloadedStrings, FlexibleContexts, TypeSynonymInstances, FlexibleInstances #-} module Web.GooglePlus (getPerson,                        getActivity,                        getComment,
googleplus.cabal view
@@ -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