packages feed

gogol-firebase-rules 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/FirebaseRules/Types/Product.hs view
@@ -417,7 +417,7 @@ -- -- /See:/ 'file' smart constructor. data File = File'-    { _fFingerprint :: !(Maybe Base64)+    { _fFingerprint :: !(Maybe Bytes)     , _fContent     :: !(Maybe Text)     , _fName        :: !(Maybe Text)     } deriving (Eq,Show,Data,Typeable,Generic)@@ -444,7 +444,7 @@ fFingerprint :: Lens' File (Maybe ByteString) fFingerprint   = lens _fFingerprint (\ s a -> s{_fFingerprint = a})-      . mapping _Base64+      . mapping _Bytes  -- | Textual Content. fContent :: Lens' File (Maybe Text)
gogol-firebase-rules.cabal view
@@ -1,5 +1,5 @@ name:                  gogol-firebase-rules-version:               0.1.1+version:               0.2.0 synopsis:              Google Firebase Rules SDK. homepage:              https://github.com/brendanhay/gogol bug-reports:           https://github.com/brendanhay/gogol/issues@@ -52,5 +52,5 @@         , Network.Google.FirebaseRules.Types.Sum      build-depends:-          gogol-core == 0.1.1.*+          gogol-core == 0.2.0.*         , base       >= 4.7 && < 5