pinboard 0.6.1 → 0.6.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- pinboard.cabal +2/−2
- src/Pinboard/Client.hs +1/−1
pinboard.cabal view
@@ -1,5 +1,5 @@ name: pinboard-version: 0.6.1+version: 0.6.2 synopsis: Access to the Pinboard API license: MIT license-file: LICENSE@@ -33,7 +33,7 @@ library hs-source-dirs: src build-depends: base >=4.6 && < 5.0- , aeson+ , aeson > 0.8 , bytestring , containers , either
src/Pinboard/Client.hs view
@@ -160,7 +160,7 @@ buildReq url = buildRequest $ do http GET ("/v1/" <> url) setHeader "Connection" "Keep-Alive" - setHeader "User-Agent" "pinboard.hs/0.6.1" + setHeader "User-Agent" "pinboard.hs/0.6.2" --------------------------------------------------------------------------------