Hello community,

here is the log from the commit of package ghc-gogol-fitness for 
openSUSE:Factory checked in at 2017-08-31 20:53:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-gogol-fitness (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-gogol-fitness.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-gogol-fitness"

Thu Aug 31 20:53:18 2017 rev:2 rq:513306 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-gogol-fitness/ghc-gogol-fitness.changes      
2017-05-10 20:40:54.756164317 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-gogol-fitness.new/ghc-gogol-fitness.changes 
2017-08-31 20:53:20.101790190 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:06:41 UTC 2017 - [email protected]
+
+- Update to version 0.3.0.
+
+-------------------------------------------------------------------

Old:
----
  gogol-fitness-0.1.1.tar.gz

New:
----
  gogol-fitness-0.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-gogol-fitness.spec ++++++
--- /var/tmp/diff_new_pack.dLChif/_old  2017-08-31 20:53:21.045657573 +0200
+++ /var/tmp/diff_new_pack.dLChif/_new  2017-08-31 20:53:21.065654764 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name gogol-fitness
 Name:           ghc-%{pkg_name}
-Version:        0.1.1
+Version:        0.3.0
 Release:        0
 Summary:        Google Fitness SDK
 License:        MPL-2.0

++++++ gogol-fitness-0.1.1.tar.gz -> gogol-fitness-0.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gogol-fitness-0.1.1/README.md 
new/gogol-fitness-0.3.0/README.md
--- old/gogol-fitness-0.1.1/README.md   2016-11-03 14:26:27.000000000 +0100
+++ new/gogol-fitness-0.3.0/README.md   2017-07-12 16:45:06.000000000 +0200
@@ -8,7 +8,7 @@
 
 ## Version
 
-`0.1.1`
+`0.3.0`
 
 
 ## Description
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Fitness/Types/Product.hs 
new/gogol-fitness-0.3.0/gen/Network/Google/Fitness/Types/Product.hs
--- old/gogol-fitness-0.1.1/gen/Network/Google/Fitness/Types/Product.hs 
2016-11-03 14:26:27.000000000 +0100
+++ new/gogol-fitness-0.3.0/gen/Network/Google/Fitness/Types/Product.hs 
2017-07-12 16:45:06.000000000 +0200
@@ -578,7 +578,7 @@
 
 -- | Holder object for the value of a single field in a data point. A field
 -- value has a particular format and is only ever set to one of an integer
--- or a floating point value.
+-- or a floating point value. LINT.IfChange
 --
 -- /See:/ 'value' smart constructor.
 data Value = Value'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Fitness/Types.hs 
new/gogol-fitness-0.3.0/gen/Network/Google/Fitness/Types.hs
--- old/gogol-fitness-0.1.1/gen/Network/Google/Fitness/Types.hs 2016-11-03 
14:26:27.000000000 +0100
+++ new/gogol-fitness-0.3.0/gen/Network/Google/Fitness/Types.hs 2017-07-12 
16:45:06.000000000 +0200
@@ -20,14 +20,24 @@
       fitnessService
 
     -- * OAuth Scopes
+    , fitnessBodyTemperatureReadScope
     , fitnessBodyReadScope
     , fitnessNutritionReadScope
+    , fitnessReProductiveHealthReadScope
     , fitnessActivityReadScope
+    , fitnessReProductiveHealthWriteScope
     , fitnessActivityWriteScope
+    , fitnessBloodPressureWriteScope
+    , fitnessBodyTemperatureWriteScope
+    , fitnessOxygenSaturationReadScope
+    , fitnessBloodGlucoseWriteScope
+    , fitnessBloodPressureReadScope
     , fitnessLocationReadScope
     , fitnessLocationWriteScope
     , fitnessNutritionWriteScope
     , fitnessBodyWriteScope
+    , fitnessBloodGlucoseReadScope
+    , fitnessOxygenSaturationWriteScope
 
     -- * AggregateBucketType
     , AggregateBucketType (..)
@@ -226,6 +236,10 @@
   = defaultService (ServiceId "fitness:v1")
       "www.googleapis.com"
 
+-- | View body temperature data in Google Fit
+fitnessBodyTemperatureReadScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.body_temperature.read";]
+fitnessBodyTemperatureReadScope = Proxy;
+
 -- | View body sensor information in Google Fit
 fitnessBodyReadScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.body.read";]
 fitnessBodyReadScope = Proxy;
@@ -234,14 +248,42 @@
 fitnessNutritionReadScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.nutrition.read";]
 fitnessNutritionReadScope = Proxy;
 
+-- | View reproductive health data in Google Fit
+fitnessReProductiveHealthReadScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.reproductive_health.read";]
+fitnessReProductiveHealthReadScope = Proxy;
+
 -- | View your activity information in Google Fit
 fitnessActivityReadScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.activity.read";]
 fitnessActivityReadScope = Proxy;
 
+-- | View and store reproductive health data in Google Fit
+fitnessReProductiveHealthWriteScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.reproductive_health.write";]
+fitnessReProductiveHealthWriteScope = Proxy;
+
 -- | View and store your activity information in Google Fit
 fitnessActivityWriteScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.activity.write";]
 fitnessActivityWriteScope = Proxy;
 
+-- | View and store blood pressure data in Google Fit
+fitnessBloodPressureWriteScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.blood_pressure.write";]
+fitnessBloodPressureWriteScope = Proxy;
+
+-- | View and store body temperature data in Google Fit
+fitnessBodyTemperatureWriteScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.body_temperature.write";]
+fitnessBodyTemperatureWriteScope = Proxy;
+
+-- | View oxygen saturation data in Google Fit
+fitnessOxygenSaturationReadScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.oxygen_saturation.read";]
+fitnessOxygenSaturationReadScope = Proxy;
+
+-- | View and store blood glucose data in Google Fit
+fitnessBloodGlucoseWriteScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.blood_glucose.write";]
+fitnessBloodGlucoseWriteScope = Proxy;
+
+-- | View blood pressure data in Google Fit
+fitnessBloodPressureReadScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.blood_pressure.read";]
+fitnessBloodPressureReadScope = Proxy;
+
 -- | View your stored location data in Google Fit
 fitnessLocationReadScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.location.read";]
 fitnessLocationReadScope = Proxy;
@@ -257,3 +299,11 @@
 -- | View and store body sensor data in Google Fit
 fitnessBodyWriteScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.body.write";]
 fitnessBodyWriteScope = Proxy;
+
+-- | View blood glucose data in Google Fit
+fitnessBloodGlucoseReadScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.blood_glucose.read";]
+fitnessBloodGlucoseReadScope = Proxy;
+
+-- | View and store oxygen saturation data in Google Fit
+fitnessOxygenSaturationWriteScope :: Proxy 
'["https://www.googleapis.com/auth/fitness.oxygen_saturation.write";]
+fitnessOxygenSaturationWriteScope = Proxy;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gogol-fitness-0.1.1/gen/Network/Google/Fitness.hs 
new/gogol-fitness-0.3.0/gen/Network/Google/Fitness.hs
--- old/gogol-fitness-0.1.1/gen/Network/Google/Fitness.hs       2016-11-03 
14:26:27.000000000 +0100
+++ new/gogol-fitness-0.3.0/gen/Network/Google/Fitness.hs       2017-07-12 
16:45:06.000000000 +0200
@@ -23,14 +23,24 @@
       fitnessService
 
     -- * OAuth Scopes
+    , fitnessBodyTemperatureReadScope
     , fitnessBodyReadScope
     , fitnessNutritionReadScope
+    , fitnessReProductiveHealthReadScope
     , fitnessActivityReadScope
+    , fitnessReProductiveHealthWriteScope
     , fitnessActivityWriteScope
+    , fitnessBloodPressureWriteScope
+    , fitnessBodyTemperatureWriteScope
+    , fitnessOxygenSaturationReadScope
+    , fitnessBloodGlucoseWriteScope
+    , fitnessBloodPressureReadScope
     , fitnessLocationReadScope
     , fitnessLocationWriteScope
     , fitnessNutritionWriteScope
     , fitnessBodyWriteScope
+    , fitnessBloodGlucoseReadScope
+    , fitnessOxygenSaturationWriteScope
 
     -- * API Declaration
     , FitnessAPI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSet/Aggregate.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSet/Aggregate.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSet/Aggregate.hs
      2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSet/Aggregate.hs
      2017-07-12 16:45:06.000000000 +0200
@@ -99,12 +99,22 @@
         type Scopes UsersDataSetAggregate =
              '["https://www.googleapis.com/auth/fitness.activity.read";,
                "https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.read";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.read";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.read";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               "https://www.googleapis.com/auth/fitness.body_temperature.read";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.read";,
                "https://www.googleapis.com/auth/fitness.location.write";,
                "https://www.googleapis.com/auth/fitness.nutrition.read";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.read";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.read";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSetAggregate'{..}
           = go _udsaUserId (Just AltJSON) _udsaPayload
               fitnessService
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Create.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Create.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Create.hs
     2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Create.hs
     2017-07-12 16:45:06.000000000 +0200
@@ -105,9 +105,14 @@
         type Rs UsersDataSourcesCreate = DataSource
         type Scopes UsersDataSourcesCreate =
              '["https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.write";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSourcesCreate'{..}
           = go _udscUserId (Just AltJSON) _udscPayload
               fitnessService
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Delete.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Delete.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Delete.hs
    2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Delete.hs
    2017-07-12 16:45:06.000000000 +0200
@@ -148,9 +148,14 @@
         type Rs UsersDataSourcesDataSetsDelete = ()
         type Scopes UsersDataSourcesDataSetsDelete =
              '["https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.write";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSourcesDataSetsDelete'{..}
           = go _udsdsdUserId _udsdsdDataSourceId
               _udsdsdDataSetId
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Get.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Get.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Get.hs
       2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Get.hs
       2017-07-12 16:45:06.000000000 +0200
@@ -149,12 +149,22 @@
         type Scopes UsersDataSourcesDataSetsGet =
              '["https://www.googleapis.com/auth/fitness.activity.read";,
                "https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.read";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.read";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.read";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               "https://www.googleapis.com/auth/fitness.body_temperature.read";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.read";,
                "https://www.googleapis.com/auth/fitness.location.write";,
                "https://www.googleapis.com/auth/fitness.nutrition.read";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.read";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.read";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSourcesDataSetsGet'{..}
           = go _udsdsgUserId _udsdsgDataSourceId
               _udsdsgDataSetId
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Patch.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Patch.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Patch.hs
     2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/DataSets/Patch.hs
     2017-07-12 16:45:06.000000000 +0200
@@ -144,9 +144,14 @@
         type Rs UsersDataSourcesDataSetsPatch = DataSet
         type Scopes UsersDataSourcesDataSetsPatch =
              '["https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.write";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSourcesDataSetsPatch'{..}
           = go _udsdspUserId _udsdspDataSourceId
               _udsdspDataSetId
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Delete.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Delete.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Delete.hs
     2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Delete.hs
     2017-07-12 16:45:06.000000000 +0200
@@ -94,9 +94,14 @@
         type Rs UsersDataSourcesDelete = DataSource
         type Scopes UsersDataSourcesDelete =
              '["https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.write";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSourcesDelete'{..}
           = go _udsdUserId _udsdDataSourceId (Just AltJSON)
               fitnessService
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Get.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Get.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Get.hs
        2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Get.hs
        2017-07-12 16:45:06.000000000 +0200
@@ -93,12 +93,22 @@
         type Scopes UsersDataSourcesGet =
              '["https://www.googleapis.com/auth/fitness.activity.read";,
                "https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.read";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.read";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.read";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               "https://www.googleapis.com/auth/fitness.body_temperature.read";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.read";,
                "https://www.googleapis.com/auth/fitness.location.write";,
                "https://www.googleapis.com/auth/fitness.nutrition.read";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.read";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.read";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSourcesGet'{..}
           = go _udsgUserId _udsgDataSourceId (Just AltJSON)
               fitnessService
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/List.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/List.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/List.hs
       2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/List.hs
       2017-07-12 16:45:06.000000000 +0200
@@ -103,12 +103,22 @@
         type Scopes UsersDataSourcesList =
              '["https://www.googleapis.com/auth/fitness.activity.read";,
                "https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.read";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.read";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.read";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               "https://www.googleapis.com/auth/fitness.body_temperature.read";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.read";,
                "https://www.googleapis.com/auth/fitness.location.write";,
                "https://www.googleapis.com/auth/fitness.nutrition.read";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.read";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.read";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSourcesList'{..}
           = go _udslUserId (_udslDataTypeName ^. _Default)
               (Just AltJSON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Patch.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Patch.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Patch.hs
      2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Patch.hs
      2017-07-12 16:45:06.000000000 +0200
@@ -111,9 +111,14 @@
         type Rs UsersDataSourcesPatch = DataSource
         type Scopes UsersDataSourcesPatch =
              '["https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.write";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSourcesPatch'{..}
           = go _udspUserId _udspDataSourceId (Just AltJSON)
               _udspPayload
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Update.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Update.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/DataSources/Update.hs
     2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/DataSources/Update.hs
     2017-07-12 16:45:06.000000000 +0200
@@ -108,9 +108,14 @@
         type Rs UsersDataSourcesUpdate = DataSource
         type Scopes UsersDataSourcesUpdate =
              '["https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.write";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersDataSourcesUpdate'{..}
           = go _udsuUserId _udsuDataSourceId (Just AltJSON)
               _udsuPayload
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/Sessions/List.hs
 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/Sessions/List.hs
--- 
old/gogol-fitness-0.1.1/gen/Network/Google/Resource/Fitness/Users/Sessions/List.hs
  2016-11-03 14:26:27.000000000 +0100
+++ 
new/gogol-fitness-0.3.0/gen/Network/Google/Resource/Fitness/Users/Sessions/List.hs
  2017-07-12 16:45:06.000000000 +0200
@@ -132,12 +132,22 @@
         type Scopes UsersSessionsList =
              '["https://www.googleapis.com/auth/fitness.activity.read";,
                "https://www.googleapis.com/auth/fitness.activity.write";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.read";,
+               "https://www.googleapis.com/auth/fitness.blood_glucose.write";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.read";,
+               "https://www.googleapis.com/auth/fitness.blood_pressure.write";,
                "https://www.googleapis.com/auth/fitness.body.read";,
                "https://www.googleapis.com/auth/fitness.body.write";,
+               "https://www.googleapis.com/auth/fitness.body_temperature.read";,
+               
"https://www.googleapis.com/auth/fitness.body_temperature.write";,
                "https://www.googleapis.com/auth/fitness.location.read";,
                "https://www.googleapis.com/auth/fitness.location.write";,
                "https://www.googleapis.com/auth/fitness.nutrition.read";,
-               "https://www.googleapis.com/auth/fitness.nutrition.write";]
+               "https://www.googleapis.com/auth/fitness.nutrition.write";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.read";,
+               
"https://www.googleapis.com/auth/fitness.oxygen_saturation.write";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.read";,
+               
"https://www.googleapis.com/auth/fitness.reproductive_health.write";]
         requestClient UsersSessionsList'{..}
           = go _uslUserId _uslStartTime _uslEndTime
               _uslPageToken
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gogol-fitness-0.1.1/gogol-fitness.cabal 
new/gogol-fitness-0.3.0/gogol-fitness.cabal
--- old/gogol-fitness-0.1.1/gogol-fitness.cabal 2016-11-03 14:26:27.000000000 
+0100
+++ new/gogol-fitness-0.3.0/gogol-fitness.cabal 2017-07-12 16:45:06.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                  gogol-fitness
-version:               0.1.1
+version:               0.3.0
 synopsis:              Google Fitness SDK.
 homepage:              https://github.com/brendanhay/gogol
 bug-reports:           https://github.com/brendanhay/gogol/issues
@@ -55,5 +55,5 @@
         , Network.Google.Fitness.Types.Sum
 
     build-depends:
-          gogol-core == 0.1.1.*
+          gogol-core == 0.3.0.*
         , base       >= 4.7 && < 5


Reply via email to