googleplus 0.3.0 → 0.3.1
raw patch · 3 files changed
+33/−4 lines, 3 filesdep +timerepdep −rfc3339
Dependencies added: timerep
Dependencies removed: rfc3339
Files
- CHANGELOG +30/−0
- Web/GooglePlus/Types.hs +0/−1
- googleplus.cabal +3/−3
+ CHANGELOG view
@@ -0,0 +1,30 @@+CHANGELOG++The following is a release history for the GooglePlus library for Haskell.+++0.3.1 - Oct 15, 2011+--------------------+* Upgraded from rfc3339 to timerep package to build with GHC 7.2. You should+ uninstall rfc3339 as they export the same modules.++0.3.0 - Oct 14, 2011+--------------------+* Person search+* Comments+* Activities enumerator (alternative to enumActivityFeed and friends). Allows+ you to get just activities without the extraneous metadata.+* Added simplified functions for those that do not want to use enumerators.++0.2.2 - Oct 7, 2011+--------------------+* Make a person URL optional, as it is not always present.++0.2.1 - Oct 3, 2011+--------------------+* Add activity feed enumerator.++0.1.0 - Sep 25, 2011+--------------------+* Get Person+* Get ActivityFeed
Web/GooglePlus/Types.hs view
@@ -53,7 +53,6 @@ (.:), (.:?)) import Data.Aeson.Types (Parser, typeMismatch)-import Data.List (intercalate) import qualified Data.Map as M import Data.Time.Calendar (Day(..)) import Data.Time.LocalTime (ZonedTime(..), zonedTimeToUTC)
googleplus.cabal view
@@ -1,5 +1,5 @@ name: googleplus-version: 0.3.0+version: 0.3.1 synopsis: Haskell implementation of the Google+ API v1 description: Will implement the Google+ REST API. Google+ is a social network made by@@ -18,7 +18,7 @@ maintainer: Michael Xavier <michael@michaelxavier.net> cabal-version: >= 1.6 build-type: Simple-extra-source-files: README+extra-source-files: README CHANGELOG homepage: http://github.com/michaelxavier/GooglePlus library@@ -36,7 +36,7 @@ http-enumerator >= 0.7.0 && < 0.8, http-types >= 0.6.0 && < 0.7, mtl >= 2.0.1.0 && < 2.1,- rfc3339 >= 1.0.4 && < 1.1,+ timerep >= 1.0.0 && < 1.1, text >= 0.11.0.5 && < 0.12, time >= 1.2.0.3 && < 1.5, transformers >= 0.2.2.0 && < 0.3,