File tree 5 files changed +18
-18
lines changed
5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
m4_dnl Version number to show in manuals. Updated by "Shake setversion"
2
- m4_define ( {{_version_}} , {{1.41.99 }} ) m4_dnl
2
+ m4_define ( {{_version_}} , {{1.42 }} ) m4_dnl
Original file line number Diff line number Diff line change 1
1
name : hledger-lib
2
- version : 1.41.99
2
+ version : 1.42
3
3
synopsis : A library providing the core functionality of hledger
4
4
description : |
5
5
This library contains hledger's core functionality.
Original file line number Diff line number Diff line change 1
1
name : hledger-ui
2
- version : 1.41.99
2
+ version : 1.42
3
3
synopsis : Terminal interface for the hledger accounting system
4
4
description : |
5
5
A simple terminal user interface for the hledger accounting system.
47
47
# default: false
48
48
# manual: true
49
49
50
- cpp-options : -DVERSION="1.41.99 "
50
+ cpp-options : -DVERSION="1.42 "
51
51
52
52
ghc-options :
53
53
- -Wall
@@ -84,15 +84,15 @@ when:
84
84
85
85
library :
86
86
source-dirs : .
87
- cpp-options : -DVERSION="1.41.99 "
87
+ cpp-options : -DVERSION="1.42 "
88
88
exposed-modules :
89
89
- Hledger.UI
90
90
- Hledger.UI.Main
91
91
- Hledger.UI.Theme
92
92
- Hledger.UI.UIOptions
93
93
dependencies :
94
- - hledger-lib >=1.41.99 && <1.42
95
- - hledger >=1.41.99 && <1.42
94
+ - hledger-lib >=1.42 && <1.43
95
+ - hledger >=1.42 && <1.43
96
96
- ansi-terminal >=0.9
97
97
- async
98
98
- cmdargs >=0.8
Original file line number Diff line number Diff line change 1
1
name : hledger-web
2
- version : 1.41.99
2
+ version : 1.42
3
3
synopsis : Web user interface for the hledger accounting system
4
4
description : |
5
5
A simple web user interface for the hledger accounting system,
@@ -100,7 +100,7 @@ dependencies:
100
100
101
101
library :
102
102
source-dirs : .
103
- cpp-options : -DVERSION="1.41.99 "
103
+ cpp-options : -DVERSION="1.42 "
104
104
exposed-modules :
105
105
- Hledger.Web
106
106
- Hledger.Web.Main
@@ -109,8 +109,8 @@ library:
109
109
- Hledger.Web.Import
110
110
- Hledger.Web.Test
111
111
dependencies :
112
- - hledger-lib >=1.41.99 && <1.42
113
- - hledger >=1.41.99 && <1.42
112
+ - hledger-lib >=1.42 && <1.43
113
+ - hledger >=1.42 && <1.43
114
114
- aeson >=1 && <2.3
115
115
- base64
116
116
- blaze-html
@@ -161,7 +161,7 @@ executables:
161
161
hledger-web :
162
162
source-dirs : app
163
163
main : main.hs
164
- cpp-options : -DVERSION="1.41.99 "
164
+ cpp-options : -DVERSION="1.42 "
165
165
dependencies :
166
166
- hledger-web
167
167
when :
@@ -173,7 +173,7 @@ tests:
173
173
source-dirs : test
174
174
main : test.hs
175
175
other-modules : [] # prevent double compilation, https://github.com/sol/hpack/issues/188
176
- cpp-options : -DVERSION="1.41.99 "
176
+ cpp-options : -DVERSION="1.42 "
177
177
dependencies :
178
178
- hledger-web
179
179
# - hspec
Original file line number Diff line number Diff line change 1
1
name : hledger
2
- version : 1.41.99
2
+ version : 1.42
3
3
synopsis : Command-line interface for the hledger accounting system
4
4
description : |
5
5
The command-line interface for the hledger accounting system.
@@ -120,7 +120,7 @@ ghc-options:
120
120
121
121
dependencies :
122
122
- base >=4.14 && <4.21
123
- - hledger-lib >=1.41.99 && <1.42
123
+ - hledger-lib >=1.42 && <1.43
124
124
- aeson >=1 && <2.3
125
125
- ansi-terminal >=0.9
126
126
- bytestring
@@ -164,7 +164,7 @@ when:
164
164
# - ghc-debug-stub >=0.6.0.0 && <0.7
165
165
166
166
library :
167
- cpp-options : -DVERSION="1.41.99 "
167
+ cpp-options : -DVERSION="1.42 "
168
168
exposed-modules :
169
169
- Hledger.Cli
170
170
- Hledger.Cli.Anchor
@@ -216,7 +216,7 @@ executables:
216
216
hledger :
217
217
source-dirs : app
218
218
main : hledger-cli.hs
219
- cpp-options : -DVERSION="1.41.99 "
219
+ cpp-options : -DVERSION="1.42 "
220
220
when :
221
221
- condition : flag(threaded)
222
222
ghc-options : -threaded -with-rtsopts=-T
@@ -228,7 +228,7 @@ tests:
228
228
source-dirs : test
229
229
main : unittest.hs
230
230
other-modules : [] # prevent double compilation, https://github.com/sol/hpack/issues/188
231
- cpp-options : -DVERSION="1.41.99 "
231
+ cpp-options : -DVERSION="1.42 "
232
232
dependencies :
233
233
- hledger
234
234
You can’t perform that action at this time.
0 commit comments