qnap-decrypt 0.3.1 → 0.3.2
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~temporaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: temporary
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- qnap-decrypt.cabal +6/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for qnap-decrypt +## 0.3.2 -- 2018-06-13++* Support for temporary 1.3+ ## 0.3.1 -- 2018-04-29 * Specifying upper bounds by hand
qnap-decrypt.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.28.2.+-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack ----- hash: e85302513e1922a2c1ac5e032c091c41d5bddc095ec3d2d9ceb643596a2a8737+-- hash: 6d644929241547a13accbac963fea45e0102bd42279e1282416df424bbdc1016 name: qnap-decrypt-version: 0.3.1+version: 0.3.2 synopsis: Decrypt files encrypted by QNAP's Hybrid Backup Sync description: Please see the README on Github at <https://github.com/alexkazik/qnap-decrypt#readme> category: Cryptography@@ -18,9 +18,11 @@ license-file: LICENSE build-type: Simple cabal-version: >= 1.10+ extra-source-files: ChangeLog.md README.md+ data-files: test/encrypted/c0 test/encrypted/c1@@ -116,7 +118,7 @@ , qnap-decrypt , streaming-commons >=0.1.0.0 && <0.3 , tagged >=0.8.5 && <0.9- , temporary >=1.2.1.1 && <1.3+ , temporary >=1.2.1.1 && <1.4 , utf8-string >=1.0.1.1 && <1.1 other-modules: Paths_qnap_decrypt