packages feed

hledger-web 1.43.1 → 1.43.2

raw patch · 6 files changed

+22/−12 lines, 6 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
@@ -22,6 +22,13 @@ See also the hledger changelog.  +# 1.43.2 2025-06-13++- Use hledger-1.43.2++- Add missing issue numbers in the changelog++ # 1.43.1 2025-06-04  Fixes@@ -86,6 +93,9 @@ - When built with ghc 9.10.1, error messages are displayed with two extra trailing newlines.  Fixes++- hledger-web register no longer shows blank From/To accounts (broken since 1.33).+  (Henning Thielemann, [#2227]  - Autocompletions now work in newly created account fields. [#2215] 
Hledger/Web/Main.hs view
@@ -61,7 +61,7 @@  -- Run normally. hledgerWebMain :: IO ()-hledgerWebMain = exitOnError $ withGhcDebug' $ do+hledgerWebMain = handleExit $ withGhcDebug' $ do   when (ghcDebugMode == GDPauseAtStart) $ ghcDebugPause'  #if MIN_VERSION_base(4,20,0)
hledger-web.1 view
@@ -1,5 +1,5 @@ -.TH "HLEDGER\-WEB" "1" "June 2025" "hledger-web-1.43.1 " "hledger User Manuals"+.TH "HLEDGER\-WEB" "1" "June 2025" "hledger-web-1.43.2 " "hledger User Manuals"   @@ -17,7 +17,7 @@ .PD \f[CR]hledger web \-\- [OPTS] [QUERY]\f[R] .SH DESCRIPTION-This manual is for hledger\[aq]s web interface, version 1.43.1.+This manual is for hledger\[aq]s web interface, version 1.43.2. See also the hledger manual for common concepts and file formats. .PP hledger is a robust, user\-friendly, cross\-platform set of programs for
hledger-web.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           hledger-web-version:        1.43.1+version:        1.43.2 synopsis:       Web user interface for the hledger accounting system description:    A simple web user interface for the hledger accounting system,                 providing a more modern UI than the command-line or terminal interfaces.@@ -159,7 +159,7 @@   hs-source-dirs:       ./   ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns-  cpp-options: -DVERSION="1.43.1"+  cpp-options: -DVERSION="1.43.2"   build-depends:       Decimal >=0.5.1     , aeson >=1 && <2.3@@ -181,8 +181,8 @@     , filepath     , githash >=0.1.6.2     , hjsmin-    , hledger >=1.43.1 && <1.44-    , hledger-lib >=1.43.1 && <1.44+    , hledger >=1.43.2 && <1.44+    , hledger-lib >=1.43.2 && <1.44     , hspec     , http-client     , http-conduit@@ -229,7 +229,7 @@   hs-source-dirs:       app   ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -with-rtsopts=-T-  cpp-options: -DVERSION="1.43.1"+  cpp-options: -DVERSION="1.43.2"   build-depends:       base >=4.14 && <4.22     , hledger-web@@ -251,7 +251,7 @@   hs-source-dirs:       test   ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns-  cpp-options: -DVERSION="1.43.1"+  cpp-options: -DVERSION="1.43.2"   build-depends:       base >=4.14 && <4.22     , hledger-web
hledger-web.info view
@@ -18,7 +18,7 @@ or 'hledger web -- [OPTS] [QUERY]' -   This manual is for hledger's web interface, version 1.43.1.  See also+   This manual is for hledger's web interface, version 1.43.2.  See also the hledger manual for common concepts and file formats.     hledger is a robust, user-friendly, cross-platform set of programs
hledger-web.txt view
@@ -11,7 +11,7 @@        hledger web -- [OPTS] [QUERY]  DESCRIPTION-       This manual is for hledger's web interface, version 1.43.1.   See  also+       This manual is for hledger's web interface, version 1.43.2.   See  also        the hledger manual for common concepts and file formats.         hledger  is a robust, user-friendly, cross-platform set of programs for@@ -477,4 +477,4 @@ SEE ALSO        hledger(1), hledger-ui(1), hledger-web(1), ledger(1) -hledger-web-1.43.1                 June 2025                    HLEDGER-WEB(1)+hledger-web-1.43.2                 June 2025                    HLEDGER-WEB(1)