packages feed

gogol-adsense-host 0.1.1 → 0.2.0

raw patch · 3 files changed

+5/−5 lines, 3 filesdep ~gogol-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: gogol-core

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`0.1.1`+`0.2.0`   ## Description
gen/Network/Google/AdSenseHost/Types/Product.hs view
@@ -1210,8 +1210,8 @@     , _assColors = Nothing     } --- | The style of the corners in the ad. Possible values are SQUARE,--- SLIGHTLY_ROUNDED and VERY_ROUNDED.+-- | The style of the corners in the ad (deprecated: never populated,+-- ignored). assCorners :: Lens' AdStyle (Maybe Text) assCorners   = lens _assCorners (\ s a -> s{_assCorners = a})
gogol-adsense-host.cabal view
@@ -1,5 +1,5 @@ name:                  gogol-adsense-host-version:               0.1.1+version:               0.2.0 synopsis:              Google AdSense Host SDK. homepage:              https://github.com/brendanhay/gogol bug-reports:           https://github.com/brendanhay/gogol/issues@@ -72,5 +72,5 @@         , Network.Google.AdSenseHost.Types.Sum      build-depends:-          gogol-core == 0.1.1.*+          gogol-core == 0.2.0.*         , base       >= 4.7 && < 5