bump to dev version

This commit is contained in:
Simon Michael 2019-02-08 10:58:51 -08:00
parent f3501b14f8
commit 94753f1cea
20 changed files with 57 additions and 57 deletions

View File

@ -1 +1 @@
1.13 1.13.99

View File

@ -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.13}})m4_dnl m4_define({{_version_}}, {{1.13.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_}}, {{February 2019}})m4_dnl m4_define({{_monthyear_}}, {{February 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: d466c16400216144122ec39c234f0b399daffb1a7eb48236b78b63ba59102275 -- hash: 95f99473489e1d79674ae49a093448c7ab94198bd0ae0854fc090331643f0204
name: hledger-api name: hledger-api
version: 1.13 version: 1.13.99
synopsis: Web API server for the hledger accounting tool synopsis: Web API server for the hledger accounting tool
description: This is a simple web API server for hledger data. description: This is a simple web API server for hledger data.
It comes with a series of simple client-side web app examples. It comes with a series of simple client-side web app examples.
@ -46,7 +46,7 @@ executable hledger-api
other-modules: other-modules:
Paths_hledger_api Paths_hledger_api
ghc-options: -threaded ghc-options: -threaded
cpp-options: -DVERSION="1.13" cpp-options: -DVERSION="1.13.99"
build-depends: build-depends:
Decimal Decimal
, aeson , aeson
@ -56,8 +56,8 @@ executable hledger-api
, data-default >=0.5 , data-default >=0.5
, docopt , docopt
, either , either
, hledger >=1.13 && <1.14 , hledger >=1.13.99 && <1.14
, hledger-lib >=1.13 && <1.14 , hledger-lib >=1.13.99 && <1.14
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1
, safe , safe

View File

@ -1,5 +1,5 @@
name: hledger-api name: hledger-api
version: 1.13 version: 1.13.99
synopsis: Web API server for the hledger accounting tool synopsis: Web API server for the hledger accounting tool
description: | description: |
This is a simple web API server for hledger data. This is a simple web API server for hledger data.
@ -32,8 +32,8 @@ extra-source-files:
#data-files: #data-files:
dependencies: dependencies:
- hledger-lib >=1.13 && <1.14 - hledger-lib >=1.13.99 && <1.14
- hledger >=1.13 && <1.14 - hledger >=1.13.99 && <1.14
- base >=4.8 && <4.13 - base >=4.8 && <4.13
- aeson - aeson
- bytestring - bytestring
@ -58,4 +58,4 @@ executables:
hledger-api: hledger-api:
main: hledger-api.hs main: hledger-api.hs
ghc-options: -threaded ghc-options: -threaded
cpp-options: -DVERSION="1.13" cpp-options: -DVERSION="1.13.99"

View File

@ -1 +1 @@
1.13.1 1.13.99

View File

@ -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.13.1}})m4_dnl m4_define({{_version_}}, {{1.13.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_}}, {{February 2019}})m4_dnl m4_define({{_monthyear_}}, {{February 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 37a0c290958e641dd8779201025f1614b90535b0922970496375bb95d60024bf -- hash: a043098d362e479b0dcbce1b0dbe505ececf9e89818404c519ffd19042063f53
name: hledger-lib name: hledger-lib
version: 1.13.1 version: 1.13.99
synopsis: Core data types, parsers and functionality for the hledger accounting tools synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: This is a reusable library containing hledger's core functionality. description: This is a reusable library containing hledger's core functionality.
. .

View File

@ -1,5 +1,5 @@
name: hledger-lib name: hledger-lib
version: 1.13.1 version: 1.13.99
synopsis: Core data types, parsers and functionality for the hledger accounting tools synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: | description: |
This is a reusable library containing hledger's core functionality. This is a reusable library containing hledger's core functionality.

View File

@ -1 +1 @@
1.13.1 1.13.99

View File

@ -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.13.1}})m4_dnl m4_define({{_version_}}, {{1.13.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_}}, {{February 2019}})m4_dnl m4_define({{_monthyear_}}, {{February 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 4b9a172790149cbb1e235f9c3377412d7cc7a4a61faa2c1f1eada3a18b2a1088 -- hash: 333be0cb0be4c0d5d3724db990782322e39aaa2da26c1219165ddbd31902e93e
name: hledger-ui name: hledger-ui
version: 1.13.1 version: 1.13.99
synopsis: Curses-style user interface for the hledger accounting tool synopsis: Curses-style user interface for the hledger accounting tool
description: This is hledger's curses-style interface. description: This is hledger's curses-style interface.
It is simpler and more convenient for browsing data than the command-line interface, It is simpler and more convenient for browsing data than the command-line interface,
@ -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.13.1" cpp-options: -DVERSION="1.13.99"
build-depends: build-depends:
ansi-terminal >=0.6.2.3 ansi-terminal >=0.6.2.3
, async , async
@ -76,8 +76,8 @@ executable hledger-ui
, directory , directory
, filepath , filepath
, fsnotify >=0.2.1.2 && <0.4 , fsnotify >=0.2.1.2 && <0.4
, hledger >=1.13 && <1.14 , hledger >=1.13.99 && <1.14
, hledger-lib >=1.13 && <1.14 , hledger-lib >=1.13.99 && <1.14
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1

View File

@ -1,5 +1,5 @@
name : hledger-ui name : hledger-ui
version : 1.13.1 version : 1.13.99
synopsis : Curses-style user interface for the hledger accounting tool synopsis : Curses-style user interface for the hledger accounting tool
description : | description : |
This is hledger's curses-style interface. This is hledger's curses-style interface.
@ -37,11 +37,11 @@ flags:
manual: false manual: false
default: true default: true
cpp-options: -DVERSION="1.13.1" cpp-options: -DVERSION="1.13.99"
dependencies: dependencies:
- hledger >=1.13 && <1.14 - hledger >=1.13.99 && <1.14
- hledger-lib >=1.13 && <1.14 - hledger-lib >=1.13.99 && <1.14
- ansi-terminal >=0.6.2.3 - ansi-terminal >=0.6.2.3
- async - async
- base >=4.8 && <4.13 - base >=4.8 && <4.13

View File

@ -1 +1 @@
1.13 1.13.99

View File

@ -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.13}})m4_dnl m4_define({{_version_}}, {{1.13.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_}}, {{February 2019}})m4_dnl m4_define({{_monthyear_}}, {{February 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: b8f9535cea480d164624211cb8b2a0e0cfc7876b3c2c38539c62fe21ef588d14 -- hash: 111bbf39fca3b1185b40e54b3537eee7c1798cd31d4b60ac071410e7ec0631f9
name: hledger-web name: hledger-web
version: 1.13 version: 1.13.99
synopsis: Web interface for the hledger accounting tool synopsis: Web interface for the hledger accounting tool
description: This is hledger's web interface. description: This is hledger's web interface.
It provides a more user-friendly and collaborative UI than the It provides a more user-friendly and collaborative UI than the
@ -150,7 +150,7 @@ library
hs-source-dirs: hs-source-dirs:
./. ./.
ghc-options: -Wall -fwarn-tabs ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.13" cpp-options: -DVERSION="1.13.99"
build-depends: build-depends:
base >=4.8 && <4.13 base >=4.8 && <4.13
, blaze-html , blaze-html
@ -165,8 +165,8 @@ library
, directory , directory
, filepath , filepath
, hjsmin , hjsmin
, hledger >=1.13 && <1.14 , hledger >=1.13.99 && <1.14
, hledger-lib >=1.13 && <1.14 , hledger-lib >=1.13.99 && <1.14
, http-client , http-client
, http-conduit , http-conduit
, json , json
@ -206,7 +206,7 @@ executable hledger-web
hs-source-dirs: hs-source-dirs:
app app
ghc-options: -Wall -fwarn-tabs ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.13" cpp-options: -DVERSION="1.13.99"
build-depends: build-depends:
base base
, hledger-web , hledger-web

View File

@ -1,5 +1,5 @@
name: hledger-web name: hledger-web
version: 1.13 version: 1.13.99
synopsis: Web interface for the hledger accounting tool synopsis: Web interface for the hledger accounting tool
description: | description: |
This is hledger's web interface. This is hledger's web interface.
@ -79,7 +79,7 @@ when:
library: library:
source-dirs: . source-dirs: .
cpp-options: -DVERSION="1.13" cpp-options: -DVERSION="1.13.99"
exposed-modules: exposed-modules:
- Hledger.Web - Hledger.Web
- Hledger.Web.Application - Hledger.Web.Application
@ -98,8 +98,8 @@ library:
- Hledger.Web.Widget.AddForm - Hledger.Web.Widget.AddForm
- Hledger.Web.Widget.Common - Hledger.Web.Widget.Common
dependencies: dependencies:
- hledger-lib >=1.13 && <1.14 - hledger-lib >=1.13.99 && <1.14
- hledger >=1.13 && <1.14 - hledger >=1.13.99 && <1.14
- base >=4.8 && <4.13 - base >=4.8 && <4.13
- blaze-html - blaze-html
- blaze-markup - blaze-markup
@ -145,7 +145,7 @@ executables:
hledger-web: hledger-web:
source-dirs: app source-dirs: app
main: main.hs main: main.hs
cpp-options: -DVERSION="1.13" cpp-options: -DVERSION="1.13.99"
dependencies: dependencies:
- base - base
- hledger-web - hledger-web
@ -162,7 +162,7 @@ executables:
# test: # test:
# source-dirs: tests # source-dirs: tests
# main: main.hs # main: main.hs
# cpp-options: -DVERSION="1.13" # cpp-options: -DVERSION="1.13.99"
# dependencies: # dependencies:
# - base # - base
# - hledger-web # - hledger-web

View File

@ -1 +1 @@
1.13.2 1.13.99

View File

@ -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.13.2}})m4_dnl m4_define({{_version_}}, {{1.13.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_}}, {{February 2019}})m4_dnl m4_define({{_monthyear_}}, {{February 2019}})m4_dnl

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 52b4fcd3436c3de6dd5b2e31fb2fac6b747cfb66b069bb84b318ce086ff7cdf5 -- hash: 23816762c7f1abc912788cda07079f28217cdf0638286735e84cfa4f5a24ca2e
name: hledger name: hledger
version: 1.13.2 version: 1.13.99
synopsis: Command-line interface for the hledger accounting tool synopsis: Command-line interface for the hledger accounting tool
description: This is hledger's command-line interface. description: This is hledger's command-line interface.
Its basic function is to read a plain text file describing Its basic function is to read a plain text file describing
@ -136,7 +136,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.13.2" cpp-options: -DVERSION="1.13.99"
build-depends: build-depends:
Decimal Decimal
, Diff , Diff
@ -152,7 +152,7 @@ library
, filepath , filepath
, hashable >=1.2.4 , hashable >=1.2.4
, haskeline >=0.6 , haskeline >=0.6
, hledger-lib >=1.13.1 && <1.14 , hledger-lib >=1.13.99 && <1.14
, lucid , lucid
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
@ -187,7 +187,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.13.2" cpp-options: -DVERSION="1.13.99"
build-depends: build-depends:
Decimal Decimal
, ansi-terminal >=0.6.2.3 , ansi-terminal >=0.6.2.3
@ -202,7 +202,7 @@ executable hledger
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.13.1 && <1.14 , hledger-lib >=1.13.99 && <1.14
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
, mtl , mtl
@ -239,7 +239,7 @@ test-suite test
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.13.2" cpp-options: -DVERSION="1.13.99"
build-depends: build-depends:
Decimal Decimal
, ansi-terminal >=0.6.2.3 , ansi-terminal >=0.6.2.3
@ -254,7 +254,7 @@ test-suite test
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.13.1 && <1.14 , hledger-lib >=1.13.99 && <1.14
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
, mtl , mtl
@ -306,7 +306,7 @@ benchmark bench
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.13.1 && <1.14 , hledger-lib >=1.13.99 && <1.14
, html , html
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8

View File

@ -1,5 +1,5 @@
name: hledger name: hledger
version: 1.13.2 version: 1.13.99
synopsis: Command-line interface for the hledger accounting tool synopsis: Command-line interface for the hledger accounting tool
description: | description: |
This is hledger's command-line interface. This is hledger's command-line interface.
@ -103,7 +103,7 @@ ghc-options:
- -optP-Wno-nonportable-include-path - -optP-Wno-nonportable-include-path
dependencies: dependencies:
- hledger-lib >=1.13.1 && <1.14 - hledger-lib >=1.13.99 && <1.14
- ansi-terminal >=0.6.2.3 - ansi-terminal >=0.6.2.3
- base >=4.8 && <4.13 - base >=4.8 && <4.13
- base-compat-batteries >=0.10.1 && <0.11 - base-compat-batteries >=0.10.1 && <0.11
@ -144,7 +144,7 @@ when:
- terminfo - terminfo
library: library:
cpp-options: -DVERSION="1.13.2" cpp-options: -DVERSION="1.13.99"
exposed-modules: exposed-modules:
- Hledger.Cli - Hledger.Cli
- Hledger.Cli.Main - Hledger.Cli.Main
@ -186,7 +186,7 @@ executables:
hledger: hledger:
source-dirs: app source-dirs: app
main: hledger-cli.hs main: hledger-cli.hs
cpp-options: -DVERSION="1.13.2" cpp-options: -DVERSION="1.13.99"
when: when:
- condition: flag(threaded) - condition: flag(threaded)
ghc-options: -threaded ghc-options: -threaded
@ -197,7 +197,7 @@ tests:
test: test:
source-dirs: test source-dirs: test
main: test.hs main: test.hs
cpp-options: -DVERSION="1.13.2" cpp-options: -DVERSION="1.13.99"
dependencies: dependencies:
- hledger - hledger
- test-framework - test-framework