;regen cabal files
This commit is contained in:
parent
19020939c9
commit
a54376e204
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: d8c943c6b632e6b0cf34a564809ef96869541c54de93613e7103ec87fadb4e33
|
-- hash: 42749d894e2f7af7e488327c423c38e05a9b0f376d074dc3d93434f421765216
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.17.99
|
version: 1.18
|
||||||
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
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 76dd8202347b0b6bd281e63b12c23f9d78f883f5df667d0a7eb10358e48488cf
|
-- hash: d215f0a5e69125e998f6d1f29181699edb489ee0e248a82110b6877437a0d4d6
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.17.99
|
version: 1.18
|
||||||
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.
|
||||||
@ -64,7 +64,7 @@ executable hledger-ui
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
./.
|
./.
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
||||||
cpp-options: -DVERSION="1.17.99"
|
cpp-options: -DVERSION="1.18"
|
||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal >=0.6.2.3
|
ansi-terminal >=0.6.2.3
|
||||||
, async
|
, async
|
||||||
@ -77,8 +77,8 @@ executable hledger-ui
|
|||||||
, extra >=1.6.3
|
, extra >=1.6.3
|
||||||
, filepath
|
, filepath
|
||||||
, fsnotify >=0.2.1.2 && <0.4
|
, fsnotify >=0.2.1.2 && <0.4
|
||||||
, hledger >=1.17.99 && <1.18
|
, hledger >=1.18 && <1.19
|
||||||
, hledger-lib >=1.17.99 && <1.18
|
, hledger-lib >=1.18 && <1.19
|
||||||
, megaparsec >=7.0.0 && <8.1
|
, megaparsec >=7.0.0 && <8.1
|
||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
, microlens-platform >=0.2.3.1
|
, microlens-platform >=0.2.3.1
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: ee831e04f5916ac4c5eda1a96484a1dee5d9a8e508df36838c0c7df5fd7dcdf1
|
-- hash: d4ebdbc2246d0bc44f0f879d25c5de88b18e2f2fd7e22100ffa409e5272acea1
|
||||||
|
|
||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.17.99
|
version: 1.18
|
||||||
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 -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
||||||
cpp-options: -DVERSION="1.17.99"
|
cpp-options: -DVERSION="1.18"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson
|
, aeson
|
||||||
@ -170,8 +170,8 @@ library
|
|||||||
, extra >=1.6.3
|
, extra >=1.6.3
|
||||||
, filepath
|
, filepath
|
||||||
, hjsmin
|
, hjsmin
|
||||||
, hledger >=1.17.99 && <1.18
|
, hledger >=1.18 && <1.19
|
||||||
, hledger-lib >=1.17.99 && <1.18
|
, hledger-lib >=1.18 && <1.19
|
||||||
, http-client
|
, http-client
|
||||||
, http-conduit
|
, http-conduit
|
||||||
, http-types
|
, http-types
|
||||||
@ -210,7 +210,7 @@ executable hledger-web
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
app
|
||||||
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
|
||||||
cpp-options: -DVERSION="1.17.99"
|
cpp-options: -DVERSION="1.18"
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base
|
||||||
, hledger-web
|
, hledger-web
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 0ec2a88547ffda01cea5bd83d47ce4a94f896591c3e932e81e5ee7e1355af1fa
|
-- hash: 6ebe5126506e7556e3115ae6d6d81456776723361965fffba7227345c0596eac
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.17.99
|
version: 1.18
|
||||||
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
|
||||||
@ -144,7 +144,7 @@ library
|
|||||||
other-modules:
|
other-modules:
|
||||||
Paths_hledger
|
Paths_hledger
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
cpp-options: -DVERSION="1.17.99"
|
cpp-options: -DVERSION="1.18"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, Diff
|
, Diff
|
||||||
@ -161,7 +161,7 @@ library
|
|||||||
, filepath
|
, filepath
|
||||||
, hashable >=1.2.4
|
, hashable >=1.2.4
|
||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, hledger-lib >=1.17.99 && <1.18
|
, hledger-lib >=1.18 && <1.19
|
||||||
, lucid
|
, lucid
|
||||||
, math-functions >=0.3.3.0
|
, math-functions >=0.3.3.0
|
||||||
, megaparsec >=7.0.0 && <8.1
|
, megaparsec >=7.0.0 && <8.1
|
||||||
@ -197,7 +197,7 @@ executable hledger
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
app
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
cpp-options: -DVERSION="1.17.99"
|
cpp-options: -DVERSION="1.18"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson
|
, aeson
|
||||||
@ -213,7 +213,7 @@ executable hledger
|
|||||||
, filepath
|
, filepath
|
||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib >=1.17.99 && <1.18
|
, hledger-lib >=1.18 && <1.19
|
||||||
, math-functions >=0.3.3.0
|
, math-functions >=0.3.3.0
|
||||||
, megaparsec >=7.0.0 && <8.1
|
, megaparsec >=7.0.0 && <8.1
|
||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
@ -249,7 +249,7 @@ test-suite unittest
|
|||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
test
|
test
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
cpp-options: -DVERSION="1.17.99"
|
cpp-options: -DVERSION="1.18"
|
||||||
build-depends:
|
build-depends:
|
||||||
Decimal >=0.5.1
|
Decimal >=0.5.1
|
||||||
, aeson
|
, aeson
|
||||||
@ -265,7 +265,7 @@ test-suite unittest
|
|||||||
, filepath
|
, filepath
|
||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib >=1.17.99 && <1.18
|
, hledger-lib >=1.18 && <1.19
|
||||||
, math-functions >=0.3.3.0
|
, math-functions >=0.3.3.0
|
||||||
, megaparsec >=7.0.0 && <8.1
|
, megaparsec >=7.0.0 && <8.1
|
||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
@ -315,7 +315,7 @@ benchmark bench
|
|||||||
, filepath
|
, filepath
|
||||||
, haskeline >=0.6
|
, haskeline >=0.6
|
||||||
, hledger
|
, hledger
|
||||||
, hledger-lib >=1.17.99 && <1.18
|
, hledger-lib >=1.18 && <1.19
|
||||||
, html
|
, html
|
||||||
, math-functions >=0.3.3.0
|
, math-functions >=0.3.3.0
|
||||||
, megaparsec >=7.0.0 && <8.1
|
, megaparsec >=7.0.0 && <8.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user