hledger-lib 0.23.2 → 0.23.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~transformersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: transformers
API changes (from Hackage documentation)
- Hledger.Data.Account: showAccountDebug :: PrintfType ([Char] -> t) => Account -> t
+ Hledger.Data.Account: showAccountDebug :: PrintfType t => Account -> t
Files
- CHANGES +4/−0
- hledger-lib.cabal +2/−2
CHANGES view
@@ -1,5 +1,9 @@ API-ish changes in hledger-lib. For user-visible changes, see the hledger changelog. +0.23.3 (2014/9/12)++- allow transformers 0.4*+ 0.23.2 (2014/5/8) - postingsReport: also fix date sorting of displayed postings (#184)
hledger-lib.cabal view
@@ -1,5 +1,5 @@ name: hledger-lib-version: 0.23.2+version: 0.23.3 stability: stable category: Finance, Console synopsis: Core data types, parsers and utilities for the hledger accounting tool.@@ -83,7 +83,7 @@ ,safe >= 0.2 ,split >= 0.1 && < 0.3 ,time- ,transformers >= 0.2 && < 0.4+ ,transformers >= 0.2 && < 0.5 ,utf8-string >= 0.3.5 && < 0.4 ,HUnit if impl(ghc >= 7.4)