packages feed

gogol-core 0.2.0 → 0.2.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

gogol-core.cabal view
@@ -1,5 +1,5 @@ name:                  gogol-core-version:               0.2.0+version:               0.2.0.1 synopsis:              Core data types and functionality for Gogol libraries. homepage:              https://github.com/brendanhay/gogol bug-reports:           https://github.com/brendanhay/gogol/issues
src/Network/Google/Prelude.hs view
@@ -27,7 +27,7 @@ import Network.HTTP.Client as Export (RequestBody) import Numeric.Natural     as Export (Natural) import Prelude             as Export hiding (product)-import Servant.API         as Export hiding (Headers, getResponse)+import Servant.API         as Export hiding (Headers, Link, getResponse) import Servant.Utils.Links as Export hiding (Link) import Web.HttpApiData     as Export (FromHttpApiData (..), ToHttpApiData (..))