regen cabal files/manuals

[ci skip]
This commit is contained in:
Simon Michael 2019-03-01 16:17:25 -08:00
parent 68e5c41d52
commit 0cd5545e26
29 changed files with 374 additions and 374 deletions

View File

@ -1,5 +1,5 @@
.TH "hledger\-api" "1" "February 2019" "hledger\-api 1.13.99" "hledger User Manuals" .TH "hledger\-api" "1" "March 2019" "hledger\-api 1.14" "hledger User Manuals"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 7da2a5cb782504aa6b1e15f7f0a357387081a4f07551a4f414e1c860129462b2 -- hash: e7c0a6dd7378e0cca56c467d680045884bad0673d1c9e749b2d06484b2a8dd08
name: hledger-api name: hledger-api
version: 1.13.99 version: 1.14
synopsis: Web API server for the hledger accounting tool synopsis: Web API server for the hledger accounting tool
description: This is a simple web API server for hledger data. description: This is a simple web API server for hledger data.
It comes with a series of simple client-side web app examples. It comes with a series of simple client-side web app examples.
@ -46,7 +46,7 @@ executable hledger-api
other-modules: other-modules:
Paths_hledger_api Paths_hledger_api
ghc-options: -threaded ghc-options: -threaded
cpp-options: -DVERSION="1.13.99" cpp-options: -DVERSION="1.14"
build-depends: build-depends:
Decimal Decimal
, aeson , aeson
@ -56,8 +56,8 @@ executable hledger-api
, data-default >=0.5 , data-default >=0.5
, docopt , docopt
, either , either
, hledger >=1.13.99 && <1.14 , hledger >=1.14 && <1.15
, hledger-lib >=1.13.99 && <1.14 , hledger-lib >=1.14 && <1.15
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1
, safe , safe

View File

@ -3,8 +3,8 @@ This is hledger-api.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger-api.info, Node: Top, Next: OPTIONS, Up: (dir) File: hledger-api.info, Node: Top, Next: OPTIONS, Up: (dir)
hledger-api(1) hledger-api 1.13.99 hledger-api(1) hledger-api 1.14
********************************** *******************************
hledger-api is a simple web API server, intended to support client-side hledger-api is a simple web API server, intended to support client-side
web apps operating on hledger data. It comes with a series of simple web apps operating on hledger data. It comes with a series of simple
@ -80,7 +80,7 @@ options as shown above.
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: OPTIONS1666 Node: OPTIONS1660
Ref: #options1751 Ref: #options1745
 
End Tag Table End Tag Table

View File

@ -117,4 +117,4 @@ SEE ALSO
hledger-api 1.13.99 February 2019 hledger-api(1) hledger-api 1.14 March 2019 hledger-api(1)

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: f03203275248d2f261b7e83e7a7c8585f03d789fa6c3422476d627ed488d3479 -- hash: e2c444e055dd9ef61f9cbddeeddf69ce3274e6c2eef4b64301b7107144d7d84b
name: hledger-lib name: hledger-lib
version: 1.13.99 version: 1.14
synopsis: Core data types, parsers and functionality for the hledger accounting tools synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: This is a reusable library containing hledger's core functionality. description: This is a reusable library containing hledger's core functionality.
. .

View File

@ -1,5 +1,5 @@
.TH "hledger_csv" "5" "February 2019" "hledger 1.13.99" "hledger User Manuals" .TH "hledger_csv" "5" "March 2019" "hledger 1.14" "hledger User Manuals"

View File

@ -3,8 +3,8 @@ This is hledger_csv.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger_csv.info, Node: Top, Next: CSV RULES, Up: (dir) File: hledger_csv.info, Node: Top, Next: CSV RULES, Up: (dir)
hledger_csv(5) hledger 1.13.99 hledger_csv(5) hledger 1.14
****************************** ***************************
hledger can read CSV (comma-separated value) files as if they were hledger can read CSV (comma-separated value) files as if they were
journal files, automatically converting each CSV record into a journal files, automatically converting each CSV record into a
@ -317,33 +317,33 @@ one rules file will be used for all the CSV files being read.
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: CSV RULES2169 Node: CSV RULES2163
Ref: #csv-rules2277 Ref: #csv-rules2271
Node: skip2539 Node: skip2533
Ref: #skip2633 Ref: #skip2627
Node: date-format2805 Node: date-format2799
Ref: #date-format2932 Ref: #date-format2926
Node: field list3482 Node: field list3476
Ref: #field-list3619 Ref: #field-list3613
Node: field assignment4324 Node: field assignment4318
Ref: #field-assignment4479 Ref: #field-assignment4473
Node: conditional block4983 Node: conditional block4977
Ref: #conditional-block5137 Ref: #conditional-block5131
Node: include6033 Node: include6027
Ref: #include6163 Ref: #include6157
Node: newest-first6394 Node: newest-first6388
Ref: #newest-first6508 Ref: #newest-first6502
Node: CSV TIPS6919 Node: CSV TIPS6913
Ref: #csv-tips7013 Ref: #csv-tips7007
Node: CSV ordering7131 Node: CSV ordering7125
Ref: #csv-ordering7249 Ref: #csv-ordering7243
Node: CSV accounts7430 Node: CSV accounts7424
Ref: #csv-accounts7568 Ref: #csv-accounts7562
Node: CSV amounts7822 Node: CSV amounts7816
Ref: #csv-amounts7968 Ref: #csv-amounts7962
Node: CSV balance assertions8743 Node: CSV balance assertions8737
Ref: #csv-balance-assertions8925 Ref: #csv-balance-assertions8919
Node: Reading multiple CSV files9130 Node: Reading multiple CSV files9124
Ref: #reading-multiple-csv-files9300 Ref: #reading-multiple-csv-files9294
 
End Tag Table End Tag Table

View File

@ -249,4 +249,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger_csv(5) hledger 1.14 March 2019 hledger_csv(5)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger_journal" "5" "February 2019" "hledger 1.13.99" "hledger User Manuals" .TH "hledger_journal" "5" "March 2019" "hledger 1.14" "hledger User Manuals"

View File

@ -4,8 +4,8 @@ stdin.
 
File: hledger_journal.info, Node: Top, Next: FILE FORMAT, Up: (dir) File: hledger_journal.info, Node: Top, Next: FILE FORMAT, Up: (dir)
hledger_journal(5) hledger 1.13.99 hledger_journal(5) hledger 1.14
********************************** *******************************
hledger's usual data source is a plain text file containing journal hledger's usual data source is a plain text file containing journal
entries in hledger journal format. This file represents a standard entries in hledger journal format. This file represents a standard
@ -1585,109 +1585,109 @@ See the [[Cookbook]] at hledger.org for the latest information.
 
Tag Table: Tag Table:
Node: Top76 Node: Top76
Node: FILE FORMAT2378 Node: FILE FORMAT2372
Ref: #file-format2502 Ref: #file-format2496
Node: Transactions2789 Node: Transactions2783
Ref: #transactions2910 Ref: #transactions2904
Node: Postings3594 Node: Postings3588
Ref: #postings3721 Ref: #postings3715
Node: Dates4716 Node: Dates4710
Ref: #dates4831 Ref: #dates4825
Node: Simple dates4896 Node: Simple dates4890
Ref: #simple-dates5022 Ref: #simple-dates5016
Node: Secondary dates5388 Node: Secondary dates5382
Ref: #secondary-dates5542 Ref: #secondary-dates5536
Node: Posting dates7105 Node: Posting dates7099
Ref: #posting-dates7234 Ref: #posting-dates7228
Node: Status8608 Node: Status8602
Ref: #status8728 Ref: #status8722
Node: Description10436 Node: Description10430
Ref: #description10574 Ref: #description10568
Node: Payee and note10893 Node: Payee and note10887
Ref: #payee-and-note11007 Ref: #payee-and-note11001
Node: Account names11249 Node: Account names11243
Ref: #account-names11392 Ref: #account-names11386
Node: Amounts11879 Node: Amounts11873
Ref: #amounts12015 Ref: #amounts12009
Node: Virtual Postings15032 Node: Virtual Postings15026
Ref: #virtual-postings15191 Ref: #virtual-postings15185
Node: Balance Assertions16411 Node: Balance Assertions16405
Ref: #balance-assertions16586 Ref: #balance-assertions16580
Node: Assertions and ordering17544 Node: Assertions and ordering17538
Ref: #assertions-and-ordering17730 Ref: #assertions-and-ordering17724
Node: Assertions and included files18430 Node: Assertions and included files18424
Ref: #assertions-and-included-files18671 Ref: #assertions-and-included-files18665
Node: Assertions and multiple -f options19004 Node: Assertions and multiple -f options18998
Ref: #assertions-and-multiple--f-options19258 Ref: #assertions-and-multiple--f-options19252
Node: Assertions and commodities19390 Node: Assertions and commodities19384
Ref: #assertions-and-commodities19620 Ref: #assertions-and-commodities19614
Node: Assertions and prices20776 Node: Assertions and prices20770
Ref: #assertions-and-prices20988 Ref: #assertions-and-prices20982
Node: Assertions and subaccounts21428 Node: Assertions and subaccounts21422
Ref: #assertions-and-subaccounts21655 Ref: #assertions-and-subaccounts21649
Node: Assertions and virtual postings21979 Node: Assertions and virtual postings21973
Ref: #assertions-and-virtual-postings22219 Ref: #assertions-and-virtual-postings22213
Node: Assertions and precision22361 Node: Assertions and precision22355
Ref: #assertions-and-precision22552 Ref: #assertions-and-precision22546
Node: Balance Assignments22819 Node: Balance Assignments22813
Ref: #balance-assignments23000 Ref: #balance-assignments22994
Node: Balance assignments and prices24164 Node: Balance assignments and prices24158
Ref: #balance-assignments-and-prices24336 Ref: #balance-assignments-and-prices24330
Node: Transaction prices24560 Node: Transaction prices24554
Ref: #transaction-prices24729 Ref: #transaction-prices24723
Node: Comments26997 Node: Comments26991
Ref: #comments27131 Ref: #comments27125
Node: Tags28301 Node: Tags28295
Ref: #tags28419 Ref: #tags28413
Node: Directives29821 Node: Directives29815
Ref: #directives29964 Ref: #directives29958
Node: Comment blocks35571 Node: Comment blocks35565
Ref: #comment-blocks35716 Ref: #comment-blocks35710
Node: Including other files35892 Node: Including other files35886
Ref: #including-other-files36072 Ref: #including-other-files36066
Node: Default year36480 Node: Default year36474
Ref: #default-year36649 Ref: #default-year36643
Node: Declaring commodities37072 Node: Declaring commodities37066
Ref: #declaring-commodities37255 Ref: #declaring-commodities37249
Node: Default commodity38482 Node: Default commodity38476
Ref: #default-commodity38658 Ref: #default-commodity38652
Node: Market prices39294 Node: Market prices39288
Ref: #market-prices39459 Ref: #market-prices39453
Node: Declaring accounts40300 Node: Declaring accounts40294
Ref: #declaring-accounts40476 Ref: #declaring-accounts40470
Node: Account comments41401 Node: Account comments41395
Ref: #account-comments41564 Ref: #account-comments41558
Node: Account subdirectives41959 Node: Account subdirectives41953
Ref: #account-subdirectives42154 Ref: #account-subdirectives42148
Node: Account types42467 Node: Account types42461
Ref: #account-types42651 Ref: #account-types42645
Node: Account display order44295 Node: Account display order44289
Ref: #account-display-order44465 Ref: #account-display-order44459
Node: Rewriting accounts45594 Node: Rewriting accounts45588
Ref: #rewriting-accounts45779 Ref: #rewriting-accounts45773
Node: Basic aliases46513 Node: Basic aliases46507
Ref: #basic-aliases46659 Ref: #basic-aliases46653
Node: Regex aliases47363 Node: Regex aliases47357
Ref: #regex-aliases47534 Ref: #regex-aliases47528
Node: Multiple aliases48252 Node: Multiple aliases48246
Ref: #multiple-aliases48427 Ref: #multiple-aliases48421
Node: end aliases48925 Node: end aliases48919
Ref: #end-aliases49072 Ref: #end-aliases49066
Node: Default parent account49173 Node: Default parent account49167
Ref: #default-parent-account49339 Ref: #default-parent-account49333
Node: Periodic transactions50223 Node: Periodic transactions50217
Ref: #periodic-transactions50405 Ref: #periodic-transactions50399
Node: Two spaces after the period expression51530 Node: Two spaces after the period expression51524
Ref: #two-spaces-after-the-period-expression51775 Ref: #two-spaces-after-the-period-expression51769
Node: Forecasting with periodic transactions52260 Node: Forecasting with periodic transactions52254
Ref: #forecasting-with-periodic-transactions52550 Ref: #forecasting-with-periodic-transactions52544
Node: Budgeting with periodic transactions54237 Node: Budgeting with periodic transactions54231
Ref: #budgeting-with-periodic-transactions54476 Ref: #budgeting-with-periodic-transactions54470
Node: Transaction modifiers54935 Node: Transaction modifiers54929
Ref: #transaction-modifiers55098 Ref: #transaction-modifiers55092
Node: Auto postings and transaction balancing / inferred amounts / balance assertions57082 Node: Auto postings and transaction balancing / inferred amounts / balance assertions57076
Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions57383 Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions57377
Node: EDITOR SUPPORT57761 Node: EDITOR SUPPORT57755
Ref: #editor-support57879 Ref: #editor-support57873
 
End Tag Table End Tag Table

View File

@ -1301,4 +1301,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger_journal(5) hledger 1.14 March 2019 hledger_journal(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timeclock" "5" "February 2019" "hledger 1.13.99" "hledger User Manuals" .TH "hledger_timeclock" "5" "March 2019" "hledger 1.14" "hledger User Manuals"

View File

@ -4,8 +4,8 @@ stdin.
 
File: hledger_timeclock.info, Node: Top, Up: (dir) File: hledger_timeclock.info, Node: Top, Up: (dir)
hledger_timeclock(5) hledger 1.13.99 hledger_timeclock(5) hledger 1.14
************************************ *********************************
hledger can read timeclock files. As with Ledger, these are (a subset hledger can read timeclock files. As with Ledger, these are (a subset
of) timeclock.el's format, containing clock-in and clock-out entries as of) timeclock.el's format, containing clock-in and clock-out entries as

View File

@ -77,4 +77,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger_timeclock(5) hledger 1.14 March 2019 hledger_timeclock(5)

View File

@ -1,5 +1,5 @@
.TH "hledger_timedot" "5" "February 2019" "hledger 1.13.99" "hledger User Manuals" .TH "hledger_timedot" "5" "March 2019" "hledger 1.14" "hledger User Manuals"

View File

@ -4,8 +4,8 @@ stdin.
 
File: hledger_timedot.info, Node: Top, Next: FILE FORMAT, Up: (dir) File: hledger_timedot.info, Node: Top, Next: FILE FORMAT, Up: (dir)
hledger_timedot(5) hledger 1.13.99 hledger_timedot(5) hledger 1.14
********************************** *******************************
Timedot is a plain text format for logging dated, categorised quantities Timedot is a plain text format for logging dated, categorised quantities
(of time, usually), supported by hledger. It is convenient for (of time, usually), supported by hledger. It is convenient for
@ -110,7 +110,7 @@ $ hledger -f t.timedot --alias /\\./=: bal date:2016/2/4
 
Tag Table: Tag Table:
Node: Top76 Node: Top76
Node: FILE FORMAT813 Node: FILE FORMAT807
Ref: #file-format914 Ref: #file-format908
 
End Tag Table End Tag Table

View File

@ -124,4 +124,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger_timedot(5) hledger 1.14 March 2019 hledger_timedot(5)

View File

@ -1,5 +1,5 @@
.TH "hledger\-ui" "1" "February 2019" "hledger\-ui 1.13.99" "hledger User Manuals" .TH "hledger\-ui" "1" "March 2019" "hledger\-ui 1.14" "hledger User Manuals"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: b53c0c35837ff57b7b8d3df9c1a6644a21ec4325d6ade3c992e4fd8a7bb551e4 -- hash: 32ad755bb064842ea131b724ee18e8a276c62b2fec58ccff27540efac91cb374
name: hledger-ui name: hledger-ui
version: 1.13.99 version: 1.14
synopsis: Curses-style user interface for the hledger accounting tool synopsis: Curses-style user interface for the hledger accounting tool
description: This is hledger's curses-style interface. description: This is hledger's curses-style interface.
It is simpler and more convenient for browsing data than the command-line interface, It is simpler and more convenient for browsing data than the command-line interface,
@ -64,7 +64,7 @@ executable hledger-ui
hs-source-dirs: hs-source-dirs:
./. ./.
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.13.99" cpp-options: -DVERSION="1.14"
build-depends: build-depends:
ansi-terminal >=0.6.2.3 ansi-terminal >=0.6.2.3
, async , async
@ -76,8 +76,8 @@ executable hledger-ui
, directory , directory
, filepath , filepath
, fsnotify >=0.2.1.2 && <0.4 , fsnotify >=0.2.1.2 && <0.4
, hledger >=1.13.99 && <1.14 , hledger >=1.14 && <1.15
, hledger-lib >=1.13.99 && <1.14 , hledger-lib >=1.14 && <1.15
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1

View File

@ -3,8 +3,8 @@ This is hledger-ui.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger-ui.info, Node: Top, Next: OPTIONS, Up: (dir) File: hledger-ui.info, Node: Top, Next: OPTIONS, Up: (dir)
hledger-ui(1) hledger-ui 1.13.99 hledger-ui(1) hledger-ui 1.14
******************************** *****************************
hledger-ui is hledger's curses-style interface, providing an efficient hledger-ui is hledger's curses-style interface, providing an efficient
full-window text UI for viewing accounts and transactions, and some full-window text UI for viewing accounts and transactions, and some
@ -398,19 +398,19 @@ to cancel the reload attempt.)
 
Tag Table: Tag Table:
Node: Top71 Node: Top71
Node: OPTIONS1106 Node: OPTIONS1100
Ref: #options1203 Ref: #options1197
Node: KEYS4622 Node: KEYS4616
Ref: #keys4717 Ref: #keys4711
Node: SCREENS7973 Node: SCREENS7967
Ref: #screens8058 Ref: #screens8052
Node: Accounts screen8148 Node: Accounts screen8142
Ref: #accounts-screen8276 Ref: #accounts-screen8270
Node: Register screen10492 Node: Register screen10486
Ref: #register-screen10647 Ref: #register-screen10641
Node: Transaction screen12643 Node: Transaction screen12637
Ref: #transaction-screen12801 Ref: #transaction-screen12795
Node: Error screen13671 Node: Error screen13665
Ref: #error-screen13793 Ref: #error-screen13787
 
End Tag Table End Tag Table

View File

@ -406,4 +406,4 @@ SEE ALSO
hledger-ui 1.13.99 February 2019 hledger-ui(1) hledger-ui 1.14 March 2019 hledger-ui(1)

View File

@ -1,5 +1,5 @@
.TH "hledger\-web" "1" "February 2019" "hledger\-web 1.13.99" "hledger User Manuals" .TH "hledger\-web" "1" "March 2019" "hledger\-web 1.14" "hledger User Manuals"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 6ce1f891ddac25feac864926d3d6371d49bf145e5f24c58688cf3a93045c2605 -- hash: da546060d989bf42b59988f7db214e93c1ac3e3d166272cbcdbf1c8cbd283187
name: hledger-web name: hledger-web
version: 1.13.99 version: 1.14
synopsis: Web interface for the hledger accounting tool synopsis: Web interface for the hledger accounting tool
description: This is hledger's web interface. description: This is hledger's web interface.
It provides a more user-friendly and collaborative UI than the It provides a more user-friendly and collaborative UI than the
@ -151,7 +151,7 @@ library
hs-source-dirs: hs-source-dirs:
./. ./.
ghc-options: -Wall -fwarn-tabs ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.13.99" cpp-options: -DVERSION="1.14"
build-depends: build-depends:
Decimal Decimal
, aeson , aeson
@ -169,8 +169,8 @@ library
, directory , directory
, filepath , filepath
, hjsmin , hjsmin
, hledger >=1.13.99 && <1.14 , hledger >=1.14 && <1.15
, hledger-lib >=1.13.99 && <1.14 , hledger-lib >=1.14 && <1.15
, http-client , http-client
, http-conduit , http-conduit
, http-types , http-types
@ -211,7 +211,7 @@ executable hledger-web
hs-source-dirs: hs-source-dirs:
app app
ghc-options: -Wall -fwarn-tabs ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.13.99" cpp-options: -DVERSION="1.14"
build-depends: build-depends:
base base
, hledger-web , hledger-web

View File

@ -3,8 +3,8 @@ This is hledger-web.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger-web.info, Node: Top, Next: OPTIONS, Up: (dir) File: hledger-web.info, Node: Top, Next: OPTIONS, Up: (dir)
hledger-web(1) hledger-web 1.13.99 hledger-web(1) hledger-web 1.14
********************************** *******************************
hledger-web is hledger's web interface. It starts a simple web hledger-web is hledger's web interface. It starts a simple web
application for browsing and adding transactions, and optionally opens application for browsing and adding transactions, and optionally opens
@ -301,15 +301,15 @@ may be convenient to have them in hledger-web also.
 
Tag Table: Tag Table:
Node: Top72 Node: Top72
Node: OPTIONS1360 Node: OPTIONS1354
Ref: #options1465 Ref: #options1459
Node: PERMISSIONS6555 Node: PERMISSIONS6549
Ref: #permissions6694 Ref: #permissions6688
Node: EDITING UPLOADING DOWNLOADING7906 Node: EDITING UPLOADING DOWNLOADING7900
Ref: #editing-uploading-downloading8087 Ref: #editing-uploading-downloading8081
Node: RELOADING8921 Node: RELOADING8915
Ref: #reloading9055 Ref: #reloading9049
Node: JSON API9365 Node: JSON API9359
Ref: #json-api9459 Ref: #json-api9453
 
End Tag Table End Tag Table

View File

@ -319,4 +319,4 @@ SEE ALSO
hledger-web 1.13.99 February 2019 hledger-web(1) hledger-web 1.14 March 2019 hledger-web(1)

View File

@ -1,6 +1,6 @@
.\"t .\"t
.TH "hledger" "1" "February 2019" "hledger 1.13.99" "hledger User Manuals" .TH "hledger" "1" "March 2019" "hledger 1.14" "hledger User Manuals"

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 247ee06018e3a4d319f5e13515b0a2e878b506565887ada7cb06bd6dd7646760 -- hash: f7ffe28b8f28021a283c05a1647b2f533f4476d763c411d681914ca141f07fb0
name: hledger name: hledger
version: 1.13.99 version: 1.14
synopsis: Command-line interface for the hledger accounting tool synopsis: Command-line interface for the hledger accounting tool
description: This is hledger's command-line interface. description: This is hledger's command-line interface.
Its basic function is to read a plain text file describing Its basic function is to read a plain text file describing
@ -137,7 +137,7 @@ library
other-modules: other-modules:
Paths_hledger Paths_hledger
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.13.99" cpp-options: -DVERSION="1.14"
build-depends: build-depends:
Decimal Decimal
, Diff , Diff
@ -153,7 +153,7 @@ library
, filepath , filepath
, hashable >=1.2.4 , hashable >=1.2.4
, haskeline >=0.6 , haskeline >=0.6
, hledger-lib >=1.13.99 && <1.14 , hledger-lib >=1.14 && <1.15
, lucid , lucid
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
@ -188,7 +188,7 @@ executable hledger
hs-source-dirs: hs-source-dirs:
app app
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.13.99" cpp-options: -DVERSION="1.14"
build-depends: build-depends:
Decimal Decimal
, ansi-terminal >=0.6.2.3 , ansi-terminal >=0.6.2.3
@ -203,7 +203,7 @@ executable hledger
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.13.99 && <1.14 , hledger-lib >=1.14 && <1.15
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
, mtl , mtl
@ -240,7 +240,7 @@ test-suite test
hs-source-dirs: hs-source-dirs:
test test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.13.99" cpp-options: -DVERSION="1.14"
build-depends: build-depends:
Decimal Decimal
, ansi-terminal >=0.6.2.3 , ansi-terminal >=0.6.2.3
@ -255,7 +255,7 @@ test-suite test
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.13.99 && <1.14 , hledger-lib >=1.14 && <1.15
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
, mtl , mtl
@ -307,7 +307,7 @@ benchmark bench
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.13.99 && <1.14 , hledger-lib >=1.14 && <1.15
, html , html
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8

View File

@ -3,8 +3,8 @@ This is hledger.info, produced by makeinfo version 6.5 from stdin.
 
File: hledger.info, Node: Top, Next: EXAMPLES, Up: (dir) File: hledger.info, Node: Top, Next: EXAMPLES, Up: (dir)
hledger(1) hledger 1.13.99 hledger(1) hledger 1.14
************************** ***********************
This is hledger's command-line interface (there are also curses and web This is hledger's command-line interface (there are also curses and web
interfaces). Its basic function is to read a plain text file describing interfaces). Its basic function is to read a plain text file describing
@ -2697,160 +2697,160 @@ hledger-check.hs checks more powerful account balance assertions.
 
Tag Table: Tag Table:
Node: Top68 Node: Top68
Node: EXAMPLES1890 Node: EXAMPLES1884
Ref: #examples1990 Ref: #examples1984
Node: OPTIONS3636 Node: OPTIONS3630
Ref: #options3738 Ref: #options3732
Node: General options4173 Node: General options4167
Ref: #general-options4298 Ref: #general-options4292
Node: Command options6980 Node: Command options6974
Ref: #command-options7131 Ref: #command-options7125
Node: Command arguments7529 Node: Command arguments7523
Ref: #command-arguments7683 Ref: #command-arguments7677
Node: Argument files7804 Node: Argument files7798
Ref: #argument-files7980 Ref: #argument-files7974
Node: Special characters in arguments and queries8246 Node: Special characters in arguments and queries8240
Ref: #special-characters-in-arguments-and-queries8480 Ref: #special-characters-in-arguments-and-queries8474
Node: More escaping8930 Node: More escaping8924
Ref: #more-escaping9092 Ref: #more-escaping9086
Node: Even more escaping9388 Node: Even more escaping9382
Ref: #even-more-escaping9582 Ref: #even-more-escaping9576
Node: Less escaping10253 Node: Less escaping10247
Ref: #less-escaping10415 Ref: #less-escaping10409
Node: Command line tips10660 Node: Command line tips10654
Ref: #command-line-tips10846 Ref: #command-line-tips10840
Node: Unicode characters11223 Node: Unicode characters11217
Ref: #unicode-characters11379 Ref: #unicode-characters11373
Node: Input files12104 Node: Input files12098
Ref: #input-files12240 Ref: #input-files12234
Node: Smart dates14210 Node: Smart dates14204
Ref: #smart-dates14351 Ref: #smart-dates14345
Node: Report start & end date15757 Node: Report start & end date15751
Ref: #report-start-end-date15929 Ref: #report-start-end-date15923
Node: Report intervals16995 Node: Report intervals16989
Ref: #report-intervals17160 Ref: #report-intervals17154
Node: Period expressions17561 Node: Period expressions17555
Ref: #period-expressions17721 Ref: #period-expressions17715
Node: Depth limiting21678 Node: Depth limiting21672
Ref: #depth-limiting21822 Ref: #depth-limiting21816
Node: Pivoting22164 Node: Pivoting22158
Ref: #pivoting22282 Ref: #pivoting22276
Node: Cost23958 Node: Cost23952
Ref: #cost24066 Ref: #cost24060
Node: Market value24184 Node: Market value24178
Ref: #market-value24319 Ref: #market-value24313
Node: Combining -B and -V25685 Node: Combining -B and -V25679
Ref: #combining--b-and--v25848 Ref: #combining--b-and--v25842
Node: Output destination25995 Node: Output destination25989
Ref: #output-destination26157 Ref: #output-destination26151
Node: Output format26440 Node: Output format26434
Ref: #output-format26592 Ref: #output-format26586
Node: Regular expressions26977 Node: Regular expressions26971
Ref: #regular-expressions27114 Ref: #regular-expressions27108
Node: QUERIES28475 Node: QUERIES28469
Ref: #queries28577 Ref: #queries28571
Node: COMMANDS32539 Node: COMMANDS32533
Ref: #commands32651 Ref: #commands32645
Node: accounts33651 Node: accounts33645
Ref: #accounts33749 Ref: #accounts33743
Node: activity34448 Node: activity34442
Ref: #activity34558 Ref: #activity34552
Node: add34941 Node: add34935
Ref: #add35040 Ref: #add35034
Node: balance37627 Node: balance37621
Ref: #balance37738 Ref: #balance37732
Node: Classic balance report39179 Node: Classic balance report39173
Ref: #classic-balance-report39352 Ref: #classic-balance-report39346
Node: Customising the classic balance report40721 Node: Customising the classic balance report40715
Ref: #customising-the-classic-balance-report40949 Ref: #customising-the-classic-balance-report40943
Node: Colour support43023 Node: Colour support43017
Ref: #colour-support43190 Ref: #colour-support43184
Node: Flat mode43363 Node: Flat mode43357
Ref: #flat-mode43511 Ref: #flat-mode43505
Node: Depth limited balance reports43924 Node: Depth limited balance reports43918
Ref: #depth-limited-balance-reports44124 Ref: #depth-limited-balance-reports44118
Node: Multicolumn balance report44580 Node: Multicolumn balance report44574
Ref: #multicolumn-balance-report44778 Ref: #multicolumn-balance-report44772
Node: Budget report49958 Node: Budget report49952
Ref: #budget-report50101 Ref: #budget-report50095
Node: Nested budgets55302 Node: Nested budgets55296
Ref: #nested-budgets55414 Ref: #nested-budgets55408
Ref: #output-format-158894 Ref: #output-format-158888
Node: balancesheet58972 Node: balancesheet58966
Ref: #balancesheet59108 Ref: #balancesheet59102
Node: balancesheetequity60342 Node: balancesheetequity60336
Ref: #balancesheetequity60491 Ref: #balancesheetequity60485
Node: cashflow61052 Node: cashflow61046
Ref: #cashflow61180 Ref: #cashflow61174
Node: check-dates62208 Node: check-dates62202
Ref: #check-dates62335 Ref: #check-dates62329
Node: check-dupes62614 Node: check-dupes62608
Ref: #check-dupes62738 Ref: #check-dupes62732
Node: close63031 Node: close63025
Ref: #close63139 Ref: #close63133
Node: files66552 Node: files66546
Ref: #files66653 Ref: #files66647
Node: help66800 Node: help66794
Ref: #help66900 Ref: #help66894
Node: import67993 Node: import67987
Ref: #import68107 Ref: #import68101
Node: incomestatement68851 Node: incomestatement68845
Ref: #incomestatement68985 Ref: #incomestatement68979
Node: prices70321 Node: prices70315
Ref: #prices70436 Ref: #prices70430
Node: print70715 Node: print70709
Ref: #print70825 Ref: #print70819
Node: print-unique75318 Node: print-unique75312
Ref: #print-unique75444 Ref: #print-unique75438
Node: register75729 Node: register75723
Ref: #register75856 Ref: #register75850
Node: Custom register output80027 Node: Custom register output80021
Ref: #custom-register-output80156 Ref: #custom-register-output80150
Node: register-match81418 Node: register-match81412
Ref: #register-match81552 Ref: #register-match81546
Node: rewrite81903 Node: rewrite81897
Ref: #rewrite82018 Ref: #rewrite82012
Node: Re-write rules in a file83867 Node: Re-write rules in a file83861
Ref: #re-write-rules-in-a-file84001 Ref: #re-write-rules-in-a-file83995
Node: Diff output format85211 Node: Diff output format85205
Ref: #diff-output-format85380 Ref: #diff-output-format85374
Node: rewrite vs print --auto86472 Node: rewrite vs print --auto86466
Ref: #rewrite-vs.-print---auto86651 Ref: #rewrite-vs.-print---auto86645
Node: roi87207 Node: roi87201
Ref: #roi87305 Ref: #roi87299
Node: stats88317 Node: stats88311
Ref: #stats88416 Ref: #stats88410
Node: tags89170 Node: tags89164
Ref: #tags89268 Ref: #tags89262
Node: test89498 Node: test89492
Ref: #test89582 Ref: #test89576
Node: ADD-ON COMMANDS90343 Node: ADD-ON COMMANDS90337
Ref: #add-on-commands90453 Ref: #add-on-commands90447
Node: Official add-ons91740 Node: Official add-ons91734
Ref: #official-add-ons91880 Ref: #official-add-ons91874
Node: api91967 Node: api91961
Ref: #api92056 Ref: #api92050
Node: ui92108 Node: ui92102
Ref: #ui92207 Ref: #ui92201
Node: web92265 Node: web92259
Ref: #web92354 Ref: #web92348
Node: Third party add-ons92400 Node: Third party add-ons92394
Ref: #third-party-add-ons92575 Ref: #third-party-add-ons92569
Node: diff92710 Node: diff92704
Ref: #diff92807 Ref: #diff92801
Node: iadd92906 Node: iadd92900
Ref: #iadd93020 Ref: #iadd93014
Node: interest93103 Node: interest93097
Ref: #interest93224 Ref: #interest93218
Node: irr93319 Node: irr93313
Ref: #irr93417 Ref: #irr93411
Node: Experimental add-ons93548 Node: Experimental add-ons93542
Ref: #experimental-add-ons93700 Ref: #experimental-add-ons93694
Node: autosync93980 Node: autosync93974
Ref: #autosync94091 Ref: #autosync94085
Node: chart94330 Node: chart94324
Ref: #chart94449 Ref: #chart94443
Node: check94520 Node: check94514
Ref: #check94622 Ref: #check94616
 
End Tag Table End Tag Table

View File

@ -2418,4 +2418,4 @@ SEE ALSO
hledger 1.13.99 February 2019 hledger(1) hledger 1.14 March 2019 hledger(1)