diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 6374f06c4..80a04a4fa 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: 8d627646c88a184e5c5ceee98240bc0a5e80936fb197fef9b480c422526f1d7c +-- hash: 6d33330b300e0157396548bad1c303fa608cb5f611d108f4f0080e130b12c04e name: hledger-ui -version: 1.10 +version: 1.10.1 synopsis: Curses-style user interface for the hledger accounting tool description: This is hledger's curses-style interface. It is simpler and more convenient for browsing data than the command-line interface, @@ -63,7 +63,7 @@ executable hledger-ui 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 - cpp-options: -DVERSION="1.10" + cpp-options: -DVERSION="1.10.1" build-depends: HUnit , ansi-terminal >=0.6.2.3 diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 7d41c7ce8..d536ab8f2 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -1,5 +1,5 @@ name : hledger-ui -version : '1.10' +version : '1.10.1' synopsis : Curses-style user interface for the hledger accounting tool description : | This is hledger's curses-style interface. @@ -37,7 +37,7 @@ flags: manual: false default: true -cpp-options: -DVERSION="1.10" +cpp-options: -DVERSION="1.10.1" dependencies: - hledger >=1.10 && <1.11