mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;cabal: update cabal files
This commit is contained in:
parent
740ea50e4c
commit
8da21f1195
@ -5,7 +5,7 @@ cabal-version: 1.12
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: hledger-lib
|
||||
version: 1.27.99
|
||||
version: 1.28.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
|
||||
@ -106,7 +106,6 @@ library
|
||||
, array
|
||||
, base >=4.14 && <4.18
|
||||
, blaze-markup >=0.5.1
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, call-stack
|
||||
, cassava
|
||||
@ -158,7 +157,6 @@ test-suite doctest
|
||||
, array
|
||||
, base >=4.14 && <4.18
|
||||
, blaze-markup >=0.5.1
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, call-stack
|
||||
, cassava
|
||||
@ -213,7 +211,6 @@ test-suite unittest
|
||||
, array
|
||||
, base >=4.14 && <4.18
|
||||
, blaze-markup >=0.5.1
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, call-stack
|
||||
, cassava
|
||||
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: hledger-ui
|
||||
version: 1.27.99
|
||||
version: 1.28.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.
|
||||
@ -67,12 +67,11 @@ 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.27.99"
|
||||
cpp-options: -DVERSION="1.28.99"
|
||||
build-depends:
|
||||
ansi-terminal >=0.9
|
||||
, async
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, brick >=1.5
|
||||
, cmdargs >=0.8
|
||||
, containers >=0.5.9
|
||||
@ -82,8 +81,8 @@ executable hledger-ui
|
||||
, extra >=1.6.3
|
||||
, filepath
|
||||
, fsnotify ==0.4.*
|
||||
, hledger >=1.27.99 && <1.28
|
||||
, hledger-lib >=1.27.99 && <1.28
|
||||
, hledger >=1.28.99 && <1.29
|
||||
, hledger-lib >=1.28.99 && <1.29
|
||||
, megaparsec >=7.0.0 && <9.4
|
||||
, microlens >=0.4
|
||||
, microlens-platform >=0.2.3.1
|
||||
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: hledger-web
|
||||
version: 1.27.99
|
||||
version: 1.28.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.27.99"
|
||||
cpp-options: -DVERSION="1.28.99"
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, aeson >=1
|
||||
@ -159,7 +159,6 @@ library
|
||||
, base64
|
||||
, blaze-html
|
||||
, blaze-markup
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, case-insensitive
|
||||
, clientsession
|
||||
@ -172,8 +171,8 @@ library
|
||||
, extra >=1.6.3
|
||||
, filepath
|
||||
, hjsmin
|
||||
, hledger >=1.27.99 && <1.28
|
||||
, hledger-lib >=1.27.99 && <1.28
|
||||
, hledger >=1.28.99 && <1.29
|
||||
, hledger-lib >=1.28.99 && <1.29
|
||||
, hspec
|
||||
, http-client
|
||||
, http-conduit
|
||||
@ -213,10 +212,9 @@ executable hledger-web
|
||||
hs-source-dirs:
|
||||
app
|
||||
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
||||
cpp-options: -DVERSION="1.27.99"
|
||||
cpp-options: -DVERSION="1.28.99"
|
||||
build-depends:
|
||||
base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, hledger-web
|
||||
default-language: Haskell2010
|
||||
if (flag(dev)) || (flag(library-only))
|
||||
@ -234,10 +232,9 @@ test-suite test
|
||||
hs-source-dirs:
|
||||
test
|
||||
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
|
||||
cpp-options: -DVERSION="1.27.99"
|
||||
cpp-options: -DVERSION="1.28.99"
|
||||
build-depends:
|
||||
base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, hledger
|
||||
, hledger-lib
|
||||
, hledger-web
|
||||
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: hledger
|
||||
version: 1.27.99
|
||||
version: 1.28.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
|
||||
@ -134,14 +134,13 @@ 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.27.99"
|
||||
cpp-options: -DVERSION="1.28.99"
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, Diff >=0.2
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.9
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
, containers >=0.5.9
|
||||
@ -152,7 +151,7 @@ library
|
||||
, githash >=0.1.6.2
|
||||
, hashable >=1.2.4
|
||||
, haskeline >=0.6
|
||||
, hledger-lib >=1.27.99 && <1.28
|
||||
, hledger-lib >=1.28.99 && <1.29
|
||||
, lucid
|
||||
, math-functions >=0.3.3.0
|
||||
, megaparsec >=7.0.0 && <9.4
|
||||
@ -186,13 +185,12 @@ 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.27.99"
|
||||
cpp-options: -DVERSION="1.28.99"
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.9
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
, containers >=0.5.9
|
||||
@ -203,7 +201,7 @@ executable hledger
|
||||
, githash >=0.1.6.2
|
||||
, haskeline >=0.6
|
||||
, hledger
|
||||
, hledger-lib >=1.27.99 && <1.28
|
||||
, hledger-lib >=1.28.99 && <1.29
|
||||
, math-functions >=0.3.3.0
|
||||
, megaparsec >=7.0.0 && <9.4
|
||||
, microlens >=0.4
|
||||
@ -237,13 +235,12 @@ 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.27.99"
|
||||
cpp-options: -DVERSION="1.28.99"
|
||||
build-depends:
|
||||
Decimal >=0.5.1
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.9
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
, containers >=0.5.9
|
||||
@ -254,7 +251,7 @@ test-suite unittest
|
||||
, githash >=0.1.6.2
|
||||
, haskeline >=0.6
|
||||
, hledger
|
||||
, hledger-lib >=1.27.99 && <1.28
|
||||
, hledger-lib >=1.28.99 && <1.29
|
||||
, math-functions >=0.3.3.0
|
||||
, megaparsec >=7.0.0 && <9.4
|
||||
, microlens >=0.4
|
||||
@ -291,7 +288,6 @@ benchmark bench
|
||||
, aeson >=1
|
||||
, ansi-terminal >=0.9
|
||||
, base >=4.14 && <4.18
|
||||
, breakpoint
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
, containers >=0.5.9
|
||||
@ -303,7 +299,7 @@ benchmark bench
|
||||
, githash >=0.1.6.2
|
||||
, haskeline >=0.6
|
||||
, hledger
|
||||
, hledger-lib >=1.27.99 && <1.28
|
||||
, hledger-lib >=1.28.99 && <1.29
|
||||
, html
|
||||
, math-functions >=0.3.3.0
|
||||
, megaparsec >=7.0.0 && <9.4
|
||||
|
Loading…
Reference in New Issue
Block a user