;cabal: update cabal files

This commit is contained in:
Simon Michael 2023-03-11 13:27:25 -10:00
parent a0ca339c46
commit f75110f49c
4 changed files with 21 additions and 21 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.28.99 version: 1.29.99
synopsis: A reusable library providing the core functionality of hledger synopsis: A reusable library providing the core functionality of hledger
description: A reusable library containing hledger's core functionality. description: A reusable library containing hledger's core functionality.
This is used by most hledger* packages so that they support the same This is used by most hledger* packages so that they support the same

View File

@ -1,11 +1,11 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0. -- This file has been generated from package.yaml by hpack version 0.35.1.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-ui name: hledger-ui
version: 1.28.99 version: 1.29.99
synopsis: Curses-style terminal interface for the hledger accounting system synopsis: Curses-style terminal interface for the hledger accounting system
description: A simple curses-style terminal user 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. It can be a more convenient way to browse your accounts than the CLI.
@ -67,7 +67,7 @@ executable hledger-ui
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.28.99" cpp-options: -DVERSION="1.29.99"
build-depends: build-depends:
ansi-terminal >=0.9 ansi-terminal >=0.9
, async , async
@ -81,8 +81,8 @@ executable hledger-ui
, extra >=1.6.3 , extra >=1.6.3
, filepath , filepath
, fsnotify ==0.4.* , fsnotify ==0.4.*
, hledger >=1.28.99 && <1.29 , hledger >=1.29.99 && <1.30
, hledger-lib >=1.28.99 && <1.29 , hledger-lib >=1.29.99 && <1.30
, megaparsec >=7.0.0 && <9.4 , megaparsec >=7.0.0 && <9.4
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1

View File

@ -1,11 +1,11 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0. -- This file has been generated from package.yaml by hpack version 0.35.1.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-web name: hledger-web
version: 1.28.99 version: 1.29.99
synopsis: Web-based user interface for the hledger accounting system synopsis: Web-based user interface for the hledger accounting system
description: A simple 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. 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.28.99" cpp-options: -DVERSION="1.29.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 , aeson >=1
@ -171,8 +171,8 @@ library
, extra >=1.6.3 , extra >=1.6.3
, filepath , filepath
, hjsmin , hjsmin
, hledger >=1.28.99 && <1.29 , hledger >=1.29.99 && <1.30
, hledger-lib >=1.28.99 && <1.29 , hledger-lib >=1.29.99 && <1.30
, hspec , hspec
, http-client , http-client
, http-conduit , http-conduit
@ -212,7 +212,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.28.99" cpp-options: -DVERSION="1.29.99"
build-depends: build-depends:
base >=4.14 && <4.18 base >=4.14 && <4.18
, hledger-web , hledger-web
@ -232,7 +232,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.28.99" cpp-options: -DVERSION="1.29.99"
build-depends: build-depends:
base >=4.14 && <4.18 base >=4.14 && <4.18
, hledger , hledger

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.28.99 version: 1.29.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
@ -131,7 +131,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.28.99" cpp-options: -DVERSION="1.29.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, Diff >=0.2 , Diff >=0.2
@ -148,7 +148,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.28.99 && <1.29 , hledger-lib >=1.29.99 && <1.30
, lucid , lucid
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.4 , megaparsec >=7.0.0 && <9.4
@ -183,7 +183,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.28.99" cpp-options: -DVERSION="1.29.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 , aeson >=1
@ -199,7 +199,7 @@ executable hledger
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.28.99 && <1.29 , hledger-lib >=1.29.99 && <1.30
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.4 , megaparsec >=7.0.0 && <9.4
, microlens >=0.4 , microlens >=0.4
@ -234,7 +234,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.28.99" cpp-options: -DVERSION="1.29.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 , aeson >=1
@ -250,7 +250,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.28.99 && <1.29 , hledger-lib >=1.29.99 && <1.30
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.4 , megaparsec >=7.0.0 && <9.4
, microlens >=0.4 , microlens >=0.4
@ -299,7 +299,7 @@ benchmark bench
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.28.99 && <1.29 , hledger-lib >=1.29.99 && <1.30
, html , html
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.4 , megaparsec >=7.0.0 && <9.4