;cabal: update cabal files

This commit is contained in:
Simon Michael 2023-06-01 16:34:52 -10:00
parent 9ae87a73fa
commit 286ee105da
4 changed files with 19 additions and 19 deletions

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: hledger-lib
version: 1.29.99
version: 1.30.99
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

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: hledger-ui
version: 1.29.99
version: 1.30.99
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.
@ -68,7 +68,7 @@ executable hledger-ui
hs-source-dirs:
./
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
cpp-options: -DVERSION="1.29.99"
cpp-options: -DVERSION="1.30.99"
build-depends:
ansi-terminal >=0.9
, async
@ -82,8 +82,8 @@ executable hledger-ui
, extra >=1.6.3
, filepath
, fsnotify ==0.4.*
, hledger >=1.29.99 && <1.30
, hledger-lib >=1.29.99 && <1.30
, hledger >=1.30.99 && <1.31
, hledger-lib >=1.30.99 && <1.31
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
, microlens-platform >=0.2.3.1

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: hledger-web
version: 1.29.99
version: 1.30.99
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 @@ library
hs-source-dirs:
./
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.29.99"
cpp-options: -DVERSION="1.30.99"
build-depends:
Decimal >=0.5.1
, aeson >=1
@ -171,8 +171,8 @@ library
, extra >=1.6.3
, filepath
, hjsmin
, hledger >=1.29.99 && <1.30
, hledger-lib >=1.29.99 && <1.30
, hledger >=1.30.99 && <1.31
, hledger-lib >=1.30.99 && <1.31
, hspec
, http-client
, http-conduit
@ -212,7 +212,7 @@ executable hledger-web
hs-source-dirs:
app
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.29.99"
cpp-options: -DVERSION="1.30.99"
build-depends:
base >=4.14 && <4.19
, hledger-web
@ -232,7 +232,7 @@ test-suite test
hs-source-dirs:
test
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.29.99"
cpp-options: -DVERSION="1.30.99"
build-depends:
base >=4.14 && <4.19
, hledger

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: hledger
version: 1.29.99
version: 1.30.99
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
@ -132,7 +132,7 @@ library
other-modules:
Paths_hledger
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.29.99"
cpp-options: -DVERSION="1.30.99"
build-depends:
Decimal >=0.5.1
, Diff >=0.2
@ -149,7 +149,7 @@ library
, githash >=0.1.6.2
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.29.99 && <1.30
, hledger-lib >=1.30.99 && <1.31
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.4
@ -184,7 +184,7 @@ executable hledger
hs-source-dirs:
app
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.29.99"
cpp-options: -DVERSION="1.30.99"
build-depends:
Decimal >=0.5.1
, aeson >=1
@ -200,7 +200,7 @@ executable hledger
, githash >=0.1.6.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.29.99 && <1.30
, hledger-lib >=1.30.99 && <1.31
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
@ -235,7 +235,7 @@ test-suite unittest
hs-source-dirs:
test
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.29.99"
cpp-options: -DVERSION="1.30.99"
build-depends:
Decimal >=0.5.1
, aeson >=1
@ -251,7 +251,7 @@ test-suite unittest
, githash >=0.1.6.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.29.99 && <1.30
, hledger-lib >=1.30.99 && <1.31
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
@ -300,7 +300,7 @@ benchmark bench
, githash >=0.1.6.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.29.99 && <1.30
, hledger-lib >=1.30.99 && <1.31
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.4