packages feed

hledger-lib 1.26 → 1.26.1

raw patch · 2 files changed

+7/−10 lines, 2 filesdep ~safePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: safe

API changes (from Hackage documentation)

- Hledger.Data.Balancing: balancingOpts :: HasBalancingOpts c_a38gj => Lens' c_a38gj BalancingOpts
+ Hledger.Data.Balancing: balancingOpts :: HasBalancingOpts c_a38kn => Lens' c_a38kn BalancingOpts
- Hledger.Data.Balancing: class HasBalancingOpts c_a38gj
+ Hledger.Data.Balancing: class HasBalancingOpts c_a38kn
- Hledger.Data.Balancing: commodity_styles :: HasBalancingOpts c_a38gj => Lens' c_a38gj (Maybe (Map CommoditySymbol AmountStyle))
+ Hledger.Data.Balancing: commodity_styles :: HasBalancingOpts c_a38kn => Lens' c_a38kn (Maybe (Map CommoditySymbol AmountStyle))
- Hledger.Data.Balancing: ignore_assertions :: HasBalancingOpts c_a38gj => Lens' c_a38gj Bool
+ Hledger.Data.Balancing: ignore_assertions :: HasBalancingOpts c_a38kn => Lens' c_a38kn Bool
- Hledger.Data.Balancing: infer_transaction_prices :: HasBalancingOpts c_a38gj => Lens' c_a38gj Bool
+ Hledger.Data.Balancing: infer_transaction_prices :: HasBalancingOpts c_a38kn => Lens' c_a38kn Bool
- Hledger.Read.Common: aliases :: HasInputOpts c_a3lqA => Lens' c_a3lqA [String]
+ Hledger.Read.Common: aliases :: HasInputOpts c_a3luJ => Lens' c_a3luJ [String]
- Hledger.Read.Common: anon__ :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.Common: anon__ :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.Common: auto__ :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.Common: auto__ :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.Common: balancingopts :: HasInputOpts c_a3lqA => Lens' c_a3lqA BalancingOpts
+ Hledger.Read.Common: balancingopts :: HasInputOpts c_a3luJ => Lens' c_a3luJ BalancingOpts
- Hledger.Read.Common: class HasInputOpts c_a3lqA
+ Hledger.Read.Common: class HasInputOpts c_a3luJ
- Hledger.Read.Common: forecast :: HasInputOpts c_a3lqA => Lens' c_a3lqA (Maybe DateSpan)
+ Hledger.Read.Common: forecast :: HasInputOpts c_a3luJ => Lens' c_a3luJ (Maybe DateSpan)
- Hledger.Read.Common: infer_equity :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.Common: infer_equity :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.Common: inputOpts :: HasInputOpts c_a3lqA => Lens' c_a3lqA InputOpts
+ Hledger.Read.Common: inputOpts :: HasInputOpts c_a3luJ => Lens' c_a3luJ InputOpts
- Hledger.Read.Common: ioDay :: HasInputOpts c_a3lqA => Lens' c_a3lqA Day
+ Hledger.Read.Common: ioDay :: HasInputOpts c_a3luJ => Lens' c_a3luJ Day
- Hledger.Read.Common: mformat :: HasInputOpts c_a3lqA => Lens' c_a3lqA (Maybe StorageFormat)
+ Hledger.Read.Common: mformat :: HasInputOpts c_a3luJ => Lens' c_a3luJ (Maybe StorageFormat)
- Hledger.Read.Common: mrules_file :: HasInputOpts c_a3lqA => Lens' c_a3lqA (Maybe FilePath)
+ Hledger.Read.Common: mrules_file :: HasInputOpts c_a3luJ => Lens' c_a3luJ (Maybe FilePath)
- Hledger.Read.Common: new__ :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.Common: new__ :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.Common: new_save :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.Common: new_save :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.Common: pivot :: HasInputOpts c_a3lqA => Lens' c_a3lqA String
+ Hledger.Read.Common: pivot :: HasInputOpts c_a3luJ => Lens' c_a3luJ String
- Hledger.Read.Common: reportspan :: HasInputOpts c_a3lqA => Lens' c_a3lqA DateSpan
+ Hledger.Read.Common: reportspan :: HasInputOpts c_a3luJ => Lens' c_a3luJ DateSpan
- Hledger.Read.Common: strict :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.Common: strict :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.InputOptions: aliases :: HasInputOpts c_a3lqA => Lens' c_a3lqA [String]
+ Hledger.Read.InputOptions: aliases :: HasInputOpts c_a3luJ => Lens' c_a3luJ [String]
- Hledger.Read.InputOptions: anon__ :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.InputOptions: anon__ :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.InputOptions: auto__ :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.InputOptions: auto__ :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.InputOptions: balancingopts :: HasInputOpts c_a3lqA => Lens' c_a3lqA BalancingOpts
+ Hledger.Read.InputOptions: balancingopts :: HasInputOpts c_a3luJ => Lens' c_a3luJ BalancingOpts
- Hledger.Read.InputOptions: class HasInputOpts c_a3lqA
+ Hledger.Read.InputOptions: class HasInputOpts c_a3luJ
- Hledger.Read.InputOptions: forecast :: HasInputOpts c_a3lqA => Lens' c_a3lqA (Maybe DateSpan)
+ Hledger.Read.InputOptions: forecast :: HasInputOpts c_a3luJ => Lens' c_a3luJ (Maybe DateSpan)
- Hledger.Read.InputOptions: infer_equity :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.InputOptions: infer_equity :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.InputOptions: inputOpts :: HasInputOpts c_a3lqA => Lens' c_a3lqA InputOpts
+ Hledger.Read.InputOptions: inputOpts :: HasInputOpts c_a3luJ => Lens' c_a3luJ InputOpts
- Hledger.Read.InputOptions: ioDay :: HasInputOpts c_a3lqA => Lens' c_a3lqA Day
+ Hledger.Read.InputOptions: ioDay :: HasInputOpts c_a3luJ => Lens' c_a3luJ Day
- Hledger.Read.InputOptions: mformat :: HasInputOpts c_a3lqA => Lens' c_a3lqA (Maybe StorageFormat)
+ Hledger.Read.InputOptions: mformat :: HasInputOpts c_a3luJ => Lens' c_a3luJ (Maybe StorageFormat)
- Hledger.Read.InputOptions: mrules_file :: HasInputOpts c_a3lqA => Lens' c_a3lqA (Maybe FilePath)
+ Hledger.Read.InputOptions: mrules_file :: HasInputOpts c_a3luJ => Lens' c_a3luJ (Maybe FilePath)
- Hledger.Read.InputOptions: new__ :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.InputOptions: new__ :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.InputOptions: new_save :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.InputOptions: new_save :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Read.InputOptions: pivot :: HasInputOpts c_a3lqA => Lens' c_a3lqA String
+ Hledger.Read.InputOptions: pivot :: HasInputOpts c_a3luJ => Lens' c_a3luJ String
- Hledger.Read.InputOptions: reportspan :: HasInputOpts c_a3lqA => Lens' c_a3lqA DateSpan
+ Hledger.Read.InputOptions: reportspan :: HasInputOpts c_a3luJ => Lens' c_a3luJ DateSpan
- Hledger.Read.InputOptions: strict :: HasInputOpts c_a3lqA => Lens' c_a3lqA Bool
+ Hledger.Read.InputOptions: strict :: HasInputOpts c_a3luJ => Lens' c_a3luJ Bool
- Hledger.Reports.ReportOptions: accountlistmode :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK AccountListMode
+ Hledger.Reports.ReportOptions: accountlistmode :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT AccountListMode
- Hledger.Reports.ReportOptions: average :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: average :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: balanceaccum :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK BalanceAccumulation
+ Hledger.Reports.ReportOptions: balanceaccum :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT BalanceAccumulation
- Hledger.Reports.ReportOptions: balancecalc :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK BalanceCalculation
+ Hledger.Reports.ReportOptions: balancecalc :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT BalanceCalculation
- Hledger.Reports.ReportOptions: budgetpat :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK (Maybe Text)
+ Hledger.Reports.ReportOptions: budgetpat :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT (Maybe Text)
- Hledger.Reports.ReportOptions: class HasReportOptsNoUpdate c_a3sLK
+ Hledger.Reports.ReportOptions: class HasReportOptsNoUpdate c_a3sPT
- Hledger.Reports.ReportOptions: class HasReportSpec c_a3tt7
+ Hledger.Reports.ReportOptions: class HasReportSpec c_a3txg
- Hledger.Reports.ReportOptions: color__ :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: color__ :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: conversionop :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK (Maybe ConversionOp)
+ Hledger.Reports.ReportOptions: conversionop :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT (Maybe ConversionOp)
- Hledger.Reports.ReportOptions: date2NoUpdate :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: date2NoUpdate :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: declared :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: declared :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: depthNoUpdate :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK (Maybe Int)
+ Hledger.Reports.ReportOptions: depthNoUpdate :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT (Maybe Int)
- Hledger.Reports.ReportOptions: drop__ :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Int
+ Hledger.Reports.ReportOptions: drop__ :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Int
- Hledger.Reports.ReportOptions: empty__ :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: empty__ :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: format :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK StringFormat
+ Hledger.Reports.ReportOptions: format :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT StringFormat
- Hledger.Reports.ReportOptions: infer_prices :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: infer_prices :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: interval :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Interval
+ Hledger.Reports.ReportOptions: interval :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Interval
- Hledger.Reports.ReportOptions: invert :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: invert :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: layout :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Layout
+ Hledger.Reports.ReportOptions: layout :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Layout
- Hledger.Reports.ReportOptions: no_elide :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: no_elide :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: no_total :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: no_total :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: normalbalance :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK (Maybe NormalSign)
+ Hledger.Reports.ReportOptions: normalbalance :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT (Maybe NormalSign)
- Hledger.Reports.ReportOptions: percent :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: percent :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: periodNoUpdate :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Period
+ Hledger.Reports.ReportOptions: periodNoUpdate :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Period
- Hledger.Reports.ReportOptions: pretty :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: pretty :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: querystringNoUpdate :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK [Text]
+ Hledger.Reports.ReportOptions: querystringNoUpdate :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT [Text]
- Hledger.Reports.ReportOptions: realNoUpdate :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: realNoUpdate :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: related :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: related :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: reportOptsNoUpdate :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK ReportOpts
+ Hledger.Reports.ReportOptions: reportOptsNoUpdate :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT ReportOpts
- Hledger.Reports.ReportOptions: reportSpec :: HasReportSpec c_a3tt7 => Lens' c_a3tt7 ReportSpec
+ Hledger.Reports.ReportOptions: reportSpec :: HasReportSpec c_a3txg => Lens' c_a3txg ReportSpec
- Hledger.Reports.ReportOptions: row_total :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: row_total :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: rsDay :: HasReportSpec c_a3tt7 => Lens' c_a3tt7 Day
+ Hledger.Reports.ReportOptions: rsDay :: HasReportSpec c_a3txg => Lens' c_a3txg Day
- Hledger.Reports.ReportOptions: rsQuery :: HasReportSpec c_a3tt7 => Lens' c_a3tt7 Query
+ Hledger.Reports.ReportOptions: rsQuery :: HasReportSpec c_a3txg => Lens' c_a3txg Query
- Hledger.Reports.ReportOptions: rsQueryOpts :: HasReportSpec c_a3tt7 => Lens' c_a3tt7 [QueryOpt]
+ Hledger.Reports.ReportOptions: rsQueryOpts :: HasReportSpec c_a3txg => Lens' c_a3txg [QueryOpt]
- Hledger.Reports.ReportOptions: rsReportOpts :: HasReportSpec c_a3tt7 => Lens' c_a3tt7 ReportOpts
+ Hledger.Reports.ReportOptions: rsReportOpts :: HasReportSpec c_a3txg => Lens' c_a3txg ReportOpts
- Hledger.Reports.ReportOptions: show_costs :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: show_costs :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: sort_amount :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: sort_amount :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: statusesNoUpdate :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK [Status]
+ Hledger.Reports.ReportOptions: statusesNoUpdate :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT [Status]
- Hledger.Reports.ReportOptions: transpose__ :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: transpose__ :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: txn_dates :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK Bool
+ Hledger.Reports.ReportOptions: txn_dates :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT Bool
- Hledger.Reports.ReportOptions: value :: HasReportOptsNoUpdate c_a3sLK => Lens' c_a3sLK (Maybe ValuationType)
+ Hledger.Reports.ReportOptions: value :: HasReportOptsNoUpdate c_a3sPT => Lens' c_a3sPT (Maybe ValuationType)

Files

CHANGES.md view
@@ -9,14 +9,11 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# 1.26 2022-06-04-- ;doc: update manuals--- ;cabal: update cabal files+# 1.26.1 2022-07-11 -- ;pkg: bump version to 1.26+- require safe 0.3.19+ to avoid deprecation warning -- ;doc: update changelogs+# 1.26 2022-06-04  Breaking changes 
hledger-lib.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           hledger-lib-version:        1.26+version:        1.26.1 synopsis:       A reusable library providing the core functionality of hledger description:    A reusable library containing hledger's core functionality.                 This is used by most hledger* packages so that they support the same@@ -125,7 +125,7 @@     , parser-combinators >=0.4.0     , pretty-simple >4 && <5     , regex-tdfa-    , safe >=0.3.18+    , safe >=0.3.19     , tabular >=0.2     , tasty >=1.2.3     , tasty-hunit >=0.10.0.2@@ -176,7 +176,7 @@     , parser-combinators >=0.4.0     , pretty-simple >4 && <5     , regex-tdfa-    , safe >=0.3.18+    , safe >=0.3.19     , tabular >=0.2     , tasty >=1.2.3     , tasty-hunit >=0.10.0.2@@ -229,7 +229,7 @@     , parser-combinators >=0.4.0     , pretty-simple >4 && <5     , regex-tdfa-    , safe >=0.3.18+    , safe >=0.3.19     , tabular >=0.2     , tasty >=1.2.3     , tasty-hunit >=0.10.0.2