;cabal: update cabal files

This commit is contained in:
Simon Michael 2025-12-05 01:10:17 -10:00
parent 1cd3b3d95a
commit b59bce2137
4 changed files with 24 additions and 24 deletions

View File

@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-lib name: hledger-lib
version: 1.50.99 version: 1.51.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
@ -124,7 +124,7 @@ 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.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, Glob >=0.9 , Glob >=0.9
@ -184,7 +184,7 @@ test-suite doctest
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 ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
cpp-options: -DVERSION="1.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, Glob >=0.7 , Glob >=0.7
@ -245,7 +245,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 ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
cpp-options: -DVERSION="1.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, Glob >=0.9 , Glob >=0.9

View File

@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-ui name: hledger-ui
version: 1.50.99 version: 1.51.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.
@ -69,7 +69,7 @@ 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.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
ansi-terminal >=0.9 ansi-terminal >=0.9
, async , async
@ -84,8 +84,8 @@ library
, filepath , filepath
, fsnotify >=0.4.2.0 && <0.5 , fsnotify >=0.4.2.0 && <0.5
, githash >=0.1.6.2 , githash >=0.1.6.2
, hledger >=1.50.99 && <1.51 , hledger >=1.51.99 && <1.52
, hledger-lib >=1.50.99 && <1.51 , hledger-lib >=1.51.99 && <1.52
, megaparsec >=7.0.0 && <9.8 , megaparsec >=7.0.0 && <9.8
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1
@ -120,7 +120,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 -threaded ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
cpp-options: -DVERSION="1.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
base >=4.18 && <4.22 base >=4.18 && <4.22
, hledger-ui , hledger-ui

View File

@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-web name: hledger-web
version: 1.50.99 version: 1.51.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.
@ -154,7 +154,7 @@ 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 -threaded ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
cpp-options: -DVERSION="1.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
@ -176,8 +176,8 @@ library
, filepath , filepath
, githash >=0.1.6.2 , githash >=0.1.6.2
, hjsmin , hjsmin
, hledger >=1.50.99 && <1.51 , hledger >=1.51.99 && <1.52
, hledger-lib >=1.50.99 && <1.51 , hledger-lib >=1.51.99 && <1.52
, hspec , hspec
, http-client , http-client
, http-conduit , http-conduit
@ -222,7 +222,7 @@ executable hledger-web
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 -threaded ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
cpp-options: -DVERSION="1.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
base >=4.18 && <4.22 base >=4.18 && <4.22
, hledger-web , hledger-web
@ -242,7 +242,7 @@ test-suite apptest
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 -threaded ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
cpp-options: -DVERSION="1.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
base >=4.18 && <4.22 base >=4.18 && <4.22
, hledger-web , hledger-web

View File

@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger name: hledger
version: 1.50.99 version: 1.51.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
@ -151,7 +151,7 @@ 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 -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.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, Diff >=0.2 , Diff >=0.2
@ -168,7 +168,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.50.99 && <1.51 , hledger-lib >=1.51.99 && <1.52
, http-client , http-client
, http-types , http-types
, lucid , lucid
@ -208,7 +208,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 -threaded -with-rtsopts=-T ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path -threaded -with-rtsopts=-T
cpp-options: -DVERSION="1.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
@ -224,7 +224,7 @@ executable hledger
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.50.99 && <1.51 , hledger-lib >=1.51.99 && <1.52
, http-client , http-client
, http-types , http-types
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
@ -259,7 +259,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.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
@ -275,7 +275,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.50.99 && <1.51 , hledger-lib >=1.51.99 && <1.52
, http-client , http-client
, http-types , http-types
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
@ -310,7 +310,7 @@ benchmark bench
hs-source-dirs: hs-source-dirs:
bench bench
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.50.99" cpp-options: -DVERSION="1.51.99"
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 && <2.3 , aeson >=1 && <2.3
@ -327,7 +327,7 @@ benchmark bench
, githash >=0.1.6.2 , githash >=0.1.6.2
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.50.99 && <1.51 , hledger-lib >=1.51.99 && <1.52
, html , html
, http-client , http-client
, http-types , http-types