;cabal: update cabal files

This commit is contained in:
Simon Michael 2025-03-07 18:49:08 -10:00
parent 10c523c057
commit 4e5506da1e
4 changed files with 20 additions and 20 deletions

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: hledger-lib
version: 1.41.99
version: 1.42.99
synopsis: A library providing the core functionality of hledger
description: This library contains hledger's core functionality.
It 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.41.99
version: 1.42.99
synopsis: Terminal interface for the hledger accounting system
description: A simple terminal user interface for the hledger accounting system.
It can be a more convenient way to browse your accounts than the CLI.
@ -73,7 +73,7 @@ library
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.41.99" -DVERSION="1.41.99"
cpp-options: -DVERSION="1.42.99" -DVERSION="1.42.99"
build-depends:
ansi-terminal >=0.9
, async
@ -88,8 +88,8 @@ library
, filepath
, fsnotify ==0.4.*
, githash >=0.1.6.2
, hledger >=1.41.99 && <1.42
, hledger-lib >=1.41.99 && <1.42
, hledger >=1.42.99 && <1.43
, hledger-lib >=1.42.99 && <1.43
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
, microlens-platform >=0.2.3.1
@ -121,7 +121,7 @@ executable hledger-ui
hs-source-dirs:
app
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -with-rtsopts=-T
cpp-options: -DVERSION="1.41.99"
cpp-options: -DVERSION="1.42.99"
build-depends:
base >=4.14 && <4.21
, hledger-ui

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: hledger-web
version: 1.41.99
version: 1.42.99
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.
@ -156,7 +156,7 @@ library
hs-source-dirs:
./
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.41.99"
cpp-options: -DVERSION="1.42.99"
build-depends:
Decimal >=0.5.1
, aeson >=1 && <2.3
@ -178,8 +178,8 @@ library
, filepath
, githash >=0.1.6.2
, hjsmin
, hledger >=1.41.99 && <1.42
, hledger-lib >=1.41.99 && <1.42
, hledger >=1.42.99 && <1.43
, hledger-lib >=1.42.99 && <1.43
, hspec
, http-client
, http-conduit
@ -224,7 +224,7 @@ executable hledger-web
hs-source-dirs:
app
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -with-rtsopts=-T
cpp-options: -DVERSION="1.41.99"
cpp-options: -DVERSION="1.42.99"
build-depends:
base >=4.14 && <4.21
, base-compat >=0.14.0
@ -247,7 +247,7 @@ test-suite test
hs-source-dirs:
test
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.41.99"
cpp-options: -DVERSION="1.42.99"
build-depends:
base >=4.14 && <4.21
, base-compat >=0.14.0

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: hledger
version: 1.41.99
version: 1.42.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
@ -150,7 +150,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.41.99"
cpp-options: -DVERSION="1.42.99"
build-depends:
Decimal >=0.5.1
, Diff >=0.2
@ -167,7 +167,7 @@ library
, githash >=0.1.6.2
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.41.99 && <1.42
, hledger-lib >=1.42.99 && <1.43
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.8
@ -202,7 +202,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 -with-rtsopts=-T
cpp-options: -DVERSION="1.41.99"
cpp-options: -DVERSION="1.42.99"
build-depends:
Decimal >=0.5.1
, aeson >=1 && <2.3
@ -218,7 +218,7 @@ executable hledger
, githash >=0.1.6.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.41.99 && <1.42
, hledger-lib >=1.42.99 && <1.43
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
@ -252,7 +252,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.41.99"
cpp-options: -DVERSION="1.42.99"
build-depends:
Decimal >=0.5.1
, aeson >=1 && <2.3
@ -268,7 +268,7 @@ test-suite unittest
, githash >=0.1.6.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.41.99 && <1.42
, hledger-lib >=1.42.99 && <1.43
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
@ -316,7 +316,7 @@ benchmark bench
, githash >=0.1.6.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.41.99 && <1.42
, hledger-lib >=1.42.99 && <1.43
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.8