bump versions to 1.15

This commit is contained in:
Simon Michael 2019-08-31 21:01:25 -07:00
parent cf07b25f97
commit 29f7654c3a
21 changed files with 64 additions and 64 deletions

View File

@ -157,7 +157,7 @@ main = do
let let
-- documentation versions shown on the website -- documentation versions shown on the website
docversions = [ "1.0" , "1.1" , "1.2" , "1.3" , "1.4" , "1.5" , "1.9", "1.10", "1.11", "1.12", "1.13", "1.14" ] docversions = [ "1.0" , "1.1" , "1.2" , "1.3" , "1.4" , "1.5" , "1.9", "1.10", "1.11", "1.12", "1.13", "1.14", "1.15" ]
-- main package names, in standard build order -- main package names, in standard build order
packages = [ packages = [

View File

@ -1 +1 @@
1.14.99 1.15

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.14.99}})m4_dnl m4_define({{_version_}}, {{1.15}})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_}}, {{March 2019}})m4_dnl m4_define({{_monthyear_}}, {{August 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: cfdba68c1a3ad11055ca8171723638880d9cebed815a2d70677fd29a900055d8 -- hash: abc0cf2dc37fed2028d3e6ead7e20d838b74f598bf8fa421130fd47f91d845f6
name: hledger-api name: hledger-api
version: 1.14.99 version: 1.15
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.14.99" cpp-options: -DVERSION="1.15"
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.14.99 && <1.15 , hledger >=1.15 && <1.16
, hledger-lib >=1.14.99 && <1.15 , hledger-lib >=1.15 && <1.16
, 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.14.99 version: 1.15
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.14.99 && <1.15 - hledger-lib >=1.15 && <1.16
- hledger >=1.14.99 && <1.15 - hledger >=1.15 && <1.16
- base >=4.8 && <4.13 - base >=4.8 && <4.13
- aeson - aeson
- bytestring - bytestring
@ -47,7 +47,7 @@ dependencies:
- safe - safe
- servant-server >=0.10 - servant-server >=0.10
- servant-swagger - servant-swagger
- swagger2 >=2.0 && <2.4 - swagger2 >=2.0 && <2.5
- text - text
- transformers - transformers
- wai - wai
@ -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.14.99" cpp-options: -DVERSION="1.15"

View File

@ -1 +1 @@
1.14.99 1.15

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.14.99}})m4_dnl m4_define({{_version_}}, {{1.15}})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_}}, {{March 2019}})m4_dnl m4_define({{_monthyear_}}, {{August 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: f53d007c317d0d34ee5afecee41cbdfc43b6ae3b4ae9f119a5f7ad11bf231b29 -- hash: 29b6dee7771d38c64240d2b8c53c8e41ed43c08e8fe2e93cbd6c531edc2a4ecd
name: hledger-lib name: hledger-lib
version: 1.14.99 version: 1.15
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.14.99 version: 1.15
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.14.99 1.15

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.14.99}})m4_dnl m4_define({{_version_}}, {{1.15}})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_}}, {{March 2019}})m4_dnl m4_define({{_monthyear_}}, {{August 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: c8ceb1eacc64770fa5b38405f2c7ffa7ef2f1bd478ef639dc7f2f30becb43995 -- hash: 0deef0df7a1a0ef153ebf7e31ddd57882a2671941a0f801bc2980dae7080501f
name: hledger-ui name: hledger-ui
version: 1.14.99 version: 1.15
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.14.99" cpp-options: -DVERSION="1.15"
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.14.99 && <1.15 , hledger >=1.15 && <1.16
, hledger-lib >=1.14.99 && <1.15 , hledger-lib >=1.15 && <1.16
, 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.14.99 version : 1.15
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.14.99" cpp-options: -DVERSION="1.15"
dependencies: dependencies:
- hledger-lib >=1.14.99 && <1.15 - hledger-lib >=1.15 && <1.16
- hledger >=1.14.99 && <1.15 - hledger >=1.15 && <1.16
- 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.14.99 1.15

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.14.99}})m4_dnl m4_define({{_version_}}, {{1.15}})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_}}, {{March 2019}})m4_dnl m4_define({{_monthyear_}}, {{August 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: 47eb47613f96ddaa3c112f5a71f59c7a4b0fab92a5aa040e7f46989b1441481f -- hash: 0edf95448e05cc75fb3c049d3ecc20264e8869497966ac5eb8783ee803dbce35
name: hledger-web name: hledger-web
version: 1.14.99 version: 1.15
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
@ -151,7 +151,7 @@ library
hs-source-dirs: hs-source-dirs:
./. ./.
ghc-options: -Wall -fwarn-tabs ghc-options: -Wall -fwarn-tabs
cpp-options: -DVERSION="1.14.99" cpp-options: -DVERSION="1.15"
build-depends: build-depends:
Decimal Decimal
, aeson , aeson
@ -169,8 +169,8 @@ library
, directory , directory
, filepath , filepath
, hjsmin , hjsmin
, hledger >=1.14.99 && <1.15 , hledger >=1.15 && <1.16
, hledger-lib >=1.14.99 && <1.15 , hledger-lib >=1.15 && <1.16
, http-client , http-client
, http-conduit , http-conduit
, http-types , http-types
@ -211,7 +211,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.14.99" cpp-options: -DVERSION="1.15"
build-depends: build-depends:
base base
, hledger-web , hledger-web

View File

@ -1,5 +1,5 @@
name: hledger-web name: hledger-web
version: 1.14.99 version: 1.15
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.14.99" cpp-options: -DVERSION="1.15"
exposed-modules: exposed-modules:
- Hledger.Web - Hledger.Web
- Hledger.Web.Application - Hledger.Web.Application
@ -99,8 +99,8 @@ library:
- Hledger.Web.Widget.AddForm - Hledger.Web.Widget.AddForm
- Hledger.Web.Widget.Common - Hledger.Web.Widget.Common
dependencies: dependencies:
- hledger-lib >=1.14.99 && <1.15 - hledger-lib >=1.15 && <1.16
- hledger >=1.14.99 && <1.15 - hledger >=1.15 && <1.16
- aeson - aeson
- base >=4.8 && <4.13 - base >=4.8 && <4.13
- blaze-html - blaze-html
@ -150,7 +150,7 @@ executables:
hledger-web: hledger-web:
source-dirs: app source-dirs: app
main: main.hs main: main.hs
cpp-options: -DVERSION="1.14.99" cpp-options: -DVERSION="1.15"
dependencies: dependencies:
- base - base
- hledger-web - hledger-web
@ -167,7 +167,7 @@ executables:
# test: # test:
# source-dirs: tests # source-dirs: tests
# main: main.hs # main: main.hs
# cpp-options: -DVERSION="1.14.99" # cpp-options: -DVERSION="1.15"
# dependencies: # dependencies:
# - base # - base
# - hledger-web # - hledger-web

View File

@ -1 +1 @@
1.14.99 1.15

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.14.99}})m4_dnl m4_define({{_version_}}, {{1.15}})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_}}, {{March 2019}})m4_dnl m4_define({{_monthyear_}}, {{August 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: aba397aed9bafa008aa8c8ceb1716e09ab3f5faf7193872d705dd3fdbd7f950d -- hash: 9b996544825f06ba1fe409f012a89d17e383ca7d94353ac080c40937ba5ce3d5
name: hledger name: hledger
version: 1.14.99 version: 1.15
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
@ -146,7 +146,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.14.99" cpp-options: -DVERSION="1.15"
build-depends: build-depends:
Decimal Decimal
, Diff , Diff
@ -163,7 +163,7 @@ library
, filepath , filepath
, hashable >=1.2.4 , hashable >=1.2.4
, haskeline >=0.6 , haskeline >=0.6
, hledger-lib >=1.14.99 && <1.15 , hledger-lib >=1.15 && <1.16
, lucid , lucid
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
@ -199,7 +199,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.14.99" cpp-options: -DVERSION="1.15"
build-depends: build-depends:
Decimal Decimal
, ansi-terminal >=0.6.2.3 , ansi-terminal >=0.6.2.3
@ -215,7 +215,7 @@ executable hledger
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.14.99 && <1.15 , hledger-lib >=1.15 && <1.16
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
, mtl , mtl
@ -253,7 +253,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.14.99" cpp-options: -DVERSION="1.15"
build-depends: build-depends:
Decimal Decimal
, ansi-terminal >=0.6.2.3 , ansi-terminal >=0.6.2.3
@ -269,7 +269,7 @@ test-suite test
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.14.99 && <1.15 , hledger-lib >=1.15 && <1.16
, math-functions >=0.2.0.0 , math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8 , megaparsec >=7.0.0 && <8
, mtl , mtl
@ -323,7 +323,7 @@ benchmark bench
, filepath , filepath
, haskeline >=0.6 , haskeline >=0.6
, hledger , hledger
, hledger-lib >=1.14.99 && <1.15 , hledger-lib >=1.15 && <1.16
, 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.14.99 version: 1.15
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.
@ -108,7 +108,7 @@ ghc-options:
- -optP-Wno-nonportable-include-path - -optP-Wno-nonportable-include-path
dependencies: dependencies:
- hledger-lib >=1.14.99 && <1.15 - hledger-lib >=1.15 && <1.16
- 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
@ -151,7 +151,7 @@ when:
- terminfo - terminfo
library: library:
cpp-options: -DVERSION="1.14.99" cpp-options: -DVERSION="1.15"
exposed-modules: exposed-modules:
- Hledger.Cli - Hledger.Cli
- Hledger.Cli.Main - Hledger.Cli.Main
@ -198,7 +198,7 @@ executables:
hledger: hledger:
source-dirs: app source-dirs: app
main: hledger-cli.hs main: hledger-cli.hs
cpp-options: -DVERSION="1.14.99" cpp-options: -DVERSION="1.15"
when: when:
- condition: flag(threaded) - condition: flag(threaded)
ghc-options: -threaded ghc-options: -threaded
@ -209,7 +209,7 @@ tests:
test: test:
source-dirs: test source-dirs: test
main: test.hs main: test.hs
cpp-options: -DVERSION="1.14.99" cpp-options: -DVERSION="1.15"
dependencies: dependencies:
- hledger - hledger
- test-framework - test-framework