pinboard-notes-backup 1.0.5.1 → 1.0.5.2
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~req
Dependency ranges changed: req
Files
- README.md +2/−0
- pinboard-notes-backup.cabal +2/−2
README.md view
@@ -133,6 +133,8 @@ [PVP]: https://pvp.haskell.org/ +* 1.0.5.2 (2021-02-28)+ - The program now builds against a wider set of dependencies. There were no changes in functionality. * 1.0.5.1 (2021-02-27) - The program now builds against a wider set of dependencies. There were no changes in functionality. * 1.0.5 (2019-09-15)
pinboard-notes-backup.cabal view
@@ -1,5 +1,5 @@ name: pinboard-notes-backup-version: 1.0.5.1+version: 1.0.5.2 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.@@ -35,7 +35,7 @@ , http-types >= 0.12 && < 0.13 , mtl >= 2.2 && < 2.3 , optparse-applicative >= 0.11 && < 0.16- , req >= 1.0 && < 3.9+ , req >= 1.0 && < 3.10 , sqlite-simple >= 0.4 && < 0.5 , text >= 1.2 && < 1.3 , time >= 1.5 && < 1.10