Skip to content

Commit

Permalink
;cabal: update cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Aug 7, 2021
1 parent 26a6a2e commit 376762a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion hledger-lib/hledger-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hledger-lib
version: 1.22.1
version: 1.22.2
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
Expand Down
8 changes: 4 additions & 4 deletions hledger-ui/hledger-ui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hledger-ui
version: 1.22.1
version: 1.22.2
synopsis: Curses-style terminal interface for the hledger accounting system
description: A simple curses-style terminal user interface for the hledger accounting system.
It can be a more convenient way to browse your accounts than the CLI.
Expand Down Expand Up @@ -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.22.1"
cpp-options: -DVERSION="1.22.2"
build-depends:
ansi-terminal >=0.9
, async
Expand All @@ -77,8 +77,8 @@ executable hledger-ui
, extra >=1.6.3
, filepath
, fsnotify >=0.2.1.2 && <0.4
, hledger >=1.22.1 && <1.23
, hledger-lib >=1.22.1 && <1.23
, hledger >=1.22.2 && <1.23
, hledger-lib >=1.22.2 && <1.23
, megaparsec >=7.0.0 && <9.2
, microlens >=0.4
, microlens-platform >=0.2.3.1
Expand Down
12 changes: 6 additions & 6 deletions hledger-web/hledger-web.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hledger-web
version: 1.22.1
version: 1.22.2
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.
Expand Down Expand Up @@ -151,7 +151,7 @@ library
hs-source-dirs:
./
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
cpp-options: -DVERSION="1.22.1"
cpp-options: -DVERSION="1.22.2"
build-depends:
Decimal >=0.5.1
, aeson >=1
Expand All @@ -170,8 +170,8 @@ library
, extra >=1.6.3
, filepath
, hjsmin
, hledger >=1.22.1 && <1.23
, hledger-lib >=1.22.1 && <1.23
, hledger >=1.22.2 && <1.23
, hledger-lib >=1.22.2 && <1.23
, hspec
, http-client
, http-conduit
Expand Down Expand Up @@ -211,7 +211,7 @@ executable hledger-web
hs-source-dirs:
app
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
cpp-options: -DVERSION="1.22.1"
cpp-options: -DVERSION="1.22.2"
build-depends:
base
, hledger-web
Expand All @@ -231,7 +231,7 @@ test-suite test
hs-source-dirs:
test
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
cpp-options: -DVERSION="1.22.1"
cpp-options: -DVERSION="1.22.2"
build-depends:
base
, hledger
Expand Down
16 changes: 8 additions & 8 deletions hledger/hledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hledger
version: 1.22.1
version: 1.22.2
synopsis: Command-line interface for the hledger accounting system
description: The command-line interface for the hledger accounting system.
Its basic function is to read a plain text file describing
Expand Down Expand Up @@ -136,7 +136,7 @@ library
other-modules:
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
cpp-options: -DVERSION="1.22.1"
cpp-options: -DVERSION="1.22.2"
build-depends:
Decimal >=0.5.1
, Diff
Expand All @@ -154,7 +154,7 @@ library
, githash >=0.1.2
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.22.1 && <1.23
, hledger-lib >=1.22.2 && <1.23
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.2
Expand Down Expand Up @@ -188,7 +188,7 @@ executable hledger
hs-source-dirs:
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
cpp-options: -DVERSION="1.22.1"
cpp-options: -DVERSION="1.22.2"
build-depends:
Decimal >=0.5.1
, aeson >=1
Expand All @@ -205,7 +205,7 @@ executable hledger
, githash >=0.1.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.22.1 && <1.23
, hledger-lib >=1.22.2 && <1.23
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1
Expand Down Expand Up @@ -239,7 +239,7 @@ test-suite unittest
hs-source-dirs:
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
cpp-options: -DVERSION="1.22.1"
cpp-options: -DVERSION="1.22.2"
build-depends:
Decimal >=0.5.1
, aeson >=1
Expand All @@ -256,7 +256,7 @@ test-suite unittest
, githash >=0.1.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.22.1 && <1.23
, hledger-lib >=1.22.2 && <1.23
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1
Expand Down Expand Up @@ -305,7 +305,7 @@ benchmark bench
, githash >=0.1.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.22.1 && <1.23
, hledger-lib >=1.22.2 && <1.23
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.2
Expand Down

0 comments on commit 376762a

Please sign in to comment.