bump to dev version
This commit is contained in:
parent
c24f04823a
commit
24996caaeb
@ -1 +1 @@
|
|||||||
1.18
|
1.18.99
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
m4_dnl m4 macro definitions used in this package's docs.
|
m4_dnl m4 macro definitions used in this package's docs.
|
||||||
m4_dnl
|
m4_dnl
|
||||||
m4_dnl Program version. Updated by make setversion.
|
m4_dnl Program version. Updated by make setversion.
|
||||||
m4_define({{_version_}}, {{1.18}})m4_dnl
|
m4_define({{_version_}}, {{1.18.99}})m4_dnl
|
||||||
m4_dnl
|
m4_dnl
|
||||||
m4_dnl Date to show in man pages. Updated by make setdate.
|
m4_dnl Date to show in man pages. Updated by make setdate.
|
||||||
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl
|
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 20f17b4cb289218f7b75159b42ad69840906c54c555a2191679edd3842b72e7b
|
-- hash: c30491f8c77b1d38a1992455cc9c340cbcb17e95ec5c07085f9987b289747ba1
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.18
|
version: 1.18.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
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.18
|
version: 1.18.99
|
||||||
synopsis: A reusable library providing the core functionality of hledger
|
synopsis: A reusable library providing the core functionality of hledger
|
||||||
description: |
|
description: |
|
||||||
A reusable library containing hledger's core functionality.
|
A reusable library containing hledger's core functionality.
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.18
|
1.18.99
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
m4_dnl m4 macro definitions used in this package's docs.
|
m4_dnl m4 macro definitions used in this package's docs.
|
||||||
m4_dnl
|
m4_dnl
|
||||||
m4_dnl Program version. Updated by make setversion.
|
m4_dnl Program version. Updated by make setversion.
|
||||||
m4_define({{_version_}}, {{1.18}})m4_dnl
|
m4_define({{_version_}}, {{1.18.99}})m4_dnl
|
||||||
m4_dnl
|
m4_dnl
|
||||||
m4_dnl Date to show in man pages. Updated by make setdate.
|
m4_dnl Date to show in man pages. Updated by make setdate.
|
||||||
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl
|
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 315b95d3ecfb2c8ff5debfcbcd2d1ef92989941f0cdfec48b8c39a4535a8228a
|
-- hash: 2106ad0b8a3edbcfb79239f336c6b163755b6e89b179b2b955a7bc4e735a9ed9
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.18
|
version: 1.18.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.
|
||||||
@ -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.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
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.18 && <1.19
|
, hledger >=1.18.99 && <1.19
|
||||||
, hledger-lib >=1.18 && <1.19
|
, hledger-lib >=1.18.99 && <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
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name : hledger-ui
|
name : hledger-ui
|
||||||
version : 1.18
|
version : 1.18.99
|
||||||
synopsis : Curses-style terminal interface for the hledger accounting system
|
synopsis : Curses-style terminal interface for the hledger accounting system
|
||||||
description : |
|
description : |
|
||||||
A simple curses-style terminal user interface for the hledger accounting system.
|
A simple curses-style terminal user interface for the hledger accounting system.
|
||||||
@ -38,11 +38,11 @@ flags:
|
|||||||
manual: false
|
manual: false
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
cpp-options: -DVERSION="1.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.18 && <1.19
|
- hledger-lib >=1.18.99 && <1.19
|
||||||
- hledger >=1.18 && <1.19
|
- hledger >=1.18.99 && <1.19
|
||||||
- ansi-terminal >=0.6.2.3
|
- ansi-terminal >=0.6.2.3
|
||||||
- async
|
- async
|
||||||
- base >=4.9 && <4.15
|
- base >=4.9 && <4.15
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.18
|
1.18.99
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
m4_dnl m4 macro definitions used in this package's docs.
|
m4_dnl m4 macro definitions used in this package's docs.
|
||||||
m4_dnl
|
m4_dnl
|
||||||
m4_dnl Program version. Updated by make setversion.
|
m4_dnl Program version. Updated by make setversion.
|
||||||
m4_define({{_version_}}, {{1.18}})m4_dnl
|
m4_define({{_version_}}, {{1.18.99}})m4_dnl
|
||||||
m4_dnl
|
m4_dnl
|
||||||
m4_dnl Date to show in man pages. Updated by make setdate.
|
m4_dnl Date to show in man pages. Updated by make setdate.
|
||||||
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl
|
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: daab2dd5e0ca3ed383252d6577500975576694432c856b386d9cbc2c5f7b75c0
|
-- hash: 2b5ed2d8f2908bfb82ed85978f5b5e4255153f4757e2821451826ca2147ff07a
|
||||||
|
|
||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.18
|
version: 1.18.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 -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.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
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.18 && <1.19
|
, hledger >=1.18.99 && <1.19
|
||||||
, hledger-lib >=1.18 && <1.19
|
, hledger-lib >=1.18.99 && <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.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base
|
||||||
, hledger-web
|
, hledger-web
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 1.18
|
version: 1.18.99
|
||||||
synopsis: Web-based user interface for the hledger accounting system
|
synopsis: Web-based user interface for the hledger accounting system
|
||||||
description: |
|
description: |
|
||||||
A simple web-based user interface for the hledger accounting system,
|
A simple web-based user interface for the hledger accounting system,
|
||||||
@ -81,7 +81,7 @@ when:
|
|||||||
|
|
||||||
library:
|
library:
|
||||||
source-dirs: .
|
source-dirs: .
|
||||||
cpp-options: -DVERSION="1.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
- Hledger.Web
|
- Hledger.Web
|
||||||
- Hledger.Web.Application
|
- Hledger.Web.Application
|
||||||
@ -100,8 +100,8 @@ library:
|
|||||||
- Hledger.Web.Widget.AddForm
|
- Hledger.Web.Widget.AddForm
|
||||||
- Hledger.Web.Widget.Common
|
- Hledger.Web.Widget.Common
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.18 && <1.19
|
- hledger-lib >=1.18.99 && <1.19
|
||||||
- hledger >=1.18 && <1.19
|
- hledger >=1.18.99 && <1.19
|
||||||
- aeson
|
- aeson
|
||||||
- base >=4.9 && <4.15
|
- base >=4.9 && <4.15
|
||||||
- blaze-html
|
- blaze-html
|
||||||
@ -149,7 +149,7 @@ executables:
|
|||||||
hledger-web:
|
hledger-web:
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
main: main.hs
|
main: main.hs
|
||||||
cpp-options: -DVERSION="1.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
dependencies:
|
dependencies:
|
||||||
- base
|
- base
|
||||||
- hledger-web
|
- hledger-web
|
||||||
@ -165,7 +165,7 @@ executables:
|
|||||||
# source-dirs: test
|
# source-dirs: test
|
||||||
# main: test.hs
|
# main: test.hs
|
||||||
# other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
|
# other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
|
||||||
# cpp-options: -DVERSION="1.18"
|
# cpp-options: -DVERSION="1.18.99"
|
||||||
# dependencies:
|
# dependencies:
|
||||||
# - base
|
# - base
|
||||||
# - hledger-web
|
# - hledger-web
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.18
|
1.18.99
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
m4_dnl m4 macro definitions used in this package's docs.
|
m4_dnl m4 macro definitions used in this package's docs.
|
||||||
m4_dnl
|
m4_dnl
|
||||||
m4_dnl Program version. Updated by make setversion.
|
m4_dnl Program version. Updated by make setversion.
|
||||||
m4_define({{_version_}}, {{1.18}})m4_dnl
|
m4_define({{_version_}}, {{1.18.99}})m4_dnl
|
||||||
m4_dnl
|
m4_dnl
|
||||||
m4_dnl Date to show in man pages. Updated by make setdate.
|
m4_dnl Date to show in man pages. Updated by make setdate.
|
||||||
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl
|
m4_define({{_monthyear_}}, {{June 2020}})m4_dnl
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 7c3d5511ae3e0b87af5d89a1f2b127fb9c33cacb05894148d9169c77a6309362
|
-- hash: add9571ab706995c6fd0edd71da2224407d87ed9b1ebc1135efdf423fa10dd38
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.18
|
version: 1.18.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
|
||||||
@ -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.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
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.18 && <1.19
|
, hledger-lib >=1.18.99 && <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.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
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.18 && <1.19
|
, hledger-lib >=1.18.99 && <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.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
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.18 && <1.19
|
, hledger-lib >=1.18.99 && <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.18 && <1.19
|
, hledger-lib >=1.18.99 && <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
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: 1.18
|
version: 1.18.99
|
||||||
synopsis: Command-line interface for the hledger accounting system
|
synopsis: Command-line interface for the hledger accounting system
|
||||||
description: |
|
description: |
|
||||||
The command-line interface for the hledger accounting system.
|
The command-line interface for the hledger accounting system.
|
||||||
@ -106,7 +106,7 @@ ghc-options:
|
|||||||
- -optP-Wno-nonportable-include-path
|
- -optP-Wno-nonportable-include-path
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib >=1.18 && <1.19
|
- hledger-lib >=1.18.99 && <1.19
|
||||||
- aeson
|
- aeson
|
||||||
- ansi-terminal >=0.6.2.3
|
- ansi-terminal >=0.6.2.3
|
||||||
- base >=4.9 && <4.15
|
- base >=4.9 && <4.15
|
||||||
@ -149,7 +149,7 @@ when:
|
|||||||
- terminfo
|
- terminfo
|
||||||
|
|
||||||
library:
|
library:
|
||||||
cpp-options: -DVERSION="1.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
- Hledger.Cli
|
- Hledger.Cli
|
||||||
- Hledger.Cli.Main
|
- Hledger.Cli.Main
|
||||||
@ -197,7 +197,7 @@ executables:
|
|||||||
hledger:
|
hledger:
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
main: hledger-cli.hs
|
main: hledger-cli.hs
|
||||||
cpp-options: -DVERSION="1.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
when:
|
when:
|
||||||
- condition: flag(threaded)
|
- condition: flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
@ -209,7 +209,7 @@ tests:
|
|||||||
source-dirs: test
|
source-dirs: test
|
||||||
main: unittest.hs
|
main: unittest.hs
|
||||||
other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
|
other-modules: [] # prevent double compilation, https://github.com/sol/hpack/issues/188
|
||||||
cpp-options: -DVERSION="1.18"
|
cpp-options: -DVERSION="1.18.99"
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger
|
- hledger
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user