hledger-lib 0.18.1 → 0.18.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- hledger-lib.cabal +2/−2
hledger-lib.cabal view
@@ -1,5 +1,5 @@ name: hledger-lib-version: 0.18.1+version: 0.18.2 category: Finance synopsis: Core data types, parsers and utilities for the hledger accounting tool. description:@@ -55,7 +55,7 @@ Hledger.Utils Hledger.Utils.UTF8IOCompat Build-Depends:- base >= 3 && < 5+ base >= 4.3 && < 5 ,bytestring ,cmdargs >= 0.9.1 && < 0.10 ,containers