qif 1.1.0 → 1.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- qif.cabal +2/−2
qif.cabal view
@@ -1,5 +1,5 @@ name: qif-version: 1.1.0+version: 1.1.1 synopsis: A simple QIF file format parser / printer description: A handy little library for dealing with this awful little QIF files in your life.@@ -27,7 +27,7 @@ microlens >= 0.4.7 && < 0.6, microlens-th >= 0.4.1 && < 0.6, text >= 1.2.2 && < 1.9,- time >= 1.7.0 && < 1.9+ time >= 1.6.0 && < 1.9 test-suite test-qif-serialization type: exitcode-stdio-1.0