packages feed

hledger-web 1.26 → 1.26.1

raw patch · 5 files changed

+31/−28 lines, 5 filesdep ~hledgerdep ~hledger-libPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hledger, hledger-lib

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -9,8 +9,11 @@ User-visible changes in hledger-web. See also the hledger changelog. -# 1.26 2022-06-04+# 1.26.1 2022-07-11 +- Uses hledger 1.26.1.++# 1.26 2022-06-04 Fixes  - Don't add link URLs when printing.
hledger-web.1 view
@@ -1,12 +1,12 @@ -.TH "HLEDGER-WEB" "1" "June 2022" "hledger-web-1.26 " "hledger User Manuals"+.TH "HLEDGER-WEB" "1" "July 2022" "hledger-web-1.26.1 " "hledger User Manuals"    .SH NAME .PP hledger-web is a web interface (WUI) for the hledger accounting tool.-This manual is for hledger-web 1.26.+This manual is for hledger-web 1.26.1. .SH SYNOPSIS .PP \f[C]hledger-web [OPTIONS]\f[R]
hledger-web.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           hledger-web-version:        1.26+version:        1.26.1 synopsis:       Web-based user interface for the hledger accounting system description:    A simple web-based user interface for the hledger accounting system,                 providing a more modern UI than the command-line or terminal interfaces.@@ -151,7 +151,7 @@   hs-source-dirs:       ./   ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns-  cpp-options: -DVERSION="1.26"+  cpp-options: -DVERSION="1.26.1"   build-depends:       Decimal >=0.5.1     , aeson >=1@@ -171,8 +171,8 @@     , extra >=1.6.3     , filepath     , hjsmin-    , hledger ==1.26.*-    , hledger-lib ==1.26.*+    , hledger >=1.26.1 && <1.27+    , hledger-lib >=1.26.1 && <1.27     , hspec     , http-client     , http-conduit@@ -212,7 +212,7 @@   hs-source-dirs:       app   ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns-  cpp-options: -DVERSION="1.26"+  cpp-options: -DVERSION="1.26.1"   build-depends:       base     , hledger-web@@ -232,7 +232,7 @@   hs-source-dirs:       test   ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns-  cpp-options: -DVERSION="1.26"+  cpp-options: -DVERSION="1.26.1"   build-depends:       base     , hledger
hledger-web.info view
@@ -12,7 +12,7 @@ **************  hledger-web is a web interface (WUI) for the hledger accounting tool.-This manual is for hledger-web 1.26.+This manual is for hledger-web 1.26.1.     'hledger-web [OPTIONS]' 'hledger web -- [OPTIONS]'@@ -631,22 +631,22 @@  Tag Table: Node: Top223-Node: OPTIONS1886-Ref: #options1991-Node: PERMISSIONS9902-Ref: #permissions10041-Node: EDITING UPLOADING DOWNLOADING11253-Ref: #editing-uploading-downloading11434-Node: RELOADING12268-Ref: #reloading12402-Node: JSON API12835-Ref: #json-api12949-Node: ENVIRONMENT18439-Ref: #environment18555-Node: FILES19789-Ref: #files19889-Node: BUGS20102-Ref: #bugs20180+Node: OPTIONS1888+Ref: #options1993+Node: PERMISSIONS9904+Ref: #permissions10043+Node: EDITING UPLOADING DOWNLOADING11255+Ref: #editing-uploading-downloading11436+Node: RELOADING12270+Ref: #reloading12404+Node: JSON API12837+Ref: #json-api12951+Node: ENVIRONMENT18441+Ref: #environment18557+Node: FILES19791+Ref: #files19891+Node: BUGS20104+Ref: #bugs20182  End Tag Table 
hledger-web.txt view
@@ -5,7 +5,7 @@  NAME        hledger-web  is  a web interface (WUI) for the hledger accounting tool.-       This manual is for hledger-web 1.26.+       This manual is for hledger-web 1.26.1.  SYNOPSIS        hledger-web [OPTIONS]@@ -585,4 +585,4 @@   -hledger-web-1.26                   June 2022                    HLEDGER-WEB(1)+hledger-web-1.26.1                 July 2022                    HLEDGER-WEB(1)