packages feed

pinboard 0.8.6 → 0.8.7

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~mtldep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mtl, transformers

API changes (from Hackage documentation)

Files

pinboard.cabal view
@@ -1,5 +1,5 @@ name:                pinboard-version:             0.8.6+version:             0.8.7 synopsis:            Access to the Pinboard API license:             MIT license-file:        LICENSE@@ -42,13 +42,13 @@                      , http-types                      , http-client                      , http-client-tls-                     , mtl >= 2.1.3.1+                     , mtl >= 2.2.1                      , old-locale                      , network                      , random >= 1.1                      , text                      , time-                     , transformers+                     , transformers >= 0.4.0.0                      , unordered-containers                      , vector               
src/Pinboard/Client.hs view
@@ -155,7 +155,7 @@ buildReq url = do   req <- liftIO $ parseUrl $ "https://api.pinboard.in/v1/" <> url   return $ req -    { requestHeaders = [("User-Agent","pinboard.hs/0.8.6")]+    { requestHeaders = [("User-Agent","pinboard.hs/0.8.7")]     , checkStatus = \_ _ _ -> Nothing     }