;cabal: update cabal files

This commit is contained in:
Simon Michael 2023-12-02 09:09:07 -10:00
parent 80d1da2db9
commit ab313c49c7
4 changed files with 22 additions and 22 deletions

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-lib name: hledger-lib
version: 1.31.99 version: 1.32.99
synopsis: A library providing the core functionality of hledger synopsis: A library providing the core functionality of hledger
description: This library contains hledger's core functionality. description: This library contains hledger's core functionality.
It is used by most hledger* packages so that they support the same 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 -- see: https://github.com/sol/hpack
name: hledger-ui name: hledger-ui
version: 1.31.99 version: 1.32.99
synopsis: Terminal interface for the hledger accounting system synopsis: Terminal interface for the hledger accounting system
description: A simple terminal user 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. It can be a more convenient way to browse your accounts than the CLI.
@ -68,12 +68,12 @@ library
hs-source-dirs: hs-source-dirs:
./ ./
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
cpp-options: -DVERSION="1.31.99" -DVERSION="1.31.99" cpp-options: -DVERSION="1.32.99" -DVERSION="1.32.99"
build-depends: build-depends:
ansi-terminal >=0.9 ansi-terminal >=0.9
, async , async
, base >=4.14 && <4.19 , base >=4.14 && <4.19
, brick >=1.5 , brick >=1.5 && <2
, cmdargs >=0.8 , cmdargs >=0.8
, containers >=0.5.9 , containers >=0.5.9
, data-default , data-default
@ -82,8 +82,8 @@ library
, extra >=1.6.3 , extra >=1.6.3
, filepath , filepath
, fsnotify ==0.4.* , fsnotify ==0.4.*
, hledger >=1.31.99 && <1.32 , hledger >=1.32.99 && <1.33
, hledger-lib >=1.31.99 && <1.32 , hledger-lib >=1.32.99 && <1.33
, megaparsec >=7.0.0 && <9.6 , megaparsec >=7.0.0 && <9.6
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1
@ -97,7 +97,7 @@ library
, transformers , transformers
, unix , unix
, vector , vector
, vty >=5.15 , vty >=5.15 && <6
default-language: Haskell2010 default-language: Haskell2010
if os(windows) if os(windows)
buildable: False buildable: False
@ -111,7 +111,7 @@ executable hledger-ui
hs-source-dirs: hs-source-dirs:
app app
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
cpp-options: -DVERSION="1.31.99" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
base >=4.14 && <4.19 base >=4.14 && <4.19
, hledger-ui , hledger-ui

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-web name: hledger-web
version: 1.31.99 version: 1.32.99
synopsis: Web user interface for the hledger accounting system synopsis: Web user interface for the hledger accounting system
description: A simple 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. providing a more modern UI than the command-line or terminal interfaces.
@ -151,7 +151,7 @@ library
hs-source-dirs: hs-source-dirs:
./ ./
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.31.99" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
@ -171,8 +171,8 @@ library
, extra >=1.6.3 , extra >=1.6.3
, filepath , filepath
, hjsmin , hjsmin
, hledger >=1.31.99 && <1.32 , hledger >=1.32.99 && <1.33
, hledger-lib >=1.31.99 && <1.32 , hledger-lib >=1.32.99 && <1.33
, hspec , hspec
, http-client , http-client
, http-conduit , http-conduit
@ -213,7 +213,7 @@ executable hledger-web
hs-source-dirs: hs-source-dirs:
app app
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.31.99" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
base >=4.14 && <4.19 base >=4.14 && <4.19
, hledger-web , hledger-web
@ -233,7 +233,7 @@ test-suite test
hs-source-dirs: hs-source-dirs:
test test
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.31.99" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
base >=4.14 && <4.19 base >=4.14 && <4.19
, hledger-web , hledger-web

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger name: hledger
version: 1.31.99 version: 1.32.99
synopsis: Command-line interface for the hledger accounting system synopsis: Command-line interface for the hledger accounting system
description: The 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 Its basic function is to read a plain text file describing
@ -136,7 +136,7 @@ library
other-modules: other-modules:
Paths_hledger 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 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.31.99" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, Diff >=0.2 , Diff >=0.2
@ -153,7 +153,7 @@ library
, githash >=0.1.6.2 , githash >=0.1.6.2
, hashable >=1.2.4 , hashable >=1.2.4
, haskeline >=0.6 , haskeline >=0.6
, hledger-lib >=1.31.99 && <1.32 , hledger-lib >=1.32.99 && <1.33
, lucid , lucid
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.6 , megaparsec >=7.0.0 && <9.6
@ -188,7 +188,7 @@ executable hledger
hs-source-dirs: hs-source-dirs:
app 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 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.31.99" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
@ -204,7 +204,7 @@ executable hledger
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.31.99 && <1.32 , hledger-lib >=1.32.99 && <1.33
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.6 , megaparsec >=7.0.0 && <9.6
, microlens >=0.4 , microlens >=0.4
@ -239,7 +239,7 @@ test-suite unittest
hs-source-dirs: hs-source-dirs:
test 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 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.31.99" cpp-options: -DVERSION="1.32.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
@ -255,7 +255,7 @@ test-suite unittest
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.31.99 && <1.32 , hledger-lib >=1.32.99 && <1.33
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.6 , megaparsec >=7.0.0 && <9.6
, microlens >=0.4 , microlens >=0.4
@ -304,7 +304,7 @@ benchmark bench
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.31.99 && <1.32 , hledger-lib >=1.32.99 && <1.33
, html , html
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.6 , megaparsec >=7.0.0 && <9.6