pinboard-notes-backup 1.0.5.5 → 1.0.5.6
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~aesondep ~text
Dependency ranges changed: aeson, text
Files
- CHANGELOG.md +4/−0
- pinboard-notes-backup.cabal +3/−3
CHANGELOG.md view
@@ -4,6 +4,10 @@ [PVP]: https://pvp.haskell.org/ +## 1.0.5.6 (2022-12-02)++The program now builds against a wider set of dependencies. There were no changes in functionality.+ ## 1.0.5.5 (2022-12-01) The program now builds against a wider set of dependencies. There were no changes in functionality.
pinboard-notes-backup.cabal view
@@ -1,5 +1,5 @@ name: pinboard-notes-backup-version: 1.0.5.5+version: 1.0.5.6 synopsis: Back up the notes you've saved to Pinboard description: A command-line application to back up your notes from the Pinboard bookmarking service to a local SQLite database.@@ -28,7 +28,7 @@ other-modules: Paths_pinboard_notes_backup Pinboard Types Utils Utils.FriendlyReqError default-language: Haskell2010 build-depends: base >= 4.7 && < 5- , aeson >= 0.8 && < 2.1+ , aeson >= 0.8 && < 2.2 , ansi-wl-pprint >= 0.6 && < 0.7 , bytestring >= 0.10 && < 0.12 , containers >= 0.5 && < 0.7@@ -38,7 +38,7 @@ , optparse-applicative >= 0.11 && < 0.18 , req >= 1.0 && < 3.14 , sqlite-simple >= 0.4 && < 0.5- , text >= 1.2 && < 1.3+ , text >= 1.2 && < 2.1 , time >= 1.5 && < 1.13 default-extensions: DataKinds DeriveFunctor